Shutdown your Mac using a terminal command
The shutdown command comes in handy if you want to shutdown or reboot your Mac at a specific time. Here are some of the…
Setting ANDROID_HOME Environmental Variable on Mac OS X
In this tutorial, we will show you how to set ANDROID_HOME Environmental Variable on Mac OS X.
Setting ANDROID_HOME!--more-->…
SimpleDateFormat example on Android
The example demonstrate how to convert a Date object to string using a specified format, and convert back.
MainActivity.java!--more-->…
Show and Hide ActionBar on Android code
The action bar is a window feature that identifies the user location, and provides user actions and navigation modes. Using the…
An Introduction to Android Wear
https://www.youtube.com/watch?v=Bl4Qne-RpcM
Connect to Dropbox using Android
In this tutorial we will learn how to create an Android application for uploading a file on Dropbox!
Dropbox is a popular free…
Data Structure – Selection sort algorithm
The algorithm divides the input list into two parts: the sublist of items already sorted, which is built up from left to right…
Data Structure – Bubble sort algorithm
Bubble sort, sometimes incorrectly referred to as sinking sort, is a simple sorting algorithm that works by repeatedly stepping…
Data Structure – Insertion sort algorithm
Insertion sort is a simple sorting algorithm that builds the final sorted array (or list) one item at a time.
(The example code…