Android Tutorial

android thumbnail

Android tutorial

Create Custom Adapter in List View

By Sanjeev K. Saroj 02 April, 2017 58K

This article is about creating custom adapters for list view in android. Starting from what is an adapter, it explains about array adapter, cursor adapter along with how to create custom adapter for ListView in android application. It also explains about how to...

Read now➤

Android Asynctask Example Tutorial

By Sanjeev K. Saroj 02 April, 2017 12K

This tutorial is about creating AsyncTask in android applications. In this article we will discuss about what is AsyncTask, how AsyncTask works in android application and develop an example application using AsyncTask that performs an abstract AsyncTask in background....

Read now➤

Android Service Example + Implementation

By Sanjeev K. Saroj 02 April, 2017 13K

In this article we will discuss about different android services with examples. We will discuss about what is Service, different types of services like Bounded, Unbounded and IntentService and how to implement different services in android along with the different concepts involved in android services....

Read now➤

Android BroadCast Receiver Example Tutorial

By Sanjeev K. Saroj 02 April, 2017 16K

This tutorial is about creating BroadCastReceiver in android application.Starting from what is Broadcastreceiver, how to create Broadcastreceiver, difference types of Broadcastreceiver and registering receiver, we will also discuss about how network is connected and disconnected using broadcast receiver. We will learn...

Read now➤

Android Sqlite Database Example

By Sanjeev K. Saroj 21 April, 2017 24K

This tutorial is about android SQLite database. Here we will discuss about what is SQLite database, What is Cursor and how to save data in SQLite database.After that we will fetch the data from SQLite database and show the result in ListView...

Read now➤