Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joytarafder/todolist
https://github.com/joytarafder/todolist
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/joytarafder/todolist
- Owner: JoyTarafder
- Created: 2024-10-29T17:58:43.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-10-29T18:06:22.000Z (4 months ago)
- Last Synced: 2024-11-12T05:19:17.676Z (3 months ago)
- Language: Java
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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