# 🇿🇲 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 …