user331296
user331296

Reputation: 76

Android card based game, need help to start

I'm just setting out in android development. I want to make a kind of card based game. I'm just looking for suggestions really on how I might start it.

I know I have to make the menu layout and view, then use an Intent from that to get to the main game view. My sticking points are:

Upvotes: 1

Views: 5577

Answers (1)

Jan S.
Jan S.

Reputation: 10358

You could try to check out this project: http://code.google.com/p/bestcardgameever-android/ And a post of the author about this (there is a second post in the same blog): http://developreality.blogspot.com/2009/05/overcoming-absolutelayout-deprecation.html

Upvotes: 3

Related Questions