What Is A Restful Api
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...
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...
What is an AsyncTask? AsyncTask is an abstract class that Android provides to do potentially time-consuming tasks that would otherwise hang-up the user inter...
The following is a reference implementation for retrieving your current geo-graphical location using your Android device. The following Helper class can be u...
In some circumstance it will be necessary for your application to run background tasks whether the app. is open or not. For example: an alarm clock will soun...
The following is a reference implementation of formatting a MySQL datetime value into a more readable form.
Introduction I will describe how to convert a web application using the HTTP protocol to HTTPS. I will explain what the protocols and relevant technologies a...
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...
The following is a reference implementation for converting a 12 hour formatted String in to its 24 hour equivalent.
The following is a reference implementation of a function declaration and explanation of common method usages.
In this post I will explain what database normalization is and describe an example of how to develop a relational database schema at 3rd normal form. I recom...