+ 11
Did java alone can help to make an Android app?
I want to make an app(APK) using only java , is it possible to do so??
5 Answers
+ 3
Yes, definately you can use java for developing android applications but along with java you must also have knowledge about xml because the UI in android is developed using XML.
Definately you can develop applications only using java also the thing is you need to make UI using java
If you are new to android than you must learn Kotlin because the latest android studio(3.0.1) supports kotlin and in future developers will switch to kotlin
So start android development using kotlin
Thanks,
+ 14
You can, but it may be a tad harder without using XML to organise your layouts/objects.
+ 11
Yes,android platform uses primary Java language for apps,just start.
+ 10
You need XML to make the app too.
+ 2
no you need XML also