Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 367 Bytes

File metadata and controls

16 lines (10 loc) · 367 Bytes

android-ToDoApp

A TodoList app with a swipe-to-delete function [DEVELOPMENT ON-GOING]

Installation

Clone this repository and import into Android Studio

git clone https://github.com/DotnDev/android-ToDoApp

Functionalities:

  • Add new task: implemented
  • Swipe to delete: implemented
  • Tap to edit: not implemented
  • Tap RadioButton to complete: not implemented