Recommendations for Mobile Development Programming Languages

  • Thread starter Thread starter ann2_15
  • Start date Start date
  • Tags Tags
    Programming
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
ann2_15
Messages
1
Reaction score
0
Can someone recommend me what programming language is good for mobile development?
Thanks in advance.
 
Physics news on Phys.org
Welcome to PF!

If you want platform independence then folks write web apps and use Apache Cordova to make it into a mobile app for a specific platform.

Checkout Elm for programming web apps. Its relatively new but seems like a very promising replacement for javascript+html+css programming for today's web apps.

If you want games then checkout the Unity game engine. It supports many platforms and 2D/3D games and the Oculus Rift VR tech. Programming is done in Javascript and C#.

If you just want to play then checkout Processing.org with the Android SDK where you can write processing sketches that can be sideloaded onto an Android device.

There are also some on-device apps that provide a programming environment:
- Pythonista on iOS
- Codea on iOS
- APDE on Android (on-device processing sketches)
- AIDE on Android (java on android)

Xcode for iOS is the official means of writing Apple apps in either Objective-C or in Apple's Swift. However, to upload apps you need a developer license from Apple and must get your app vetted by them for commercial use.

Android has a similar development environment using IntelliJ tools:

http://developer.android.com/sdk/in...wOUa9dbx3Lj3xbiW3VljiSLr50Eo5gKDXgRoCoZvw_wcB
 
  • Like
Likes   Reactions: meBigGuy