+ 4
where to start learning android app development ?
i want to create android app where to start learning about it?
6 odpowiedzi
+ 9
see my answer to
https://www.sololearn.com/Discuss/605467/?ref=app
hope it helps you !
with one exception in the list, i have programmed in all of them !
if you have questions ask !
+ 4
here you can have a general idea
https://developer.android.com
to develop Android the standard language is Java
and Android studio
there are NDK to use C++
or you can use kivy and develop with python
I hope this helps you.
+ 4
you're welcome
+ 3
thanks
+ 3
as a person who wants to do android dev myself. id learn kotlin. I'm learning java so that I can do other stuff and androud dev. but if your passion is android development specifically learn kotlin. it's an easier less verbose for of java. hell even Google is trying to push it ad the main androud language. for sources on androud dev. go to team treehouse. they have a nice course
+ 2
also if you like to. you can develop hybrid apps (apps not written in java but instead using web tech) using html css and JavaScript.