Android Core
-
Android app development:weather app with forecast
This tutorial will describe how to develop an android application. In this tutorial we will explore what we need to…
Read More » -
Android Detect Face
In this post I want to describe how to detect faces in an image using Android. I will use the…
Read More » -
Android Compass Code Example
Today I’m going to share a working code to make a very simple compass application for your android device. …
Read More » -
Google Cloud Messaging: Collapsible Messages
In a previous article, we looked at how to set up Google Cloud Messaging (GCM) in Android applications. We learned…
Read More » -
Android Geofencing with Google Maps
A geofence is a virtual perimeter of interest that can be set up to fire notifications when it is entered…
Read More » -
A Few Tips for Beginning Android Development
Here are some tips from my personal experience so far with Android development. The number of tips is actually ten, so…
Read More » -
Creating a Google TV Sliding Navigation Menu
The standard design pattern for Google TV apps is generally to use the LeftNavBar library. Unfortunately there isn’t an apklib…
Read More » -
Android Notification with Sound and Icon Tutorial
My app needed a simple Android notification with sound and icon. So here’s the code I used to make that…
Read More » -
Android Custom Loader to Load Data Directly from SQLite Database
Today we’ll discuss about custom loaders in Android. Loaders have been introduced from Android 3.0 but we can also use…
Read More »