An app that questions the user about different country flags
This application includes using:
- View Binding for all layouts
- OnClickListeners for the “Next Question” button and “Submit”/”Finish” buttons
- Used different drawables to display selected buttons
- Used three different activities (Welcome screen, questions screen, results screen)
- Used Intents to send/receive data when navigating between activities
- Only Kotlin