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
- Host: GitHub
- URL: https://github.com/nadunsanjeevana/todo-app
- Owner: NadunSanjeevana
- Created: 2022-12-04T14:42:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-24T19:13:16.000Z (almost 3 years ago)
- Last Synced: 2025-03-12T05:30:02.257Z (over 1 year ago)
- Topics: android-studio, gradle
- Language: Java
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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