How can I make a simple quiz Android game?

  • Replies:0
Ewo
  • Forum posts: 1

Apr 22, 2017, 7:17:29 AM via Website

Hi, I am a beginner in Android. I learned the basics but I still get overwhelmed. So I would like to make this simple android game. Below is the description:

  1. The game consists of questions (text) and answers (using text input)
  2. The game has many levels. Each level has 10 questions. Currently I have 10 levels.
  3. The player cannot move to the next level before finishing current level.
  4. If the players have answered a question correctly, they can play that question again without adding more scores.
  5. As the owner, I should be able to add new levels without interrupting the player's milestone.

With this info, could you guide me on how I would make this app? I mean the big picture and the logic.
What kind of database should I use? I tried to use sqlite and follow the tutorial but I don't understand it. It's very complicated.

So I hope any one can help me with the plan. Thank you.

Reply