Where to learn Java for android game development

Luke5577

Commendable
Apr 3, 2016
1
0
1,510
Hello i'm 16 years old, and i want to start developing 2D games for android, but i don't know where should i start learning Java.
Can somebody suggest me where should i learn Java.


Luke
 
Solution
Java is Java, Android or not. Go to your library, and get a book on programming.
Download Java, and try out this book. Write a simple program, like - finding what day of the week will be January 1st, 2099.
Download an ANdroid development platform (these days, it seems Android Studio is the norm). Move your simple program to Android.

Only after that - start thinking what your game will look like, and how to implement in what you already know.
Java is Java, Android or not. Go to your library, and get a book on programming.
Download Java, and try out this book. Write a simple program, like - finding what day of the week will be January 1st, 2099.
Download an ANdroid development platform (these days, it seems Android Studio is the norm). Move your simple program to Android.

Only after that - start thinking what your game will look like, and how to implement in what you already know.
 
Solution