+ 7
Where to learn Android Development?
I want to start developing for Android, but I don't really have financial stability to pay for courses.. so I would like that you guys respond it to me.. is there a good free course for Android? Ty
5 Answers
+ 9
'thenewboston' YouTube channel is what you are searching for.
+ 7
i learned android using caveofprogramming.com although those lessons are a bit outdated. you can try youtube also
+ 7
First of all learn Java programming language from Ceodecademy and then visit TutorialsPoint.Com to learn Android App Development.
They have a lot of free courses.
+ 4
The information about how to learn Android is free on the internet just google it. ;)
Generally there are two ways to write an Android app:
1) Native, i.e. you will write in Java and XML
2) Hybrid with frameworks, e.g. Ionic where you will need HTML, CSS, and JavaScript knowledge
All technologies are taught here (except for XML). So, to answer your question: You can learn the language of how to write Android apps here, on soloLearn. :)
+ 1
Watch youtube video, on Learning Android Development, then xda-developers.com is also one that help me know the structure of android, from its res file to xml layout. Search for apktool, a jar program for decompile and compiling apk.