This Android application simulates a password protected Movies Repository.
Users can interact with the records using touch or menus/buttons.
Records are stored in a SQLite Database.
Password is stored as a Shared Preferences value and can be changed within the app.
- PasswordProtection: Authenticates user before using the application.
- Repository: Displays records.
- Search: Search and modify/delete records.
- Action: Add, modify and delete records.
- PasswordChange: Modify repository cached password.