https://github.com/leoando/androidquizapp
Quiz app created with Android jetpack compose
https://github.com/leoando/androidquizapp
android-compose foldablelayout material3-android multimodule product-flavor
Last synced: 8 months ago
JSON representation
Quiz app created with Android jetpack compose
- Host: GitHub
- URL: https://github.com/leoando/androidquizapp
- Owner: LeoAndo
- Created: 2023-07-28T12:22:13.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2023-08-02T05:34:18.000Z (over 2 years ago)
- Last Synced: 2025-03-05T20:56:31.617Z (12 months ago)
- Topics: android-compose, foldablelayout, material3-android, multimodule, product-flavor
- Language: Kotlin
- Homepage:
- Size: 1.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Overview
This is a template project for a quiz app.
# env
- IDE
```
Android Studio Giraffe | 2022.3.1
Build #AI-223.8836.35.2231.10406996, built on June 29, 2023
Runtime version: 17.0.6+0-17.0.6b829.9-10027231 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 13.4.1
GC: G1 Young Generation, G1 Old Generation
Memory: 1280M
Cores: 16
Metal Rendering is ON
Registry:
external.system.auto.import.disabled=true
ide.text.editor.with.preview.show.floating.toolbar=false
```
- Support OS version: 10.0 later
# features
- Material 3 (Custom)
- 100% jetpack compose
- product flavor
- Ability to quickly create multiple versions of your app.
- multi module (clean architecture)
- Multi-device compatible
- localization(ja, ko, zh)
- default English
# App Store Link
https://play.google.com/store/apps/details?id=com.leoleo.quizapp.trivia
https://play.google.com/store/apps/details?id=com.leoleo.quizapp.arithmetic
# Demo App 01 (TriviaQuizApp)
## capture: Phone API 30
| top | quiz | completed |
|--------------------------------------------------------|---------------------------------------------------------|--------------------------------------------------------------|
|
|
|
|
## capture: Tablet API 34
| top | quiz | completed |
|---------------------------------------------------------|----------------------------------------------------------|---------------------------------------------------------------|
|
|
|
|
## capture: Foldable API 34
| top | quiz | completed |
|-----------------------------------------------------------|------------------------------------------------------------|-----------------------------------------------------------------|
|
|
|
|
# Demo App 02 (ArithQuizApp)
## capture: Phone API 34
| top | quiz | completed |
|-------------------------------------------------------|--------------------------------------------------------|-------------------------------------------------------------|
|
|
|
|
## capture: Tablet API 34
| top | quiz | completed |
|--------------------------------------------------------|---------------------------------------------------------|--------------------------------------------------------------|
|
|
|
|
## capture: Foldable API 34
| top | quiz | completed |
|----------------------------------------------------------|-----------------------------------------------------------|----------------------------------------------------------------|
|
|
|
|