Question: Write a list manager to handle To-Do items using Kotlin in Android Studio The list manager should display list items in an appropriate view. It

Write a list manager to handle To-Do items using Kotlin in Android Studio

The list manager should display list items in an appropriate view. It should also include a detail item view. The detail item view should be a separate activity. When the user taps on an item in the list view, the app shows the detail item view for the tapped item. The detail view should show at least three pieces of information about the tapped list item.

The user should be able to add items to the list and delete items from the list. For add, the user should be able to enter or select the detail information for the new item. For delete, the user should be able to specify the item to be deleted.

Define a custom class for list items. For this assignment, create a list of items when the application starts up and then add or delete items from that list.

Initialize the list with enough items to demonstrate that scrolling works. You should not be able to see all of the initial list items without scrolling.

Use a RecyclerView to display the list items.

Also, the detail view should be an activity and your app should have at least two activities.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!