Sudan Ministry of Interior Android App - Jetpack Compose + Kotlin + Firebase
# ๐ธ๐ฉ Sudan Ministry of Interior - Mobile Application
A comprehensive Android application for the **Sudan Ministry of Interior (ูุฒุงุฑุฉ ุงูุฏุงุฎููุฉ ุงูุณูุฏุงููุฉ)**, built with **Jetpack Compose** and **Kotlin**, providing digital government services to citizens.
---
## ๐ฑ Features
- **OTP Authentication** โ Secure phone-based login with OTP verification
- **Firebase Integration** โ Auth, Firestore, Storage, Messaging & Analytics
- **Biometric Security** โ Fingerprint & Face ID support
- **Arabic/RTL Support** โ Full right-to-left layout with Arabic & English localization
- **Google Maps Integration** โ Location-based services
- **CameraX & ML Kit** โ Document scanning with OCR text recognition
- **Push Notifications** โ Firebase Cloud Messaging
- **Offline Support** โ Room database with local caching
- **Data Visualization** โ Charts and analytics with Vico
## ๐๏ธ Tech Stack
| Layer | Technology |
|-------|-----------|
| **Language** | Kotlin |
| **UI** | Jetpack Compose + Material 3 |
| **DI** | Hilt (Dagger) |
| **Navigation** | Compose Navigation |
| **Networking** | Retrofit + OkHttp |
| **Local DB** | Room |
| **Auth** | Firebase Auth + Google Sign-In |
| **Backend** | PHP REST API / Node.js |
| **Maps** | Google Maps Compose |
| **Camera** | CameraX |
| **OCR** | ML Kit Text Recognition |
| **Security** | EncryptedSharedPreferences + Biometric |
| **Animations** | Lottie |
## ๐ Project Structure
```
โโโ app/ # Android application module
โ โโโ src/main/java/com/sudan/moi/
โ โ โโโ di/ # Dependency Injection (Hilt modules)
โ โ โโโ data/ # Data layer (repositories, API, models)
โ โ โโโ domain/ # Domain layer (use cases, entities)
โ โ โโโ presentation/ # UI layer (screens, viewmodels)
โ โ โ โโโ auth/ # Authentication screens (OTP, login)
โ โ โโโ navigation/ # Navigation graph
โ โ โโโ MainActivity.kt # Entry point
โ โโโ google-services.json # โฆ