Google has been pretty cagey about their new Project M for quite a while. First teased during...
The capability to manipulate text strings is of great importance. In our everyday’s work, we need to...
When designing a system framework that can be applied to a lot of different projects, there are...
An Array is a data structure that stores a list (collection) of objects (elements) that are accessible...
There will be cases wherein your need to execute a block of code that achieves a specific...
Android apps are a great platform for accomplishing all kinds of things. In addition to a powerful...
So far, we have used the read command to get input from the user. Command-Line Arguments is...
In this day and age, everything is becoming more connected. Phones, computers, tablets, toasters, microwave ovens –...
In the last two articles, we have talked about the first two types of Loops: the for...
After talking about the for loop, it is time to discuss the second type of loops: the...