Today I made the Homework button work. Now if a user clicks on this button, a new window opens and all tasks can be seen. This feature is similar to ToDo list feature. That means the user can add new tasks and delete those they have done.
This is the way the list looks.

Using the button in the right corner it’s possible to add a new a task. If a user clicks on this button they can see a window where they can type in their next task. See the picture below.

As soon as a user adds a new task they can delete it using the Done button after each task.
Next steps to be made:
- To write a chapter about Intent in my matura paper.
- To write about WebView and related problems (opening all local webpages — rather than the first webpage only — in the WebView and returning to the previous webpage) in my matura paper.
- To create a new activity connected to the Marks button to calculate average marks and give forecasts about promotions.
- To make push-notifications.
- To work on the design (including finding more sources on the subject).