https://github.com/itsnotmani/todoapp
A simple Android application developed with Java. This is one of the exercises from the Android course on the 7Learn website, using the MVP architecture for software development.
https://github.com/itsnotmani/todoapp
andro android-app android-application java todoapp todolist
Last synced: about 1 month ago
JSON representation
A simple Android application developed with Java. This is one of the exercises from the Android course on the 7Learn website, using the MVP architecture for software development.
- Host: GitHub
- URL: https://github.com/itsnotmani/todoapp
- Owner: itsnotmani
- Created: 2024-08-05T10:59:20.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-28T09:58:13.000Z (over 1 year ago)
- Last Synced: 2025-02-14T08:33:53.918Z (over 1 year ago)
- Topics: andro, android-app, android-application, java, todoapp, todolist
- Language: Java
- Homepage:
- Size: 317 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Overview
A simple Android application developed with Java. This is one of the exercises from the Android course on the 7Learn website, using the **MVP** architecture for software development. It is a simple To-Do app for task management with basic features like adding tasks, editing tasks, deleting tasks, and search functionality.