Hi @DomKap The example I´ve sent you is working for me. Here you have a complete example https://drive.google.com/file/d/0B1MZ5Spc8EhvY2dWekpQVkFBSlE/view?usp=sharing There are a time picker and a bu… (View Post)
Hi @ShimmyWeitzhandler If I were you I would covert every DateTime to UTC format before you send information to your web API (DateTime.ToUniversalTime()) and convert back, to local time, when you rec… (View Post)
Hi @AnthonyAiello I think it is not necessary encapsule the foreach in the Device.BeginInvokeOnMainThread. This should work. private void getClientDrivingTime() { foreach (var item in MyObservableCol… (View Post)