Android
-

Android Actionbar Drop Down navigation
ActionBar supports different navigation types within activities. We saw in an older post that we can use Tabs to navigate or…
Read More » -

Android Studio with android alternative emulator:Genymotion
Moving from Eclispe/ADT to Android Studio I was exploring some alternative configuration to improve my building environment. I came across…
Read More » -

Add a sliding menu with animation to an Activity
I was playing around with animation, layers and so on and i have coded this simple sliding menu. The idea…
Read More » -

Android AsyncTask ListView – JSON
Many times we need to populate a Listview using an AsyncTask. This is the case when we have to invoke…
Read More » -

Android ListView Pull-to-Refresh
In this post I want to describe how to create a custom ListView widget that behaves like Gmail list, so…
Read More » -

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 »


