ToDoAppAndroid is a simple Android application that allows users to manage their tasks and to-do lists efficiently.
- Task Management: Add, edit, delete, and mark tasks as completed.
- Intuitive User Interface: Clean and user-friendly interface for easy task management.
- Persistent Storage: Tasks are stored locally using SQLite database, ensuring data persistence across app sessions.
- Responsive Design: Supports various screen sizes and orientations for a seamless user experience.
To get started with ToDoAppAndroid, follow these steps:
-
Clone the repository:
git clone https://github.com/priyanka-bhoir/ToDoAppAndroid.git
-
Open the project in Android Studio.
-
Build and run the app on an Android device or emulator.
- Adding a Task: Tap on the "+" button to add a new task. Enter the task details and tap on "Save" to add it to the list.
- Editing a Task: Tap on a task to edit its details. Make the necessary changes and tap on "Save" to update the task.
- Marking a Task as Completed: Tap on the checkbox next to a task to mark it as completed.
- Deleting a Task: Swipe left or right on a task to delete it from the list.
Contributions are welcome! If you'd like to contribute to ToDoAppAndroid, please follow these guidelines:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and ensure that the code compiles without errors.
- Test your changes thoroughly.
- Commit your changes and push them to your fork.
- Submit a pull request with a clear description of your changes.
This project is licensed under the MIT License.
- Material Components for Android - For providing UI components and design guidelines.
- Android SQLite - For documentation and tutorials on SQLite database usage in Android apps.
For any inquiries or support, please contact Priyanka Bhoir at er.priyankabhoir1@gmail.com.


