Are you planning to build a cross-platform Android, iOS or Windows app? Many app developers face a tough…
Walking Tree
In the modern era, a business needs to adopt the new application development and deployment approach to compete…
A Performance Preface Recently, there has been much hype about Blockchain Technology, all thanks to the introduction of…
Overview User registration is a key component for most mobile applications. It is perhaps also the most cumbersome…
Overview In almost every Mobile App, you would find a user login (or Sign In) and registration (or…
UWP has a limit on the maximum size of a given bundle. Using standard packaging strategy, we cannot package the app with more than 25 GB of data. While this works alright in most of the cases, there are applications which require a huge amount of data to exist locally. This article explains a solution for such applications.
I’m sure you must have come across newest menu animation called Guillotine. In this, the menu Side bar becomes a Top bar as shown in below animation, where it drops down from the top of the page and gives a feeling of a Guillotine. Currently, this capability doesn’t exist off-the-shelf in Xamarin.Android. As part of this article, we are going to explain how to get this working in your Xamarin.Android application.
Overview This article is a continuation of the article on the topic Xamarin.Auth Mobile Apps Authentication With Facebook….
This article explains how to enable a users to login to a mobile app with their Facebook credentials without manually signing up for the app. We also discuss accessing the basic user info from the Facebook server using Xamarin.Auth component.