This application in which there is a list of tasks that you want to do, allowing you to not forget about important events. When you create a task, the application creates a notification with the text of this task and displays it in the action bar and on the lock screen. This notification cannot be removed by swipe, only if you remove the task from the list. This allows you not to delete it accidentally and not to forget about an important task.
·
RecyclerView to show the list of cardViews with all tasks;
·
AlertDialog with edit text to create new task;
·
Library Room to work with SQLite and save all tasks;
·
Push notification to display the task.