Introduction The gesture means finger movement in the touchscreen interface. The different types of gesture’s are Tab, drag, Flick, Swipe, double tab,…
Introduction In this article, we go step by step to build a custom popup dialog for Xamarin Android. The popup dialog is just a window that prompts to…
Introduction: In this article demonstrates, what is Constraint Layout and how to use it in Xamarin.Android and Xamarin.iOS to improve your page perfor…
Introduction Gmail Login is an easy way for users to log in. Gmail Login automatically retrieves all the user information. Let’s start! Before startin…
Introduction Facebook Login is an easy way for users to log in. Facebook users can grant permissions to our app; thereby retrieving all the user infor…
What is SQLite? SQLite Database has methods to insert, select, update and delete, execute SQL commands, and perform other common database management t…
Let’s start, First, we create a gesture event. Refer to part one, Xamarin Android: Create Android Card Flip Animation Using Gesture Event-Part One Ste…