Quantcast
Channel: TechieDreams
Browsing all 21 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

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 Article



Image may be NSFW.
Clik here to view.

Android 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 Article

Image may be NSFW.
Clik here to view.

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 going to create a...

View Article

Image may be NSFW.
Clik here to view.

Android 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 Article

Image may be NSFW.
Clik here to view.

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 to our Project....

View Article


Image may be NSFW.
Clik here to view.

Android 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 Article

Image may be NSFW.
Clik here to view.

Introduction 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 Article

Image may be NSFW.
Clik here to view.

AngularJS 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 Article


Image may be NSFW.
Clik here to view.

AngularJS 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 Article


Image may be NSFW.
Clik here to view.

AngularJS 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 Article

Image may be NSFW.
Clik here to view.

Introduction 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 Article

Image may be NSFW.
Clik here to view.

Grunt 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

Image may be NSFW.
Clik here to view.

Bower – 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 Article


Image may be NSFW.
Clik here to view.

Yeoman 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 Article

Image may be NSFW.
Clik here to view.

Create 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 Article


Image may be NSFW.
Clik here to view.

Simple 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 Article

Image may be NSFW.
Clik here to view.

Simple 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 Article


Image may be NSFW.
Clik here to view.

Getting 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 Article

Ionic 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 Article

Facebook 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
Browsing all 21 articles
Browse latest View live




Latest Images