You do not need to make two lists anymore:
Just set the imagesList as the RecyclerList
Now when Image clicked I would like to get image details by using this extention . What Am i doing wrong?
Like so:
My images are in the assets hence the method for providing the path.
IIRC, the image-notifier extension does not work with urls, you will need to download your image files and provided their path for it to work.
Is there other something similar extention which works with urls?