+ 1
How is java used to create android applications ?
2 Answers
+ 5
For every Android app, you have to create 2 things.
1) Presentation : Visible to user
2) Logic : Invisible to user but more important
In Android Studio or Eclipse IDE, you design presentation using XML and logic using Java.
+ 1
Check out Android Studio :)