create java application | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

create java application

how can create an an Android applications with java only

4th Jun 2017, 4:12 AM
Mamadou lamine bah
Mamadou lamine bah - avatar
2 Answers
+ 3
install android studio install java learn core java then learn android using java
4th Jun 2017, 4:38 AM
Mayur Chaudhari
Mayur Chaudhari - avatar
+ 1
You cannot (really). You'll need some basic XML for the layout and some other files that determine how everything gets packaged (like the manifest). The programming itself can be done mostly in Java, but you'll still need to learn about the Android framework and how to create activities, etc. All of that info is on the website for Android and using Android Studio will help greatly.
4th Jun 2017, 4:25 AM
Jason Runkle
Jason Runkle - avatar