A modern Android application built with Jetpack Compose that allows users to download and save social media content.
- Download videos from various social media platforms
- Built-in browser for easy content navigation
- Media viewer for downloaded content
- Dark and light theme support
- User-friendly interface with modern Material 3 design
- Kotlin - Primary programming language
- Jetpack Compose - Modern UI toolkit for native Android UI
- Material 3 - Design system with latest UI components
- Decompose - Navigation and component-based architecture
- Ktor - For network requests and API communication
- Coil - Image and video loading library
- Kotlinx Serialization - JSON parsing
- Firebase - Analytics, Crashlytics, and Remote Config
- AdMob & Facebook SDK - For monetization
- Modern MVVM architecture pattern
- Component-based UI with Decompose
- Storage handling via Android's Environment APIs
- Clone the repository
- Open the project in Android Studio
- Sync Gradle files
- Run the app on an emulator or physical device
./gradlew assembleDebug
- Android SDK 24 or higher
- Kotlin 1.9+
- Android Studio Arctic Fox or newer