android

Android zxing Barcode scanner integration

Android zxing Barcode scanner integration

Applications where we need a barcode scanner integrated in our app, the best and first scanner library hits you is zxing. So lets get started how to build and integrate the library...
Gmail like – Flip animated Multi selection list view with action mode

Gmail like – Flip animated Multi selection list view with action mode

Android Gmail App has a very beautiful and smooth multi selection list, where you can select multiple items and perform an action over the selected items. Here in this tutorial we are...
Android RSS Reader – Part 3: Refresh – ActionBar item with animation

Android RSS Reader – Part 3: Refresh – ActionBar item with animation

Again this is in continuation with the RSS Reader Part 2 in the RSS Reader Series. In this tutorial we will introduce the ‘ActionBar’ and have a refresh item which refreshes the...
Android RSS Reader – Part Two (Offline reading, Swipe through detail views)

Android RSS Reader – Part Two (Offline reading, Swipe through detail views)

This post is in continuation with the previous Post (Android Simple RSS Reader with Splash Screen and Custom List View.), where we learnt to parse an xml and show that in a ListView...
Android Simple RSS Reader

Android Simple RSS Reader

RSS is a family of web feed formats used to publish frequently updated works—such as blog entries, news headlines, audio, and video—in a standardized format. – wikipedia Basically...
Android simple & custom List views with examples

Android simple & custom List views with examples

Android List Views are like any other lists where we have a series of items aligned in a vertical fashion. In Android List Views are used in many ways, most likely as Menu’s to navigate...