syonip / blog-comments

0 stars 0 forks source link

how-to-use-a-recycler-view-to-show-images-from-storage #12

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

How to use a RecyclerView to show images from storage | Jonathan's Dev Blog

final The issue at hand The RecyclerView widget is a more advanced and flexible version of ListView. It manages and optimizes the view holder bindings according to the scrolling position, and recycles the views so that it uses only a small number of views for a large number of…

https://www.learningsomethingnew.com/how-to-use-a-recycler-view-to-show-images-from-storage

MarkoSan commented 2 years ago

Hello!

I am very sorry I did not fully understand subtopic regarding implements ItemFragment.OnListFragmentInteractionListener, can you show example, where did you insert described interface? Otherwise, superb tutorial, very well done job!

Sincerely, Marko

syonip commented 2 years ago

Hey Marko, Did you try to run the source code? https://github.com/syonip/android-recycler-example