Recyclerview spinner? It's a question.

Asked 1 years ago, Updated 1 years ago, 64 views

If you look at a lot of screens on an app or on the web, I want to implement a function that shows data in a list view or a recycling view, and when you click on them, the view is pushed down and a detailed screen of the selected data is displayed. In this case, should I put a spinner in the recycler view?

recyclerview spinner android-asynctask json

2022-09-21 17:00

1 Answers

If you want to implement the Expandable View when you click on an item in Recyclerview, use the Expandable ListView available on Android or refer to the following library:


2022-09-21 17:00

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.