jamesmontemagno / Xamarin.Forms-PullToRefreshLayout

Pull To Refresh a ScrollView or ListView in Xamarin.Forms
218 stars 49 forks source link

Xamarin Forms MVVM connect with business central API to get the data #87

Open kmuthugtk opened 3 years ago

kmuthugtk commented 3 years ago

Hi James,

I have a xamarin forms app, I would like to connect with business central api in MVVM pattern. I will used multiple content page, so i need to save in secure storage the API Key and continuously the get data in multiple page without multiple times login. Kindly Please help me to do.

Thank you