+ 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?
6 ответов
+ 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
+ 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
0
Depends on what kind of app. Do you want to make a web app? Android app? IOS app?
0
android
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
0
can u suggest me where can i start learning it