Category: Xamarin
-
Key Features for Enterprise Mobile Apps: Building Powerful Solutions
Enterprise mobile apps are created with a range of capabilities to meet the unique requirements of corporations and organizations. Here are a few of the most popular features in business mobile apps. It’s important to keep in mind that the particular features included in an enterprise mobile app can change depending on the requirements of…
-
SSO and Xamarin forms Implementation
Xamarin Forms can implement single sign-on (SSO).The integration of forms with an identity provider that accepts SSO protocols like OAuth or OpenID Connect is required. Here is a general breakdown of the procedures:
-
Xamarin Forms: Add UI controls to Navigation Bar using Title View
Ever wonder, whether you can add UI controls in navigation bar. I had exact requirement with one of my client. My immediate response was “I will see what I can do about it”, as I never had such requirement ever. After bit of investigation, from Xamarin 3.2 onwards, this feature was introduced. You can actually…
-
Custom fonts using Resource Dictionary in Xamarin Forms – Android
Introduction If you have bit of experience with Mobile or Web development, you might have noticed most of the clients or end user’s expectations are gone high. One of the best way is to add custom font and you can feel big difference on how app’s look and feel. iOS and MacOS preinstalled fonts https://developer.apple.com/fonts/system-fonts/…
-
Xamarin UrhoSharp: SimpleApplication VS Application by Divikiran Ravela
-
First AR app using Xamarin and UrhoSharp
-
FreshMVVM 101: Introduction
Introduction I love to use custom frameworks in my Xamarin forms based applications and FreshMVVM is one of the best frameworks available in the market that built for Xamarin Forms. In this series I will discussing about key features of FreshMVVM to help you build awesome Xamarin Apps According to author Michael Ridland his GitHub…
-
Xamarin forms using .Net Standard 2.0
Introduction All Xamarin developers, please welcome Net standard 2.0. This is the kind of class library we were waiting for all these years. The .Net standard 2.0 specification is now complete and it is included with Net core 2.0, Net framework 4.6.1 and up to latest versions. It can be used using Visual Studio versions 15.3…
-
Xamarin Forms – App Center: Show BuildID on iOS App
Introduction App center helps us to connect support git repositories (i.e GitHub, Bitbucket or VSTS) and build the app for us either on every code commit or manually. It also sends notifications to users that are registered to it. It will also help us to run tests on the actual device and runs any unit…
-
Xamarin Forms – Platform Specifics (iOS): Blur Effect
As a Xamarin mobile developer ever wonder, why we need to write some much of code in PCL and iOS projects to do simple Native feature, some of which are usually one-liners code natively.Xamarin has now introduced a nice nifty feature that helps us to write code in Xamarin Forms in the form of Platform…