An open API service indexing awesome lists of open source software.

https://github.com/aggstam/movies_repository

Android app simulating a password protected movies repository.
https://github.com/aggstam/movies_repository

android database java sqlite

Last synced: 8 months ago
JSON representation

Android app simulating a password protected movies repository.

Awesome Lists containing this project

README

          

# movies_repository
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.
## Activities
- 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.