Archive for April, 2015

Implementing Android Gallery Widget Android

One of the Android layout widget – Gallery has lessen the pain of developer when one needs to use horizontally scrolling list specially in case of showing images in gallery view. But sometimes we need to customize this gallery widget as per r equirement, for example navigating gallery using next-previous buttons which are placed at

Implementing Swipe to Refresh Android

Setting up Swipe To Refresh We begin implementing the Swipe to Refresh pattern with a brand new Android Studio project and the most recent version of the Android Support Library (your SDK manager should show an Android Support Library version of at least 21.0). The first thing we need to do is add the support

Navigation Drawer Example in Android

1. Introduction Android navigation drawer is a one of the most common used design pattern that displays the app’s main navigation links on the left side of the screen. It is not visible by default, and shown when swiped from left to right or by clicking the navigation menu icon from ActionBar. The following example