0
How to develop game application? For Android
I am new to programming but have keen interest in game application development.plz share sources.thnx in advance... :);)
4 Answers
+ 7
Start by learning either Java or C/C++/C# thoroughly because those are required to make Android apps. Then you can try some game libs like libgdx to make your games.
https://libgdx.badlogicgames.com
Either that or you can try Unity (requires C# JS or Boo) or UE (requires C++) engines and deploy your games for Android platform.
+ 3
start with monogame to get a good understanding of c# then move to unity.
+ 2
Download Unity and go through the beginner tutorials they have, Unity supports both C# and JavaScript programming.
0
thnx for all of your response