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 followed by a...
View ArticleAndroid 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 List with a rotating...
View ArticleGmail 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 going to create a...
View ArticleAndroid 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 to our Project....
View ArticleAndroid custom Grid View with zoom-in animation effect
In a Grid View all the views are arranged in the grid fashion. We can customize a Grid View by creating a custom layout for the contents of the grid item. Here in this example we create a Grid View...
View ArticleAndroid Layouts explained with examples
Layouts are the design elements of any Application. Layouts in Android Provides the most basic parts of the UI. Android-SDK provides few different Layouts, basic among them are: 1. Linear Layout...
View ArticleGrunt Vs Gulp – Javascript front end Build Tools
As you know, both grunt and gulp are tools used in the front-end development to build the javascript projects. Each tool has its own syntax and guidelines but at the end their main goal is to create...
View ArticleAdobe illustrator creating custom arrows (curved, dashed…)
Illustrating an image or a picture by drawing some lines, arrows and some texts would give more information to the user rather than just showing it. This tutorial will focus on drawing custom arrows....
View ArticleAndroid custom GridView scalable (auto adjusting col width)
Its all ways annoying when using Android grid view because the cols are not free flowing even though we set the cols to expand and the solution is we need to set the col width dynamically by...
View ArticleSimple Todo App using Google Polymer
Polymer is a framework used to build Modern Mobile First Web Apps. If you are familiar with AngularJS, where we use Directives to create re-usable Components, similar way in Polymer we can extend the...
View Article