Android
-
Android ListView: Endless adapter
This post explains how to create an endless adapter for a ListView. An endless adapter is an adapter that loads…
Read More » -
Android Activity Recognition
Activity Recognition gives our Android device the ability to detect a number of our physical activities like walking, riding a…
Read More » -
Send Email with Attachment in Android
This is a simple demo for send email in Android with attachment. For attachment I am using Intent.ACTION_GET_CONTENT. Don’t forget to…
Read More » -
Google account Integration in Android – Login with Gmail
Hello Friends, This is my post for Google account integration with your application, login with gmail, signup with Google account.…
Read More » -
Android Header and Footer layout example
In this article we are going to see how you can create a simple Android Layout that includes a header…
Read More » -
Adding Overlay Icons to ImageViews
While working on Serenity for Android, one of the many requests I received was to have a Watched Status indicator…
Read More » -
Android ViewHolder Pattern Example
Now we are going to code the smooth scrolling of our Android ListView. In the previous post, we tried to…
Read More » -
Android Sensor Tutorial: Barometer Sensor
One of the most interesting topics in my opinion is how to use Sensor in Android. Nowadays our smartphone are…
Read More » -
Detecting Television Feature on Android
I wrote up a post on google plus, that may be interested to a wider audience. If you are an…
Read More »