0% found this document useful (0 votes)
5 views3 pages

TODO List

The document outlines a project proposal for a To-Do List Android App developed by Akbar Jahangir as part of his Mobile Application Development course. The app aims to help users manage daily tasks with features such as adding, viewing, deleting, and marking tasks as done, utilizing basic Android development tools and SQLite for data storage. Key objectives include creating a user-friendly interface and learning essential Android programming skills.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views3 pages

TODO List

The document outlines a project proposal for a To-Do List Android App developed by Akbar Jahangir as part of his Mobile Application Development course. The app aims to help users manage daily tasks with features such as adding, viewing, deleting, and marking tasks as done, utilizing basic Android development tools and SQLite for data storage. Key objectives include creating a user-friendly interface and learning essential Android programming skills.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Project Proposal

TODO List

Project Title:
To-Do List Android App
Student Name:
Akbar Jahangir
Roll Number:
22F-BSIT-01
Program:
BS Information Technology (BSIT)
Semester:
6th Semester
Subject:
Mobile Application Development
🔍 Project Overview:

This project is about creating a To-Do List Android App. This app helps users
manage their daily tasks. Users can add new tasks, view all tasks, mark tasks as
done, and delete them.
🎯 Project Objectives:

● Make a simple and easy task manager app.

● Help users remember their daily work.

● Learn basic Android development using Android Studio.

● Use basic UI elements like EditText, Buttons, and ListView.

● Store tasks in mobile memory using SQLite database.

📱 Main Features:

1. Add Task – Add new tasks using EditText and Button.

2. View Tasks – Show all tasks in a ListView.

3. Delete Task – Delete any task by clicking a button.

4. Mark as Done – User can mark a task completed.

5. Simple UI – Easy-to-use interface using LinearLayout.

6. Save tasks in memory using SQLite database.

🧰 Tools and Technologies:

● Language: Java

● IDE: Android Studio

● Layout: LinearLayout (for simple design)

● Database: SQLite (optional)

● Platform: Android (Mobile)

You might also like