Programming Languages

  • Thread starter ann2_15
  • Start date
  • #1
ann2_15
1
0
Can someone recommend me what programming language is good for mobile development?
Thanks in advance.
 

Answers and Replies

  • #2
14,282
8,305
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 meBigGuy

Suggested for: Programming Languages

Replies
4
Views
182
Replies
28
Views
1K
Replies
8
Views
483
Replies
54
Views
2K
  • Last Post
Replies
3
Views
332
Replies
16
Views
797
  • Last Post
Replies
1
Views
2K
Top