Answer the question
In order to leave comments, you need to log in
Why is picasso loading images WITHOUT an internet connection?
There is an application consisting of preview and detail fragments.
The preview fragment receives the addresses of the pictures, displays them as a list on the screen and stores them in the ViewModel. Clicking on the ViewHolder navigates to the detailView using the navigation component. The link to the image is also passed through it.
imageViewItem.findNavController().navigate(PreviewFragmentDirections.actionPreviewFragmentToDetailItemFragment(uri.toString()))
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question