+ 1

I want to learn android app development. Is there any good languages for beginners?

25th Nov 2016, 6:17 AM
Binara Sachin
5 Answers
+ 1
JAVA
25th Nov 2016, 6:37 AM
harishankar chinnathambi
+ 1
Sorry but need to know is there any platform easier than android studio
25th Nov 2016, 6:46 AM
Binara Sachin
+ 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.
25th Nov 2016, 6:49 AM
coreplo
coreplo  - avatar
+ 1
Thanks
25th Nov 2016, 6:50 AM
Binara Sachin
+ 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
25th Nov 2016, 6:57 AM
coreplo
coreplo  - avatar