XamGirl

Charlin's Blog

  • Blog
  • Activities
Menu

API, DataCaching, InternetConnection, XamarinEssentials, XamarinForms

Improve Xamarin Forms App UX by Data Caching

February 6, 2020 2 Comments

When developing a mobile app persisting data is important, why? Because a mobile app is not a web app, it shouldn’t depend on having a reliable internet connection 100% of the time. For example, when you open a mobile app to see the list of transactions if you don’t have internet you will only see […]

Continue Reading

API, Xamarin, XamarinForms

Mocking your app in Xamarin Forms

July 13, 2018 2 Comments

When we start developing a new application there’s the possibility that you don’t have the API ready yet. But you want to start doing the UI, so you want to code your app in a way that when API is available the integration will be easier to do and won’t affect the code done so […]

Continue Reading

API, Xamarin, XamarinForms

Consuming a RESTful Web Service in Xamarin Forms using Refit (Part 3)

February 28, 2018 13 Comments

In the second part of this series of articles, we talked about how to structure your project using Refit. In this article, we are going to talk about how to structure your project to consume multiple APIs. Let’s start understanding the issue In the previous article we were consuming the MakeUp API, in this sample […]

Continue Reading

API, XamarinForms

Consuming a RESTful Web Service in Xamarin Forms using Refit (Part 2)

February 1, 2018 12 Comments

In the first part of this series of articles, we talked about how to use Refit showing some examples of it’s main features. Also we did our first request. In this part, we are going to talk about how to structure your project when using Refit, in a way that can be easier to maintain. […]

Continue Reading

API, Xamarin, XamarinForms

Consuming a RESTful Web Service in Xamarin Forms using Refit (Part 1)

January 10, 2018 17 Comments

In Xamarin Forms there are several ways to consume restful web services, could be by using the Microsoft Http Libraries or third party libraries like Refit, RESTSharp, PortableRest, etc. In this article, I’m going to show you step by step how to interact with a rest api using Refit. This will be a series of articles […]

Continue Reading

About Me

I'm Charlin Agramonte, from Dominican Republic.

I have 10+ years of experience in .NET, developing in Xamarin Forms since it started (in 2014). Currently Xamarin Certified Developer and Microsoft MVP.

In my free time I'm co-organizer of a software community called .NET Dominicana

Recent Posts

  • Simplifying your MAUI Styles with StyleClass
  • Interactive Quick Tour in Xamarin Forms/MAUI
  • StateLayout with Collections in Xamarin Forms/MAUI
  • Podcast (DevTalk) – Improving the UX of Xamarin Forms Apps
  • Using Guard Clauses in .NET

Recent Comments

  • Hairstyles on Using Guard Clauses in .NET
  • Lizaypirlanta.com on Improving the UX when loading data in Xamarin Forms
  • sana on Exploring Drag and Drop in Xamarin Forms
  • Freebies on Clearable Time Picker in Xamarin Forms
  • Freebies on Clearable Time Picker in Xamarin Forms

Archives

  • July 2024
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • July 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • March 2018
  • February 2018
  • January 2018
  • November 2017
  • October 2017
  • August 2017
  • July 2017
  • June 2017
  • May 2017

Categories

  • .NET
  • Activities
  • Animations
  • API
  • Architecture
  • Behaviors
  • Blogging
  • CarouselView
  • CodingTips
  • Collections
  • Contacts
  • ControlTemplate
  • Converters
  • DataCaching
  • DragAndDrop
  • Extensions
  • Images
  • InternetConnection
  • Libraries
  • Loading
  • Maps
  • MAUI
  • MultiBinding
  • Multilingual
  • MvvmFrameworks
  • Packages
  • Personal
  • Plugin
  • Popup
  • Prism
  • PrismRegions
  • Properties
  • QuickActions
  • QuickTip
  • Samples
  • Shortcuts
  • Syncfusion
  • Tools
  • Triggers
  • Triggers
  • TypeConverter
  • UI
  • UI
  • UIControls
  • UILibraries
  • Uncategorized
  • Update
  • UX
  • Validations
  • VisualStateManager
  • Xamarin
  • XamarinCommunityToolkit
  • XamarinEssentials
  • XamarinEssentials
  • XamarinForms
  • XamarinProblems
  • XAML

Tags

.NET AbsoluteLayout Android Animations API Blogging Bugs Collections converters CustomRenderers Effects Entry Events Fonts Gallery Grid Images iOS iOS11 ListView Loading Mock NavigationBar Prism Properties QuickTip Refit SOLID StateMachines Style Styles Syncfusion Triggers TypeConverters UI UIControl UIControls UX Xamarin XamarinCommunityToolkit XamarinEssentials XamarinEvolve XamarinForms XamarinForms3.0 Xaml
  • Blog
  • Activities

XamGirl