Consuming a web service - Xamarin forms

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ก.ย. 2024
  • how to consume a web service (restful service) in Xamarin forms
    (getting data from the server)
    including Get, Post, Put and Delete
    showing loading indicator while data is loading
    and dispaying data in the ListView
    implemented in MVVM pattern
    Sample code is available here: github.com/Mig...
    URI for getting mock json data: my-json-server...
    To create your own mock json data - • Create instant fake se...

ความคิดเห็น • 15

  • @bellekassouf8852
    @bellekassouf8852 4 ปีที่แล้ว +1

    I have searched many videos but this is by far the clearest and simplest way. Definitely what I was looking for, Thanks!

  • @gauravkumar2609
    @gauravkumar2609 4 ปีที่แล้ว +1

    Thanks after long search I found what actually I was looking...Thanks a ton keep it up...

    • @c_forcoding
      @c_forcoding  4 ปีที่แล้ว

      thank you... :) and good to know that this is helpful for you

  • @primuspilus2924
    @primuspilus2924 4 ปีที่แล้ว +1

    Great tutorial. Thanks a lot

  • @khethelomachi11
    @khethelomachi11 2 ปีที่แล้ว

    Please do A video for implementing login/ authentication using a web service

  • @eminsalim
    @eminsalim 4 ปีที่แล้ว +1

    Great work! That's exactly what I was looking for. Clean code! Do you have some videos for the Login/Logout and switching through the pages for Xamarin Forms?

    • @c_forcoding
      @c_forcoding  4 ปีที่แล้ว +1

      Right now..no videos on login, will do in future..
      For navigations like MasterDetail Page and Tabbed Page - th-cam.com/video/MQ3e2m3M78I/w-d-xo.html and th-cam.com/video/xWhUBDVLyWY/w-d-xo.html

  • @antonellaceccuzzi880
    @antonellaceccuzzi880 3 ปีที่แล้ว

    Hi, the api call works because if try to print on the Console the values, they are right.
    But I don't see anything on my phone

    • @c_forcoding
      @c_forcoding  3 ปีที่แล้ว

      Hi.. Please make sure that binding of list is proper and also proper mapping of the properties from JSON and check if there are any errors

  • @assesino1980
    @assesino1980 4 ปีที่แล้ว

    Hola, hay varias cosas que no se pueden apreciar como el bindingcontext, como puede uno saber como tocaste el apidemo o el cs del App??? saludos

    • @c_forcoding
      @c_forcoding  4 ปีที่แล้ว

      Can you translate it to English

  • @chariyarroju8787
    @chariyarroju8787 4 ปีที่แล้ว

    Which project is you are selected?