AboutApps is a native Android app built in Jetpack Compose that displays information about all the apps installed on your device.
Features
- Displays all app packages installed on the device
- Allows you to search for an app by name or package name
- Allows you to sort by various criteria:
- App name (default)
- Package name
- File size
- Date installed or date updated
Technical details
- Jetpack Compose as the view layer
- MVVM architecture
- Dependency injection with Hilt