Android Core
-
Android – Import projects from Git
There are many cases when we have requirement and need to clone Git repository, at that time we have to…
Read More » -
Android – Volley library example
I am not sure whether you have heard “Volley” word yet but it’s the library on which one expert talk…
Read More » -
Android Action Bar with Tab
Action bar was introduced from API level 11. In this post I will explain how to create tab in action…
Read More » -
Animation Resources and AnimationListener
In this post i want to analyze how we can use animation in Android and how we can implements an…
Read More » -
Android ExpandableListView with Custom Adapter: BaseExpandableListAdapter
In the previous post we talked about ListView and how we can use it. Android OS has another widget that…
Read More » -
Android ListView: Custom Adapter with ImageView
In previous post we talked about custom adapter. We used a quite simple adapter with just a TextView. We want…
Read More » -
Android Fragment Lifecycle – multiple screen support
Fragment lifecycle is an important aspect to take into account before using fragments. Every developer, that wants to develop an…
Read More » -
Fragment in Android: Tutorial with Example using WebView
In this post we want to explain how to use fragment in Android with a real example. In the last…
Read More » -
Expandable List in Android
Today we are going to discuss ExpandableListView in Android. Here I’ve used Eclipse with ADT plugin to build this example.…
Read More »