Featured
-
Android O Released with Top 7 New Features for App Developers
Android was founded by Andy Rubin, Rich Miner, Nic
by sudhanshu.tripathi -
An Overview of Android Activity - Video Tutorial
As far as Android platform is concerned, the funda
by amit.rai -
How to get IMEI number,serial number and software version of your phone
Hello... Sometimes we need to know the country
by shahbaz.ahmmod -
Search location by using place on google map
Here below is the code for searching places by usi
by shahbaz.ahmmod -
How to know free space in sdcard android
I have written code to know free space in sdcard
by shahbaz.ahmmod
Tags
Android Activity Life Cycle Video Tutorial for Beginners
This is an Android Beginner Video Tutorial which is giving you a visual presentation of Android activity life cycle. Activity is the basic building block for the android application and it goes through a life cycle, so in this Android Video ...
Learn to Create First Android Application in 3 Minutes [Beginner Video Tutorial]
If you are a beginner and willing to learn Android, then this Android Video Tutorial will very useful to you.
In this video tutorial, I have explained how to create Android project and the basic things about it.
Go through the blo...
Learn How to Implement MVC in Android - 8 Minutes [Video Tutorial for Beginner]
MVC stands for Model View Controller, MVC approach seprate's the application at macro level into 3 sets of responsibilities.
The main benefit for us is the MVC separation of concerns. Each part of the MVC takes care of its own work: the vi...
Learn How to Create Multiple Activities in Android - 8 Minutes [Video Tutorial for Beginner]
In this Android Video Tutorial, I am giving giving a simple and basic demonstration on activity and layout creation.
I have also mentioned activities deceleration in the manifest and also how we make the particular activity as launcher ac...
Android ViewPager Example [Video Tutorial]
Hello everyone,
This Android Video Tutorial will provide you clear idea about "What Android ViewPager is and How to Implement it in Android App?".
Basically ViewPager is an application or a ...
Android - Learn to Integrate Google Map in 5 Minutes [Video Tutorial]
Hello everyone,
With the help of this Android Video Tutorial, you will get a clear idea about "Google Maps in Android" or we can say that this tutorial you will let you know "How to Integrate Google Map in Android...
Learn How to Send Email in Android with Example [Video Tutorial]
Hello everyone,
In this Android Video Tutorial, we will learn "How to Send an Email in Android with Video Example".
Note: For further reference, you can download the EmailSending.zip fi...
Learn How to Check Android Network Connectivity in 10 Minutes [Video Tutorial]
Hello again,
This Android Network Connectivity Video Tutorial will demonstrate you about "How to Determine and Monitor the Connectivity Status in Android Device and Apps".
Note: For further reference, you ...
Check Android App Status - If App is in Background or ForeGround [Video Tutorial]
Hello everyone,
In this Android Video Tutorial, we will learn "How We Can Check App Status (Background or Foreground) in Android with Video Example".
Note: For further reference, you can download the AppStatusD...
Learn Android RunOnUIthread in 6 Minutes [Video Tutorial]
Hi,
In this Android Video Tutorial we learn RunOnUIthread in Android. This tutorial will provide you clear idea about "When we use RunOnUIthread in Android App".
Bascially we use ...
Android Bound Service Example [Video Tutorial]
In previous part of Android Services - Video Tutorial With Example we learnt about What services are and provided the Demo of Started Service. Now in this part I will explain and provide you Example of Bound Service in Android.
...
Learn Android Handler and Threads Example in 10 Minutes [Video Tutorial]
Hi,
In this Android Video Tutorial we learn Handler in Android with Threads. This tutorial will provide you clear idea about "How Handler Communicate Between the UI and Background Thread in Android App&...
Learn Android PopUp Menu Example in 10 Minutes [Video Tutorial]
Hi,
In this Android Video Tutorial, we learn PopUpMenu in Android. This tutorial will guide you "how PopUp Menu is Created in Android App"?
Note: For further reference, you can download the PopMenuDe...
Learn to Implement Android MediaPlayer in 10 minutes [Video Tutorial]
Android Provides MediaPlayer Class to handle the functionality of media player.
MediaPlayer Class can be used to control playback of audio/video files and streams.
In this Android MediaPlayer Video Example, I am using methods of MediaP...
Android Runtime Permission - Video Tutorial
In this Android Video Tutorial we will learn about Runtime Permission in Android with Example
Android M has introduced a new concept of permissions model with its release.
Each Android application is started in its own process thus are isolat...
Android Services - Video Tutorial With Example
In this Android Video Tutorial, we will learn about Services in Android. Basically, in this tutorial, I am explaining what Service is?, providing a demo of Started Service using Service class and IntentService class.
Android service is a ...