Task ToDo List Android Application This lab will dive deeper into creating layouts using different types of layouts and
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Task ToDo List Android Application This lab will dive deeper into creating layouts using different types of layouts and
Task ToDo List Android Application This lab will dive deeperinto creating layouts using different types of layouts and controlsin Android Studio. By completing this lab you will be able to(Learning Outcome 6) design a user interface using Android. You maywork individually or with a partner. Be sure that both studentnames and IDs are present in the code. Create a basic to-do listapp that allows users to add new items to and check them off orremove them from some type of ListView. The minimum requirement formarking an item as "done" is using a view such as aCheckedTextView, but feel free to change the order or style aswell. The app should have at least an EditText, Button, and someversion of a ListView.