Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ch8n/bbk-1-jetquiz
https://github.com/ch8n/bbk-1-jetquiz
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ch8n/bbk-1-jetquiz
- Owner: ch8n
- Created: 2021-11-19T07:20:27.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-04T18:33:44.000Z (almost 3 years ago)
- Last Synced: 2024-10-30T20:13:40.365Z (2 months ago)
- Language: Kotlin
- Size: 1.19 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Big Brain Kotlin : Application #1 - JetQuiz
Sample application build for teaching basics of kotlin for Big-Brain-Kotlin Book![](./img.png)
## Features
- Name the colours correctly
- Correct guess +1 score and wrong guess - 0.5 score
- When Score Reaches Zero Game Over
- Game Randomizes Each level
- Leaderboard With Max Score## Android Apis Used :
- Constraint Layout
- Card Views
- Glide Image loading library - gifs & images
- Jetpack View-binding
- Activity
- Intents
- Shared Preferences
- Android Lifecycle - create, resume, destroy
- Android assets - images
- Count Down timer API
- Alert Dialog API
- UI Components :
- Buttons + Click Listeners
- Images
- Text
- Edit Fields## Kotlin Apis Used :
- Language Primitives :
- val/var & lateinit variable
- generic functions
- nullable fields & handling
- object class
- if/else, when
- generic Classes + Inheritance
- Data Class
- Delegates - lazy
- Collections API & functions
- List -> shuffle, take, forEach , forEachIndexed## Programming Pattern used :
- Observer Pattern## :cop: License
Shield: [![CC BY-SA 4.0][cc-by-sa-shield]][cc-by-sa]This work is licensed under a
[Creative Commons Attribution-ShareAlike 4.0 International License][cc-by-sa].[![CC BY-SA 4.0][cc-by-sa-image]][cc-by-sa]
[cc-by-sa]: http://creativecommons.org/licenses/by-sa/4.0/
[cc-by-sa-image]: https://licensebuttons.net/l/by-sa/4.0/88x31.png
[cc-by-sa-shield]: https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg