+ 1
I want to start coding on android.
I want to create mobile apps for android. Which language must I learn? Which programming envourment must I chose? In which website can I find courses?
6 Answers
+ 8
I recommend Java as most online tutorials use Java
+ 5
Java or kotlin.
About the IDE, Android studio, I'm learning Android in a Spanish channel, because it's my language, and for that reason I can't help you with courses.
+ 1
This is great app for learning. Also you can try Treehouse.com, Codecademy.com
+ 1
Thanks
0
If your still interested in Python and want to also try out mobile app development, I would recommend giving Kivy a try. Kivy is an interesting open source Python library for cross platform development. So basically you can have code that runs on android or iOS with a simple change in packaging settings. You can also easily and more quickly test your code on a desktop enviroment without downloading memory intensive emulators. Although theres a bit of a learning curve, I see a lot of potential in Kivy which is why I want to share it with you as an alternative to Android Studio.