Android custom GridView scalable (auto adjusting col width).
Its all ways digusting me 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 ArticleAndroid custom contacts picker with images, filtering & indexed scrolling.
This custom contact picker allows you to pick one or more contacts so that you can use them of any purposes like sending a mail, using their email Id’s or phone numbers etc. Her am going to use a...
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 Flickr Search with pagination.
Flickr Search – Lets make a simple image search App using the Yahoo’s flickr API. Flickr provides an api to query for particular tag with multiple options and it returns results in multiple requested...
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 Styling ActionBar Sliding Menu
Google has introduced the new Sliding Menu which we can use for Navigation and quick Accessibility. Prior to this release we relied on third party libraries, one of the famous sliding menu library is:...
View ArticleIntroduction to AngularJS
AngularJS – Superheroic JavaScript MVW(Model, View, Whatever) Frame work, built for developing SPA(Single Page Applications). AngularJS lets you extend HTML vocabulary for your application (We can...
View ArticleAngularJS Part 2 – Controllers and Two way binding
In the previous tutorial we learnt what AngularJS is and how Data binding works. So here in this tutorial we will move on to next important component ‘Controllers’. Controllers: As...
View ArticleAngularJS Part 3 – Routing ($routeProvider, $location)
In the previous tutorial we learnt how to write controllers and how two way binding works. In this part will learn about the next important concept of AngularJS, ‘Routing’. Routing refers to...
View ArticleAngularJS Part 4 – Factories and Services
Earlier in this tutorial series we learnt about how to set up Angular Project and to work with ‘Controllers‘ and’Routing‘. In this tutorial we will move on to ‘Services/Factories’. Note: ‘Service’ as...
View ArticleIntroduction to Gulp.js with example
Gulp is an automated task runner uses node.js. It is a build tool for the front-end javascript development. Though grunt is doing the same, gulp is overtaking grunt with increased speed and...
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 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 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 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 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 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 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 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 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 Article