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 BroadcastReceiver - Video Tutorial
Hello,
I am again here with another Android Video Tutorial and that is BroadcastReceiver in Android.
With this Video blog I am attaching demo code file at bottom for your further reference and for any queries feel free to co...
Android Notifications Video Tutorial
Hi,
In this Android Video Tutorial you will get to know about Building or Creating Android Notifications.
I am also attaching demo code file for your further reference, for any queries feel free to comment.
TimePicker in Android - Video Tutorial
Hello again,
I am again here with another Android Video Tutorial which is TimePicker in Android.
I am also attaching demo code file for your further reference, for any queries feel free to comment.
AutoCompleteTextView in Android - Video Tutroial
Hi,
In this Android Video Tutorial you will get to know about AutoCompleteTextView in Android.
I am also attaching demo code file for your further reference, for any queries feel free to comment.
VideoView in Android - Video Tutorial
Hello everyone,
In this Android Video Tutorial you will get to know about VideoView in Android.
For your reference I am attaching file with this blog.
For any query feel free to ask in comment section.
Video Tutorial: Bluetooth in Android
Hello everyone,
In this Android Video Tutorial you will get to know about How Bluetooth in Android Devices functions.
For your reference I am attaching file with this blog.
For any query feel free to ask in comment section.
Realm for Android - Video Tutorial
In this Android Video Tutorial, I have explained the basics of Realm. Realm is a mobile database and a good substitute for SQLite (Android). Realm store data in a universal, table-based format. In this tutorial, I have explained how to install Re...
Android AsyncTask Video Tutorial with Example
This Video Tutorial is on Android AsyncTask. AsyncTask is an abstract class in which implementation is hidden and only functioning is visible to user. This class allows us to perform long/background operations and generates its result on the main...
Android Shared Preferences - Video Tutorial
In this Android Video Tutorial, I have explained The Shared Preference.
You’re going to experience the power of Shared Preference in action and learn:
The purpose of a Shared Preference
The components that make up a Sh...
Android Image Loading Libraries Video Tutorial
In this Android Video Tutorial I am guiding about four different libraries for loading images using URL:
Universal Image Loader
Picasso
Glide
Fresco
Along with I am explaining their description, performance and implemen...
Android SQLite Database Video Tutorial
What is SQLite?
SQLite is a opensource SQL database that stores data to a text file on a device. Android comes in with built in SQLite database implementation.
It is RDBMS, no connection establishment is required like JDBC and ODBC
Ligh...
Video Tutorial-How to make network calls using retrofit in Android?
Hello everyone,
This Android Video Tutorial will guide you about How you can make network calls using retrofit in Android?
For any queries feel Free to post in comment section.
Implementing Custom ListView in Android App via BaseAdapter-Video Tutorial
This "Android ListView Video Tutorial" describes how to implement custom listview in an android application using BaseAdapter. Android ListView is a view which groups several items and displays them in the vertical scrollable list.
&...
Introduction to Collapsing Toolbar
In this Android Video Tutorial, you will learn about how we create a Collapsing toolbar by learning few XML tags.
XML tags covered in this tutorial are: CoordinatorLayout, AppBarLayout, CollapsingToolbarLayout and NestedScrollView. You can a...
Android RecyclerView Video Tutorial
In this Android Video Tutorial I have explained the major differences between RecyclerView and the ListView and also covered the part how to make RecyclerView in three steps.
you’re going to experience the power of Recycle...
Android Fragments Video Tutorial
Fragment are the android component that are meant to make the UI more flexible and dynamic screens.
In this Android Video tutorial we will learn :-
What are fragments
1) Component that is used to implement the complex UI in a simpler man...
Android Intents Video Tutorial
In this tutorial, you will learn the Intents and its usage in Android
Intents are the Activity-launcher and also act as a message carrier.
Intents is very much helpful in performing various functions that make use of other application like came...
An Overview of Android Activity - Video Tutorial
As far as Android platform is concerned, the fundamental building blocks rely on activities, too. They make it possible for a user to interact with an app. Besides, they also play a big role in how a user navigates within an app.
For...
Network calls in Android via Volley
Hello Nerds,
This Video Tutorial describes how to use volley for making network calls in Andorid application along with the following points:-
1) How to integrate volley in your Andorid project.
2) What are advantageous and disadvantageo...
How to use WebView in Android?
This tutorial describes how to integrate WebView in Android. A Webview is the UI element which is use to load webpage inside the application.
For any queries feel free to post comment.
How to Create a LinearLayout
Hi again,
This Video tutorial will guide you to create a Layout with the help of LinearLayout.