Birthday Application - CSOC-23-Week2-AppDev Task

This week, you'll be building a birthday application either by using Native Android or Flutter.

Having knowledge of the previous week is necessary since you would have gone through the basics of respective tracks.

Assignment

The motive of this week's task is to make you familiar with persisting data with local storage.

Tasks

As mentioned above your task is to build birthday application. In particular you have to design an application which contains birthday list screen as the home screen. A button on the home screen allows the user to add a new birthday to the list which should be updated on home screen. The home screen also has a search bar to search for any person’s birthday in the list. On searching, only the relevant birthday should show up on the screen. The user can also delete and update any birthday. (Home screen should update the list instantly after deleting/updating). As a bonus task implement notification functionality. The user should receive a notification at 12am on the day of someone’s birthday.

Points

Here is the breakdown of the points related to each task.

Task Points
Add birthday 20
Get birthdays 20
Edit birthday 20
Delete birthday 20
Use of Local Database 25
Search Bar Implementation 35
Design, Smoothness and Innovation 15
Notification 45
Total 200

Judging

Judging would be done on the basis of your implementation and authenticity.

Deadline

You'll have two week to complete this task. Hence, the deadline of this task is 25th June, 2022.

Submission Guidelines :

  • Create your own repo and implement the above tasks
  • Then, Fork this repository and clone it
  • Make a new entry into submissions as explained in comments, i.e, add your github repo link and .apk file of your application
  • Commit and Push the changes in respective readme (either Android.md or Flutter.md)
  • Make a Pull request and add your repo and apk link in PR template too.