Skip to content

Killmax/Todo-list

Repository files navigation

#TO DO LIST

This app is a simple Android application (for Android 4.4 and below) to manage task to do with a title and a content

How to use the application

On your first use, this is what you will see :

Then click on the button New Task.

A dialog box will appear :

Fill the field Title and Content, then click on Add. Your task is now saved in the application.

If you want to edit a task, or mark it as done, just long click on the task.

Another dialog box will appear :

And here you can modify or delete your task.

Development

There's two activities in the project ;

  • MainActivity where everything is orchestrated
    • onCreate initialized the application and the list of task
    • setupListViewListener setup the listener for the different task on the list (click and long click) and the edit dialog box showed before
    • onAddItem is the function called when the button New Task is pressed
    • readItems and writeItems are the low-level function used for the persistency of the data
  • SplashScreenActivity for the splash screen

Install

To build the project, run :

gradle build

To create the APK :

gradle assembleRelease

About

Simple to-do app for Android 4.4 and below

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages