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
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:
© 2024 OneMinuteCode. All rights reserved.