+ 2
For mobile programming: how i start and start where
mobile programming
6 Réponses
+ 11
the question is clear enough
app inventor to get the concepts
//it has a block like language
by language:
html css js - cordova
java - android studio or eclipse
c# - xamarin with visual studio -> ios also
you also have as langs :
kotlin and dart
game engines are good for games but using them to make your app might be nice as they have platform specific distributions!
yet unpopular but feaseable (android ) : C++
you have to work with the sdk for that
python kivy or sls4 though easy syntax, is very very bad
+ 6
starting app inventor
+ 2
not sure what your question is but if your referring to programing java is widely used for mobile apps as far as publishing apps google requires a one time fee whereas apple needs a subscription so it is cheaper to develop and publish to android.
+ 2
Your question isn't clear enough.
look at this chart and pick the path you want to take, and get expert on the languages mentioned.
android: java, kotlin
ios: swift
both ios, android: javascript
+ 1
thanks for your useful information.
+ 1
If Windows Mobile, Visual Studio and the runtimes for mobile.
If Android, Java is most common. But C++ is supported for very heavy apps.
If iOS, Swift or Objective C.
If more than one, find a tool or engine such as Unreal or Unity that will compile to more than 1 platform. Visual Studio will compile to all major app platforms currently.