An application like Dots joins and rushes into android

I have to develop an application in android, and the concept is very similar to a dot game. enter image description here

Since I am new to this concept, I have no idea about the development base. Also, I do not know whether it is possible to develop such an application in android or not.

Do I need to use canvas or any other tools? Can someone suggest me how should I start with this or any recommendations for this application? Thanks in advance.

+3
source share
1 answer

3 (simple) steps:

  • learn java
  • Get Android Concepts.
  • learn about devlopment libs android games like Android sdk or AndEngine or libGDX or unity

, Android SDK?

+1

All Articles