This app displays a list of tasks. The user can add a task simply by typing in the name of the task and tapping the button with the "+" on it. Users can then tap the checkbox on the left of the task to mark it as completed or tap the trash can to delete the task from the list entirely.
To run this application:
- Clone this repository to a folder on your PC
- Open the project in Android Studio
- Select a virtual android device or your physical android device from the drop-down list at the top of the window
- Click the green play button to the right of the device drop-down list and it should run after a minute or two