IEEE-VIT / todo-android

TODO Android app for IEEE Hacktoberfest techloop
MIT License
10 stars 7 forks source link

Implement the DatabaseHelper's addAllTasks() and removeTasks() method #11

Open souris-dev opened 4 years ago

souris-dev commented 4 years ago

Please describe the feature you want this project to offer The addAllTasks() and removeTasks() methods need to be implemented.

Describe the solution you'd like The addAllTasks() method adds all the tasks in the passed list to the database. The previous records in the database have to be deleted before that, (in case some tasks were updated) which is done by the removeTasks() method. These functions interact directly with the SQLite database.

Describe alternatives you've considered (Optional)

Additional context (Optional)

vishal206 commented 3 years ago

I would like to work on this issue