Category: Xamarin
-
React – Load code-on-demand using Code Splitting
React is a declarative, efficient, and flexible JavaScript library for building user interfaces. Code Splitting helps apps to perform well where performance is key. Code Splitting is the concept in React that helps to load the content only when it is actually required. Instead of loading the whole app even before a user can use…
-
Versioning of Android app (Dev, Stage, and Prod) using same code base – Xamarin Forms
We will be continuing our journey into App versioning, this time for Android. Similar to iOS, in Android, we have to create Compiler symbols too. For those who have missed iOS versioning blog, click on below is the link.Versioning of iOS app (Dev, Stage, and Prod) using same code base – Xamarin Forms Set different…
-
Versioning of iOS app (Dev, Stage, and Prod) using same code base – Xamarin Forms
App versioning based on the same code base is the favorite feature of most of the clients I worked for various reasons. Usually, this feature is requested to cater App to the different set of departments or support multi-tenancy that client want to support. When creating a complex app, there are n-number of teams working together…
-
Xamarin 4: Shell – Part 1
As Xamarin 4 is around the corner and set release pretty soon, let’s have a quick sneak peek into Shell, we will try to understand What and Why Shell. I personally see this as an answer to Hybrid mobile technologies that making app development faster, it is the kind of template that helps you write…