+ 1
create java application
how can create an an Android applications with java only
2 Respuestas
+ 3
install android studio
install java
learn core java
then learn android using java
+ 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.