/movies_repository

Android app simulating a password protected movies repository.

Primary LanguageJavaApache License 2.0Apache-2.0

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.