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.
- Host: GitHub
- URL: https://github.com/aggstam/movies_repository
- Owner: aggstam
- License: apache-2.0
- Created: 2021-11-03T15:29:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-31T17:01:02.000Z (over 2 years ago)
- Last Synced: 2025-01-12T20:33:33.554Z (9 months ago)
- Topics: android, database, java, sqlite
- Language: Java
- Homepage:
- Size: 148 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.