An open API service indexing awesome lists of open source software.

https://github.com/nadunsanjeevana/todo-app

Simple To-Do app created using android studio. Sql Lite used as the database
https://github.com/nadunsanjeevana/todo-app

android-studio gradle

Last synced: 3 months ago
JSON representation

Simple To-Do app created using android studio. Sql Lite used as the database

Awesome Lists containing this project

README

          

# Android ToDo App

## Table of Contents
- [Introduction](#introduction)
- [Features](#features)
- [Technologies Used](#technologies-used)
- [Installation](#installation)

## Introduction

Welcome to the Android ToDo App! This application helps you manage your tasks and to-do lists efficiently. It allows you to create, read, update, and delete tasks, ensuring you stay organized.

## Features

1. **Task Management:** Create, view, update, and delete tasks.
2. **Task Categories:** Organize tasks into categories or lists.
3. **Due Dates:** Assign due dates to tasks.
4. **Priority Levels:** Set task priority levels.
5. **Search:** Search for specific tasks or categories.

## Technologies Used

- **Android Studio:** The primary development environment for the Android app.
- **SQLite Database:** Used to store and manage task data locally on the device.
- **Java:** The programming language used for Android app development.

## Installation

1. Clone this repository to your local machine:

```shell
git clone https://github.com/NadunSanjeevana/ToDo-App.git