Giter Club home page Giter Club logo

todo-list's Introduction

#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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.