# πΏπ² Zambia Quiz - Android App
An interactive educational quiz application about Zambia, featuring **1,294+ questions** loaded dynamically from a cloud API, with **509 offline questions** as a fallback. Built with modern Android architecture using Kotlin Coroutines, Retrofit, and the Singleton pattern.
---
## β¨ Features
### **Core Quiz Features**
- β
**1,294+ Questions** - Dynamically loaded from cloud API
- β
**509 Offline Questions** - Local fallback for offline use
- β
**8+ Categories** - Geography, History, Sports, Culture, Economics, Politics, General Knowledge, and more
- β
**3 Difficulty Levels** - Easy, Medium, Hard
- β
**Timed Quizzes** - 20-second timer per question with visual countdown
- β
**Multiple Quiz Lengths** - Choose 10 or 20 questions per session
- β
**Smart Question Selection** - Random and category-based filtering
### **Network & Data**
- β
**REST API Integration** - Connects to `
sangwapo.com`
- β
**Hybrid Architecture** - Server-first with local fallback
- β
**Offline Mode** - Works without internet using local storage
- β
**Smart JSON Parsing** - Handles inconsistent data formats gracefully
- β
**Singleton Pattern** - Questions loaded once, shared across screens
### **User Experience**
- β
**Sound Effects** - Audio feedback for correct/wrong answers
- β
**Haptic Feedback** - Vibration on answer selection
- β
**Beautiful UI** - Zambian-themed design with flag colors
- β
**Background Slideshow** - Scenic Zambian imagery with smooth transitions
- β
**Smooth Animations** - Page transitions, button bounces, fade effects
- β
**Splash Screen** - Branded loading experience while fetching questions
- β
**Progress Indicators** - Visual progress bar and question counter
- β
**Result Sharing** - Share scores via any messaging app
- β
**Performance Stats** - Correct, wrong, skipped questions and time taken
---
## π οΈ Technologies Used
### **Core Stack**
- **Language:** Kotlin
- **Min SDK:** 24 (Android 7.0)
- **Targ β¦