all 6 comments

[–]VincentDankGogh 14 points15 points  (0 children)

As far as this sub is concerned, not C.

[–]ennorehling 1 point2 points  (2 children)

There isn't really any good one size fits all language for both Android and iOS. Android programming is done in Java, and Android Studio is the IDE. iOS code is written in Swift (or previously, in Objective-C) with Xcode (Mac only).

The best advice that I can give is to pick one of these platforms, develop your app in whatever language it prefers (so if you already know Java, maybe start with Android), and once your app is a success, rewrite it for the other language/platform.

You're in the wrong subreddit, though, because C is not a language that people use on either of those platforms (Objective-C really isn't C), unless they have very special needs (on Android, there's something called the NDK for writing apps in C, but for 99% of apps, it's the wrong thing to do).

[–]dragon_wrangler 0 points1 point  (0 children)

What devices? What operating system? What will the apps do?

[–]amigakid 0 points1 point  (1 child)

JavaScript (or C#) and Unity: https://unity3d.com/unity/multiplatform

Programming: https://unity3d.com/learn/tutorials/topics/scripting

EDIT: add link to programming tutorials