Insights

Perspectives on AI, cloud, and modern architecture from real enterprise projects that enable teams across industries

  • Using Prism.Forms EventAggregator with Xamarin.Forms

    Using Prism.Forms EventAggregator with Xamarin.Forms

    If you are building a Xamarin.Forms app, it should be a no-brainer that you use MVVM pattern for your code base. It should also be a no-brainer that you give Prism.Forms a try. It makes…

    Read more

  • Get Xamarin Certified Now. For less.

    Get Xamarin Certified Now. For less.

    The most deterrent factor for anyone trying to get Xamarin certifiedhas been the upfront cost of enrolling in to Xamarin University. It used to be $1995/developer per year paid annually, which went down to $999 late…

    Read more

  • Handling Multiple Taps in Xamarin.Forms on Android

    Handling Multiple Taps in Xamarin.Forms on Android

    Sometimes in this beautiful world of cross-platform mobile development, we come across a problem that makes no sense at first. But after some StackOverflow surfing and Xamarin/MSDN research, we may find a way to tackle that problem.…

    Read more

  • Getting started with Xamarin

    Getting started with Xamarin

    “How do I get started with Xamarin?” I get asked this question a lot lately, thanks to Microsoft’s acquisition of Xamarin. Less than one month after Microsoft announced the Xamarin acquisition at Build 2016, interest…

    Read more

  • Using FragmentTabHost with ViewPager

    Using FragmentTabHost with ViewPager

    On my last project, I wanted to design one of the screens to look like Google Newsstand’s swiping tabs that were also scrollable and had an image between the ActionBar and the tabs.   I…

    Read more