Recent posts

What Is A Restful Api

4 minute read

What is an API? An Application Programming Interface (API) is simply a way of exposing the internal functionality of a service in a safe way. This enables cl...

How To Get Your Current Location In Android

less than 1 minute read

The following is a reference implementation for retrieving your current geo-graphical location using your Android device. The following Helper class can be u...

Oldschool Socket Communication

1 minute read

This post describes a simple example for implementing sockets. Sockets allow two programs to communicate across a network. It does this by allocated a unique...