I want to make the layout come out under the position every time I click each position in recyclerview and disappear when I click again, what should I do? Should I do it on click on the main page? I got json parsing from the main and spray it on the recycling view. When you press the position, the layout below is also json parsed and sprayed. Please help me
java android json recyclerview
If you want to implement the expansion of View when you click on an item in Recyclerview, use the Expandable ListView built into Android, or refer to the following library to replace the RecyclerView you are currently using.
Alternatively, you can expand the Item view of the Recycler View using the library below.
Check if any of the above mentioned libraries can receive callbacks when the view is expanded (usually handled as callbacks) and apply the method of parsing and showing json when a callback is called.
610 GDB gets version error when attempting to debug with the Presense SDK (IDE)
574 Who developed the "avformat-59.dll" that comes with FFmpeg?
578 Understanding How to Configure Google API Key
572 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
912 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
© 2024 OneMinuteCode. All rights reserved.