Earn 13,500 ($135.00)
Basic Android App - Need Done ASAP
Bounty Description
if you can share the done video i will accept the bounty right away
Problem Description
Basic Notes app with reminder(if you have any other idea that works too) and user
3 databases user, notes, and reminders
i dont care about the UI , just needs to work.
Acceptance Criteria
-- Persistence (required)
Minimum 3 tables implemented using the Room database wrapper
If you do not use the Room Database wrapper the project will be marked as 0.
-- Use Cases (required)
There must be 12 use cases for individual projects or 20 for team projects.
In addition to the main use cases there should be at least 4 alternate flows for individuals or 6 for teams.
-- Video ( No voice needed)
Each application must have a video demonstrating its functionality.
The video must be between 3-8 minutes long (individual) or 5-12 minutes for teams.
this use case documentation filled up with , youtube video and git repo.
-- Activities (required)
Individual applications must have at least 5 unique activities
Team applications must have at least 9 unique activities.
-- Login Page (required)
A page where a username and password are entered.
The username and password should be checked against the database.
-- Landing Page (required)
After a successful login, the user should be directed to a page that displays their username and some form of persistent information
-- Admin Landing Page (required)
If the user is an administrator the landing page should have a different display.
The same Activity should be used for both admin and non-admin users. An admin user will have additional options
(add/remove users, admin settings, etc.).
-- Github (required) (or git repo)
Code must be pushed to Github in a public repository.
At least 3 branches and 5 commits that have been merged into main.