https://github.com/mohamedmetwalli5/quizatshi
📱 Quiz app that will help you learn the flags of many countries in this version by memorizing them with a self-test. You can test your knowledge about flags with different levels of difficulty.
https://github.com/mohamedmetwalli5/quizatshi
android kotlin
Last synced: 9 months ago
JSON representation
📱 Quiz app that will help you learn the flags of many countries in this version by memorizing them with a self-test. You can test your knowledge about flags with different levels of difficulty.
- Host: GitHub
- URL: https://github.com/mohamedmetwalli5/quizatshi
- Owner: MohamedMetwalli5
- License: gpl-3.0
- Created: 2022-02-08T16:49:33.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-03T16:19:57.000Z (over 2 years ago)
- Last Synced: 2025-01-08T21:58:43.466Z (11 months ago)
- Topics: android, kotlin
- Language: Kotlin
- Homepage:
- Size: 2.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
%20-green.svg)

# QuizAtshi (Version 1.0)
( ( ) )
( )\ ( ( )\ ( /( ( /( (
)((_) ))\ )\ ( ((((_)( )\()) ( )\()) )\
((_)_ /((_) ((_) )\ )\ _ )\ (_))/ )\ ((_)\ ((_)
/ _ \ (_))( (_) ((_) (_)_\(_) | |_ ((_) | |(_) (_)
| (_) | | || | | | |_ / / _ \ | _| (_-< | ' \ | |
\__\_\ \_,_| |_| /__| /_/ \_\ \__| /__/ |_||_| |_|
## How To Use
1. Enter your name
2. You can activate the dark mode optionally
3. You must choose your expertise level
4. Choose the number of questions (it will be set to be 50 questions if you didn't choose)
5. The app shows you the correct answer, and a sound effect if you have already answered correctly.
6. The app shows you the grade at the end
## Screeshots
* Home Page
* 
* 
* Right Answer
* 
* Wrong Answer
* 
* The Grade
* 
* The Application Icon
* 
## Application Logo

## Video
[](https://www.youtube.com/watch?v=MMDSkvqAMGs)
## Project Configuration
* minSdk `21`
* applicationId `"com.app.quizatshi"`
* jvmTarget = `'1.8'`
## Dependencies
* implementation : `'com.google.android.material:material:1.5.0'`
* implementation : `'androidx.core:core-ktx:1.7.0'`
* implementation : `'androidx.appcompat:appcompat:1.4.1'`
* implementation : `'androidx.constraintlayout:constraintlayout:2.1.3'`
* testImplementation : `'junit:junit:4.13.2'`
* androidTestImplementation : `'androidx.test.ext:junit:1.1.3'`
* androidTestImplementation : `'androidx.test.espresso:espresso-core:3.4.0'`