Simplify your workflow by uninstalling multiple Android apps at once
Multi App Uninstaller (MAU) is a powerful Android utility designed to streamline app management on your device. Born from a developer's need to efficiently test and clean up multiple applications, MAU transforms the tedious process of uninstalling apps one-by-one into a quick, batch operation.
As a Developer, I install and test many apps on my device. After testing, I need to uninstall those apps one by one which is a time-consuming task. So, I thought of creating an app that can help me uninstall multiple apps at once. That's how the idea of Multi App Uninstaller came into being.
App Info View detailed information about any installed app including package name, version, install date, and storage usage.
Single App Uninstall Uninstall any single app directly from the Info Dialog with a single tap.
Multi App Uninstall Select and uninstall multiple apps simultaneously using multi-selection mode. Perfect for batch cleanup operations.
Accident Prevention Built-in safeguards prevent accidental deselection or unintentional uninstallation of apps. Confirmation dialogs ensure you're in control.
Theme Change Switch between light mode, dark mode, or system default theme to match your preferences.
Dynamic Color Enable dynamic color theming that adapts to your device wallpaper (Material You). Available on Android 12+.
Clean Interface Modern, intuitive UI built with Jetpack Compose following Material Design 3 guidelines.
Fast Performance Lightweight architecture ensures smooth operation even with hundreds of installed apps.
Batch Tracking Enhanced tracking shows accurate results during batch uninstall operations.
You can download the latest APK from the GitHub Releases page.
Latest Version: MAU v0.2.0 APK
To build and run the project yourself, follow these steps:
Clone the repository:
git clone https://github.com/ahmmedrejowan/MultiAppUninstaller.git
Open in Android Studio:
Sync Gradle:
Run the App:
Multi App Uninstaller is built using modern Android development practices and follows clean architecture principles.
| Component | Technology |
|---|---|
| Language | Kotlin |
| Architecture | MVVM (Model-View-ViewModel) |
| UI Framework | Jetpack Compose |
| Design System | Material You (Material Design 3) |
| Dependency Injection | Koin |
| Image Loading | Coil |
| Logging | Timber |
Jetpack Compose
MVVM Architecture
Koin Dependency Injection
Material You Integration
API 24