An interactive quiz app that allows users to test their knowledge on country capitals, track their scores, and manage player statistics.
🛠 Features:
🌍 Quiz Functionality
- Users can start a quiz that presents multiple-choice questions about country capitals.
🧑🤝🧑 Player Management
- Players can add their names, play multiple turns, and have their scores tracked.
- Limited turns for each player.
📊 Score Tracking
- Tracks and records players' scores, allowing them to view their results.
📈 Statistics
- Players can view and sort statistics based on scores and names.
🎮 UI/UX Enhancements
- Provides feedback on player performance and has a responsive layout for better user interaction.
🔧 Android Components:
- Activities and Intents: Manages multiple activities and handles data passing between them.
- SharedPreferences: Stores and retrieves player data and high scores.
- MediaPlayer: Plays audio feedback based on quiz results.