QuizApp is an Open Source SCategory Game that displays the way you can use Formaloo api in your project.
Clone this repository and import into Android Studio
git clone https://github.com/formaloo/quiz-app-android.git
Here are some of the formaloo features use in app with Formaloo API:
- create, edit, disable the form
- Authentication with formaloo ICAS
- Access to the responses sent to the form without token with live code (Formaloo Live)
- Use of hidden and admin only fields for name, score and status
The APK is available now in the Myket Store.
This project is developed with modular architecture. QuizApp project developed in game module and FlashCard project developed in feature module. These modules are independent from each other and use the base modules: common, data and auth. so you can use flashcard beside game in project
The application supports Android 4.4 KitKat (API level 19) and above.
- Kotlin language
- AppCompat, RecyclerView
- Navigation
- Coroutines
- Koin di
- Retrofit 2
You can also find the full documentation on the developers page