Let’s work on a simple To Do List Project, this android project helps beginners to practice their learnings and gain confidence in android development.
To-Do List project is an application specially built to keep track of errands or tasks that need to be done. This application will be like a task keeper where the user would be able to enter the tasks that they need to do. Once they are done with their tasks they can also remove them from the list. Let us see what is there in the application:
Following are the user interface components that will be shown in our application-
Before we begin with our project, we would like you to know the prerequisites for the same so you can understand it. We have made our project using Java programming, but Android even supports Kotlin now. Please consider the following things that you must have good hands with-
Now, let’s start the implementation of To Do List Project, consider the following steps:
First, download the complete project code: Android To-Do List Project Source Code
Once you download a project you can import it in your Android Studio directly without any difficulty. After you have downloaded the project, extract it in the location that you prefer. Now, you can import the project using the process that we described in Create Your First App in Android Studio.
Once you are ready with importing your code you can run it on the Android Virtual Machine.
1. After running the application, following :
2. Now begin working on the app, click on the “ + ” button on the top right:
3. Now, here you can type the task that you want to add:
#android tutorials #android project #android project for beginners #to do list #to do list app