


List of Sensors in an Android Phone
A small utility to display the list of Sensors present in an Android phone. For those who are not interested in the code, the installable […]

The Complete Pinterest.com
5 Part Video series on using Pinterest.com 1.Intro Video 2.Video 1 – Signup 3.Video 2 – Adding a Pin 4.Video 3 – Boards & Followers […]

How to retrieve content from a WordPress database directly
WordPress is the world’s most popular blogging platform and is used by millions of websites. It has been converted and customized to almost any kind […]

Roll out your own Tab UI using HTML and JQuery
WHY RECREATE THE WHEEL? There are lot of tab controls out there, both using plain javascript and others using Jquery, so why the need to […]

Scheduling a Task to run repeatedly in Android
There are times when an app needs to run at specific times without user intervention. Something very similar to cronjobs in Linux and Scheduled Tasks […]

How to Fetch Data from a Website using AsyncTask
One good built-in check in Android development is the fact if any network operation is done, the compiler flags an error if it is being […]

Reading/Writing user preferences file in Android internal memory
Often an app needs to save user preferences or related information. This can be easily saved in the device internal memory as a persistent file. […]

How To Copy Supporting Files During apk Installation
For certain apps which require some supporting files to be part of the installation eg.data files or images, there needs to be a way of […]

ATOS SIPS Payment Gateway implementation in .NET
France based ATOS Worldline SIPS is the leading secure payment solution in Europe. They process over 250 million transactions a year for about 30,000 merchants. […]