IEEE-VIT / todo-android

TODO Android app for IEEE Hacktoberfest techloop
MIT License
10 stars 7 forks source link

Implement the RecyclerView Adapter #6

Open souris-dev opened 3 years ago

souris-dev commented 3 years ago

Please describe the feature you want this project to offer The RecyclerView Adapter that displays the todo items in the Main Activity should be implemented.

Describe the solution you'd like The Adapter should ensure that the items are single-selectable (i.e., one of the items on long press will be selected and only one item should be selected at a single time). When an item is selected, a tick symbol should appear beside it.

Describe alternatives you've considered (Optional)

Additional context (Optional)

starboi02 commented 3 years ago

can i work on this?

souris-dev commented 3 years ago

Okay, go ahead.

starboi02 commented 3 years ago

@souris-dev please look at the pr i made.

souris-dev commented 3 years ago

@starboi02 Sorry for the delay, I'll have a look at the PR ASAP. It looks good, just want to address a few things so I'll review it soon.