+ 1
I want to learn android app development. Is there any good languages for beginners?
5 Answers
+ 1
JAVA
+ 1
Sorry but need to know is there any platform easier than android studio
+ 1
Adroid apps run in a java virtual machine so Android Developement is mostly done in Java, that's the language you should learn.
You should also understand a little bit of xml to handle the user interface.
You will also need to download Android Studio and the SDK to get started.
+ 1
Thanks
+ 1
back in the days the IDE of choice was Eclipse with ADT plugin but now google doesn't support it anymore as they are pusshing forward their own IDE. You COULD build apps just by using the Android Dev Tools and use coomand line but Android Studio handles a lot of the boring stuff just to make it easier for the developer. AS may be intimidating at first glimpse (expecialy for a beginner) but one you learn the basics it becomes your best friend