Hey Guys! So the time has come for my contribution to #XamarinUIJuly, and what better day to do it than my Bday? 😀 I guess I will be the one doing the gifting today haha.
Posts tagged XamarinForms
Android Auto Backup and why we need to manage it properly in Xamarin
As Xamarin Forms Developers even though we are developing most of our code in Forms, we still need to be attentive to each native platform features and how their ecosystem evolves and how does this affect our apps, a common case is using Shared Preferences each platform deals with them differently and that brings me to this new article.
Consuming RESTFul API’s with Refit – Xamarin Forms / Orlando Code Camp 2019
Hey Guys! On Saturday 30th of March, I had the opportunity of participating in the 14th edition of Orlando Code Camp, one-day learning event driven by a group of dedicated volunteers and speakers for programming professionals and students with a focus on coding, databases and related technologies, concepts and practices. I got the chance to talk about Consuming RESTFul API’s with Refit.
Let’s Talk Architecture with Prism – Xamarin Forms / South Florida Code Camp 2019
Hey Guys! On Saturday 2nd of March, I had the opportunity of participating in the 15th edition of South Florida Code Camp, that is a one-day GEEK FEST community event driven by a group of dedicated volunteers and speakers. I got the chance to talk about Architecture with Prism in Xamarin Forms.
Streaming on Xamarin Forms – Xamarin Online LATAM FEST
Hey Guys! The last Tuesday, I had the opportunity of participating on a great initiative of the Xamarin LATAM Community lead by Luis Beltrán, that has the objective of sharing knowledge monthly with the community online, I got the chance to talk about Live-streaming on Xamarin Forms using the newly pre-release Wowza Client Plugin.
Sharing is Caring – Xamarin Forms and Prism Template Pack
Hey Guys! Recently I got to help out a member of our Xamarin Forms Developer Community on Facebook called Elsa Bodhi she’s a great Software Developer from the Netherlands, that’s learning Xamarin from scratch and I got to introduce her to some new concepts she could use to improve her Xamarin app’s one of which was Prism, she absolutely loved it and was eager to…
Wowza Client Plugin For Xamarin [PRE-RELEASE]
Hey Guys! Recently we had the need for supporting streaming and broadcast playback for one of our App’s, making use of the Wowza Media Services but the only issue was that they were only available on their iOS and Android native SDK’s. Well not anymore!🥳XamBoy and I got to work and now we have just pre-released a brand new Plugin and set of Xamarin Bindings…
Fixing ListView Offset on Pull to Refresh in Xamarin iOS
Hey Guys! Recently I came upon an issue using ListViews in iOS on Xamarin Forms with the pull to refresh feature enabled, that caused the first item in my listview to be scrolled off screen each time the refresh on the list completed.
Creating Custom Controls Part 3: TimelineView
Hey Guys! In the second part of this series of articles about creating custom controls, we learned how to create an SlideView that supports sliding through different elements and displaying visual feedback to our users using a StepperView. In this article we are going to see our next use case which is creating a TimelineView to support displaying timelines in our Xamarin Forms Apps.
Creating Custom Controls Part 2: SliderView
Hey Guys! In the first part of this series of articles about creating custom controls, we learned how to create an ExtendedListView that supports Infinite Scrolling and Commands to handle business logic directly on our ViewModels. In this article we are going to see our next use case which is creating a Custom Stepper + CarouselView (SliderView) to support sliders in our Xamarin Forms Apps.