Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joytarafder/todolist


https://github.com/joytarafder/todolist

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# ToDoNoSqlite Android App

![ToDo App Screenshot](https://i.ibb.co.com/vZ7HGFb/App2.png)

## Overview
**ToDoNoSqlite** is a simple Android application that allows users to add items to a to-do list. The app does not use a database (like SQLite) to store data, so the list resets upon restarting the app. It's an excellent beginner project to learn about using `EditText`, `Button`, and `ListView` in Android, as well as handling basic user input.

- **EditText**: Enter the text of a new item.
- **Add Item Button**: Adds the item to the list displayed in the `ListView`.
- **ListView**: Displays the list of items as they are added.

## Features
- **Add Items**: Enter a new item and click "ADD ITEM" to add it to the list.
- **Clear Input**: The input field clears after each item is added.
- **Toast Notifications**: Shows a message when an item is added or if the input is empty.

## Getting Started

### Prerequisites
- Android Studio (latest version)
- An Android device or emulator for testing

### Installation
1. Clone this repository:
```bash
git clone https://github.com/your-username/todo-nosqlite-app.git