Did java alone can help to make an Android app? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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??

23rd Jan 2018, 6:06 AM
Mr.Curious
Mr.Curious - avatar
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,
23rd Jan 2018, 12:45 PM
Vaibhav More
Vaibhav More - avatar
+ 14
You can, but it may be a tad harder without using XML to organise your layouts/objects.
23rd Jan 2018, 6:21 AM
Hatsy Rei
Hatsy Rei - avatar
+ 11
Yes,android platform uses primary Java language for apps,just start.
23rd Jan 2018, 6:09 AM
Highman
Highman - avatar
+ 10
You need XML to make the app too.
23rd Jan 2018, 6:37 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 2
no you need XML also
24th Jan 2018, 10:40 AM
kbharadwajreddy bharat
kbharadwajreddy bharat - avatar