I'm new to xamarin forms and i'd like to know the best approach to bind an image from uri in a listview.
The scenario is the following:
- A listview that get remote json data from a web services
- The json data contains many url
- Each cell get async the image and show it
- I want reuse of the cell
What's the best approach with xamarin forms? I haven't found any tutorial