+ 5
What is the best way to learn Android programming?
I'm good in csahrp, and familiar to java, c++ and python, and so interesting in Android programming, but I don't know how!
5 Answers
+ 1
You can also program for android in C# if that's your best language. Xamarin provides a framework for that. It's available in visual studio. That way you can also compile your apps for ios with small adjustments
Python can be used as well
+ 3
Hello
If you know Java you can install Android Studio
and start learning how to work with components ,
Database ,
How to connect to internet and get json ,...
If you want
You can switch to kotlin. because you have Java background, learning this language is easy for you
Good luck
+ 1
There are some interesting courses in Udacity about Android programming with interactive lessons try to learn from it using desktop PC and emulator or real devices to test your codes.learn by practices is the good way to progress.
0
with js = react native(framework)
with java
with kotlin
with xamarin
good luck
0
Take a look at the official Android website. Visit the official Android Developer website. ...
Check out Kotlin. Google officially supports Kotlin on Android as a âfirst-classâ language since May 2017. ...
Download Android Studio IDE. ...
Write some code. ...
Stay up to date.