Android Tutorial

Introduction to Flutter – New Mobile Application Development Technology

Flutter is already found in headlines of mobile app development industry. The popularity waves are no surprise as top known companies like Alibaba, Google Ads, App Tree, Birch Finance and many more has already adopted Flutter. May be chances are you already have used the app of Alibaba, Google Ads which is developed by Flutter. …

Introduction to Flutter – New Mobile Application Development Technology Read More »

Android Deep Linking Example

In this tutorial you will learn about android deep linking with an example. In deep linking first we have to understand what does an URI means. Let us consider an example of URI, https://www.example.com/demo?userid=100&client=android Here, https is a scheme www.example.com is a host /demo is a path, directing the specific resource ?userid=100&client=android is a query …

Android Deep Linking Example Read More »

Android Studio Keyboard Shortcuts for Windows/Linux/Mac

Here you will get android studio keyboard shortcuts for windows, linux and mac os that I have taken from official android developers website. Knowing keyboard shortcuts makes our work little bit faster while using an application, specially when you are an android developer. 🙂 Below is the android studio cheat sheet that shows all useful …

Android Studio Keyboard Shortcuts for Windows/Linux/Mac Read More »

How to Convert Website to Android App Using Android Studio

In this tutorial you will learn how to convert website to android app using Android Studio. Before reading this tutorial I hope that you already have basic knowledge of Android App Development. Otherwise you won’t be able to understand anything. What I will do here is simply open the website in webview with a loading …

How to Convert Website to Android App Using Android Studio Read More »

Android Google Analytics Integration Tutorial

This tutorial is about google analytics android integration. Google Analytics will help you to track how many people are using your app, real time users, etc. The tutorial is divided into three parts, first create an account in Google Analytics, then generate configuration file and finally implement google analytics in your app. Android Google Analytics …

Android Google Analytics Integration Tutorial Read More »