Can anyone tell how to begin with Android app development and what are prerequisite I need to have to be able to learn it.? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can anyone tell how to begin with Android app development and what are prerequisite I need to have to be able to learn it.?

Android development

23rd May 2019, 8:37 PM
prem gupta
prem gupta - avatar
3 Answers
+ 2
You may want to learn the native languages used to build android apps: java and kotlin. Java is the official language used to build android apps but google has recently backed kotlin as their preferred language for android app development. Even if java is replaced by kotlin in the future, learning java is a must because a lot of apps are still coded in java. Plus, both look and feel the same although kotlin's syntax is much more concise compared to java.
23rd May 2019, 9:13 PM
Lambda_Driver
Lambda_Driver - avatar
+ 2
On another note, if you know javascript then you can also look at react native for coding in android.
23rd May 2019, 9:15 PM
Lambda_Driver
Lambda_Driver - avatar
+ 1
Also do tell of how to go about developing Android games that I can aim to make up to play store.😋
23rd May 2019, 8:38 PM
prem gupta
prem gupta - avatar