a multiple choice Android quiz app, which stores it's questions in an SQLite database.
(SQLite database)android best practice.
The training link for this app is in Youtube
SQLite Multiple Choice Quiz - Android Studio Tutorial
- SQLite Database
- SharedPreferences
- StartActivityForResult
- ...
- Show HighScorce in MainActivity and QuizActivity
- Select Question Category
- Select Difficulty(Easy,Medium,Hard)
- StepCounter
- Timer(Show Answer After the timer is completed)
- Change Question Text Color (True False)
- ...