Which are the most intuitive and easiest SDKs to develop mobile phone application? [closed] - mobile-phones

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 3 years ago.
Improve this question
Apart from Windows Mobile, Android and Iphone are there any other SDKs to build applications really quick and simple? The SDK should support nice animation APIs.
Thanks in advance :)

Qt is often used to create mobile applications. Important to know is that Nokia bought the creators of Qt (TrollTech) a few years ago, see also the qt homepage.

Related

What programming language should you consider to learn if you want to create music apps and music development [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 4 years ago.
Improve this question
What programming language for sound programming
Well there isn't really one magical language to use for making music applications. Assuming you are talking about the back-end, that could vary. For example Spotify's back-end is mostly composed of Python, but there is some Java and C++ on a few servers. iTunes is mainly written in C++, while google music's core is Python.

Get started with mozilaa os development [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I wan to develop apps for the lastest mozilla mobile os, but I dont where to download SDK and other tools.
I searched a lot but I couldn't find any useful information.
Looking forward to your answers....
you can follow following links...
https://www.mozilla.org/en-US/firefox/os/
https://developer.mozilla.org/en-US/Apps/Quickstart
And you can downlaod the SDK at---
https://developer.mozilla.org/en/docs/Gecko_SDK....
I hope it would help you......

Best IDE for GUI in KDE? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
In Windows, I use VS.NET with C# because it supports most of the newest functionalities of Windows User Interface.
Similarly, MAC, I use XCode with CoCoa.
I wonder if there is anything for KDE?
Java Swing and Qt are cross-platform GUI, and they tried to port the common funcitonalities but not all. I'm looking for the one which dedicated for KDE.
Thanks.
Two of the popular Qt IDE's are:
QtCreator
KDevelop
And, of course, you can use any other IDE that will compile C++ code, so there's always:
NetBeans
Eclipse

speech recognition lib for linux [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
There seems to be lots of support for speech recognition in Android. I have tons of apps the support that.
What is available as linux libs for a C/C++ application to use?
I guess what I am looking for is the speech equivalent version of OpenCV libs.
-Andres
you could try: http://cmusphinx.sourceforge.net/wiki/
or: http://julius.sourceforge.jp/en_index.php?q=en/index.html
Notice that Wikipedia has an article on this:
http://en.wikipedia.org/wiki/Speech_recognition_in_Linux
and that it comes up as the first non-ad result when you google:
"speech recognition linux libraries"
Research before asking please.

What are all the possible languages to create a mobile phone application? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I know j2me , Android for creating mobile phone applications. What are the other languages ?
Just about anything. There's frameworks and SDKs for Javascript (Phonegap, NimbleKit, Unity 3D), Flash, Lua, C/C++, and Objective-C (of course). There's many more projects to bring other languages to mobile platforms.

Resources