Simple 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 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 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 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 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 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 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 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 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 ArticleAndroid 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 ArticleSeat Reservation System using AngularJS
Its pretty often, we come across seat reservation systems when we are booking movie tickets or show tickets etc. If you wonder how to create one for yourself, its pretty easy with AngularJS. Demo...
View ArticleFacebook and Google OAuth with IONIC and AngularJS
OAUTH gives a flexibility to choose the some of the Largest Data providers Example: Facebook and Google to Authenticate our Application user on our behalf. Other cool things are not just Authentication...
View ArticleIonic Custom and Dynamic Theming
Welcome to the second tutorial in Ionic series. In the first tutorial we learnt how to setup Ionic and starting out first Project. In this Tutorial we will learn how to setup a Custom theme to your...
View ArticleGetting started with Ionic framework
You just started a great journey towards Hybrid Mobile App Development. I have explored many frameworks and libraries for building a Mobile first WEB App, which has to work seamlessly on a Mobile and...
View ArticleSimple Todo App using Google Polymer
Polymer – Everything an Element. 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...
View ArticleSimple Todo App using AngularJS
Angular Simple Todo app is a tiny Task manager, which allows you to add a new task, provide a note to it, edit a task and delete it once done. In this tutorial we will see how we can build a simple...
View ArticleCreate and publish Yeoman Generator
In the previous tutorials we learnt what Gulp and Bower are and how they simplify WEB development process. Often with these tools installed in the project, we can only focus on writing the business...
View ArticleYeoman Angular-Gulp-Bower generator
Yeoman – The web’s scaffolding tool for modern webapps: Its basically a tool which combines the ‘Build System’ and the ‘Package Manger’. Popular options for build system are: ‘Gulp’ and ‘Grunt’. And...
View ArticleBower – A Package Manager for Front-End Web development
In a WEB Application we often deal with lot of third party libraries and dependencies, maintaining them would a a pain process. So to solve this problem, there are many Package Manger tools introduced,...
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 Article