What i need to know to start developing an app? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What i need to know to start developing an app?

I wanna try to develop an app by myself .. what i need to learn and in which order so i could accomplish it?

4th Dec 2016, 11:25 AM
Gabi Malin
Gabi Malin - avatar
6 Answers
+ 2
you can get the very vasics of java here on sololearn, then you should see if you can find some intermediate tutorials on youtube. I personaly like TheNewBoston channel which has also a great android tutorial but it's a matter of taste, google is your friend
4th Dec 2016, 2:25 PM
coreplo
coreplo  - avatar
+ 1
btw when you learn java stick to the basics. Android uses java in it's own peculiar way and stuff like app life cicle is very specific to android. If you star learning very advanced java stuff you could find your self in a situation where you try to use java libraries that are hardly compatible with android. tl;dr learn java basics and then android
4th Dec 2016, 2:07 PM
coreplo
coreplo  - avatar
0
Depends on what kind of app. Do you want to make a web app? Android app? IOS app?
4th Dec 2016, 11:46 AM
coreplo
coreplo  - avatar
0
android
4th Dec 2016, 12:34 PM
Gabi Malin
Gabi Malin - avatar
0
you need to learn java because android apps run on a java virtual machine. then you need to download and install Android Studio and start playing with it. It's good to know also some xml since the android interfaces are usually built on it
4th Dec 2016, 1:57 PM
coreplo
coreplo  - avatar
0
can u suggest me where can i start learning it
4th Dec 2016, 2:16 PM
Gabi Malin
Gabi Malin - avatar