In 2018, when Dan Siegel asked me what I thought about hosting a Xamarin developer summit in Houston, I could not have been happier. The conversations started to grab interest of folks who would support the idea of a Xamarin focused event, including Microsoft team. Once Dan brought Megsoft on board, things got in motion and the rest is history.
xamarin
Xamarin.Forms Made Better with Prism
In my talk on Xamarin.Forms Made Better With Prism, I showed how to make Xamarin.Forms apps better with MVVM and Prism.Forms, and demonstrated some cool features coming in Prism.Forms 7.2 like, Auto register pages for navigationAuto initialize properties in View ModelsDialog ServiceXAML navigation https://twitter.com/XamDevSummit/status/1149346397088559104?s=20 I will have more on these in future posts, and you…Read more Xamarin.Forms Made Better with Prism
Xamarin: App From Scratch 3/3
Part 3 of our App-writing marathon! Remember - $50 Amazon Gift Card to the best UI design/implementation of our Weather app. https://github.com/hnabbasi/MeetupWeatherApp
Xamarin: App From Scratch 2/3
Part 2 of our 3 part series. We'll take the app we started last month and continue to expand it. If you have ideas, suggestions, or questions, please bring them to the discussion!
Xamarin: App From Scratch 1/3
Join us as we collectively build a real, working Xamarin Forms app from scratch. We'll start with a blank solution and iteratively build a working app, exploring the different features of the XF platform as we go along.
What’s New In Xamarin.Forms 4.0
We'll take a look at some of the new features slated for release in the next version of Forms.
What’s New In Azure DevOps
Walked through Azure DevOps Pipelines capabilities for packaging NuGet packages, and building Xamarin pipelines with AppCenter.
Azure Easy Tables With Offline Sync
Had a lot of fun speaking on one of my favorite topics (Azure) at our Houston Xamarin MeetUp event. My team showed up to support and learn and we made good session out of it. I shared some basic slides on setup and jumped into the demo so we can see all the action live.…Read more Azure Easy Tables With Offline Sync
Xamarin.Forms with Polly
Developing an app with a backend? Consuming RESTful APIs? Then you must have a good strategy to deal with transient issues with API calls to provide a smooth experience for your users. Polly can help with that.