3

I am supposed to develop an application in android and the concept is very similar to dots game. enter image description here

As I am new to this concept, I don't have any idea about the development base. Also I don't know whether it is possible to develop such application in android or not.

Do I need to use canvas or any other tools? Can any one please suggest me how I should get started with this or any guidelines for this application? Thanks in advance.

AndyN
  • 1,742
  • 1
  • 15
  • 30

1 Answers1

1

3 (simple) steps:

  1. learn java
  2. get android concepts
  3. learn about android games devlopment libs like Android sdk or AndEngine or libGDX or unity

check that for more Android games development SDK?

Community
  • 1
  • 1
Smile2Life
  • 1,921
  • 3
  • 16
  • 30