0
What Do I Need For Android Programming ? What Laguages ?
What Do I Need For Android Programming ? What Laguages ?
3 odpowiedzi
+ 2
You can use a lot.... C# or Java and so on.
Java is easy to learn, it could be your choice.
+ 1
Ok Thanks
0
Best start off with Java and object oriented programming in C++.(You will need the notions when interacting with objects)
Use Android Studio to start creating apps. Start following Udacity tutorials on android Basics (they are free) and they are based on simple java knowledge (it shouldn't be difficult).
After mastering Java you can start learning Kotlin and more complex topics.
I believe you do need to master the fundamentals first.