I am just starting with Xamarin forms. I am using MvvmLight in my cross platform application. In my application, when a form loads, I want to send a request to rest service to download some images and load listview in the form. What is the best way of implementing this logic in a view model.
Thanks
Apurva