This app allows users to track apps installed on phone and manage them(changed,installed,uninstalled).
The app is composed of one main screen.
Allows the user to view all installed apps.
The user can also install,uninstall and launch apps. More
through broadcast listeners the user is alerted to changes
to packages (ie. added,changed and removed).
You can open the project in Android studio and press run.
Still in development. The project will uses both instrumentation tests that run on the device and local unit tests that run on your computer.
The projects will use Espresso for UI testing.
- Android Extension Libraries
- Android Architecture Components
- espresso for UI tests
- mockito for mocking in tests