Android Content Provider Tutorial Android Content Provider is the standard way through which one application communicates with other. It provides an interface that allows one process to get access to data from other. Every Android application has its own process and permissions, its data is hidden from other applications. Sometimes it is required to share […]
Basics
Android Flash Light Application Tutorial Using Camera2 API
Android Flash Light Application Tutorial Using Camera2 API In this tutorial, we will explain how to create free flashlight app for android. This tutorial is part of Learn By Doing tutorial series, where we will show you how to create simple android apps. This will be a hand’s on experience for the beginners in the […]
Android Concept: Working with Intent (Passing Information from one Activity to another)
Pre-requisites: 1) Android Studio installed on your PC (Unix or Windows). You can learn how to install it here . 2) A real time android device (Smartphone or Tablet) configured with Android Studio. . 3) A basic knowledge of Android lifecycle and different classes & functions used in Android Studio. In this post we will […]
How to Install Android Studio on Microsoft Windows or Linux (Unix or Ubuntu) OS.
How to Install Android StudioIn this tutorial, we will learn the first and foremost important step – How to install Android Studio on Windows or Linux operating system. First we will learn how to do it in Ubuntu: How to Install Android Studio in Ubuntu: This is the most preferred and easiest way of How […]
Tutorial 2 – How to make a basic App.
Hello Guys. Now that we have made our basic App let’s go to the next step of answering the millionaire questions. People who are new in this page and want to learn step by step process of making an App can visit our Tutorial-1 . Aim: In this tutorial we will answer each question in […]
Tutorial 1 – How to make a basic Android App.
AIM: To make an App of “Who Wants to Be a Millionaire”? (We will sometime refer it “Millionaire”). Pre-requisites: 1) Android Studio installed on your PC (Unix or Windows). You can learn how to install it here . 2) A real time android device (Smartphone or Tablet) configured with Android Studio. . 3) A basic […]
Connect, Configure App on Real Android device and Run Hello World program with Android Studio.
In this post we will learn how to connect and configure Android Device (Smartphone etc.) with Android Studio. After that we will run a simple Hello World Program. Pre-requisites: 1) Android Studio installed on your PC (Unix or Windows). You can learn how to install it here . 2) A basic knowledge of Android lifecycle […]
Activity Lifecycle and Debugging of an Android App.
Activity Lifecycle and Debugging of an Android App In this tutorial, we will discuss Activity Lifecycle and how to debug an Android App through prints. Pre-requisites: Android Studio installed on your PC (Unix or Windows). You can learn how to install it here . Activity Lifecycle: Lifecycle can be easily described through following block diagram: […]
Android Gesture Tutorial – Touch, Scroll and Press on Android Device Screen
Android Gesture Tutorial In this post we will learn how to make Android Gesture Tutorial and give different functionality whenever a user Touch or Scroll android screen. This App is named as Android Gesture Tutorial. Let’s learn different type of Gesture Control in Android. It allows you to make a decent App with fine User […]