+ 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?

4th Jan 2018, 8:07 PM
Coder
6 Answers
+ 8
I recommend Java as most online tutorials use Java
4th Jan 2018, 9:20 PM
David Akhihiero
David Akhihiero - avatar
+ 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.
4th Jan 2018, 8:10 PM
Fernando Amthauer
Fernando Amthauer - avatar
+ 1
This is great app for learning. Also you can try Treehouse.com, Codecademy.com
4th Jan 2018, 8:12 PM
Sad
Sad - avatar
+ 1
Thanks
5th Jan 2018, 4:35 AM
Coder
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.
4th Jan 2018, 9:08 PM
Kenneth McIntyre