0% found this document useful (0 votes)
14 views

Assignment 2

Uploaded by

mazharmohyuddin1
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views

Assignment 2

Uploaded by

mazharmohyuddin1
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Assignment #2

1. Recipe Management App


Description: Build a recipe management app where users can save, edit, and search
for recipes.
Requirements:
• Design a database schema for recipes (e.g., title, ingredients, preparation
steps, image URL).
• Implement functionality to add, edit, and delete recipes.
• Implement a search feature to find recipes by title or ingredients.
• Store images locally or use cloud storage for recipe images.

2. Task Management App


Description: Build a task management app where users can add, edit, delete, and
view tasks.
Requirements:
• Design a database schema to store task details (e.g., title, description,
deadline, status).
• Implement functionality to add, update, and remove tasks.
• Implement a feature to filter tasks by completion status (pending/completed).
• Use a local or cloud database to store task data.

Note: Implement one of the above app ideas and incorporate an additional feature
beyond the functionalities already mentioned.
* Build an APK file for the given project.

You might also like