Hey Guys! Recently I had the need to implement a Printing feature for one of my Xamarin Forms projects, and discovered it was actually kind of straight forward to do, which brings me to our article of this week!
Browsing Category Xamarin
Xamarin.Forms UI Challenge – Ficus IoT App
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.
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.
Visual Studio 2019 Launch Recap – DotNetDo
Hey Guys!! I know it’s been a long time since I last posted, had to take some time to organize a few things in these last few months, but we are now getting back at it! 😀 Even though I was not posting as frequently I tried to maintain my activity with the community and one of those was participating in the cool VS Launch…
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.