In the image view with size MATCH_PARENT and vertical WRAP_CONTENT, If you add an image and delete it and add it again, the item is set to the size of the previous image. Is there a solution?
RecyclerView with three images, such as -> Add and remove two smaller images.
It looks like the screen above.
I think I can recreate the View Holder The previously created ViewHolder is not being recreated, is there any way to create a new one?
android recyclerview
In the part where you delete an item, recyclerView.removeViewAt(position); I solved it by writing it.
This function creates a new view holder.
578 Understanding How to Configure Google API Key
915 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
611 GDB gets version error when attempting to debug with the Presense SDK (IDE)
618 Uncaught (inpromise) Error on Electron: An object could not be cloned
© 2024 OneMinuteCode. All rights reserved.