About

We are small team of highly skilled professionals, we make quality software products and give first class service to our clients. Any technology is fair game for us, but our main strengths are : Java, Android, Google App Engine, Web applications, Database, SOA, Graphics design and Testing.

We are based in Mumbai, India.

Portfolio Snapshots

GoodPRO

Drawing Drills

Hits From The Blog

Adding Native Mobile User Interface Layer

This post is about mobile web application development and release strategy. You can download the full source code here. It is based on Martin Fowler’s article: Developing Software for Multiple Mobile Devices . If you have read the article skip to section titled Version 1.0. In a nutshell, Martin Fowler’s article compares between developing a native app [...]

AsyncTask Usage Patterns

AsyncTask is a useful class for doing background work in Android application. I present patterns for using this class starting with the  basic usage and going on to advanced usage. The task to be performed is : downloading a file from internet. You can download the complete source code here Pattern 1: Minimal Do something [...]