Android Core
-
Android Apache HTTP Client
In this post I want to describe how to build an HTTP client using Apache library. In one of my…
Read More » -
Android ListView – Tutorial and basic example
One of the UI component we use often is ListView, for example when we need to show items in a…
Read More » -
Android HTTP Client: GET, POST, Download, Upload, Multipart Request
Often Android apps have to exchange information with a remote server. The easiest way is to use the HTTP protocol…
Read More » -
Android: Build real weather app: JSON, HTTP and Openweathermap
In this post I want to describe how to create a weather app that gives current weather information. This app…
Read More » -
Android Fragment transaction: FragmentManager and Backstack
Fragments are useful when we want to support multiple screen size. To manage fragments we need a FragmentManager that help us…
Read More » -
Android ListView context menu: ActionMode.CallBack
In this post we want to analyze the context menu (contextual action bar). This is a menu that is related…
Read More » -
Android: Navigation drawer with account picker – Google Drive SDK
This post describes how to create a navigation drawer with an account picker. Navigation drawer is a new UI pattern…
Read More » -
Android listview background row style: Rounded Corner, alternate color
One aspect we didn’t consider in the previous posts is how we can apply style or background to the Listview…
Read More » -
Getting started with PhoneGap in Eclipse for Android
Android development with PhoneGap can be done in Windows, OS X, or Linux Step 1: Setting up Android Tools ADT…
Read More »