Android SimpleDateFormat example on Android Panayiotis Georgiou 20/06/2014 1 The example demonstrate how to convert a Date object to string using a specified format, and convert back. MainActivity.java!--more-->…
Android Show and Hide ActionBar on Android code Panayiotis Georgiou 20/06/2014 0 The action bar is a window feature that identifies the user location, and provides user actions and navigation modes. Using the…
Android An Introduction to Android Wear Panayiotis Georgiou 20/06/2014 0 https://www.youtube.com/watch?v=Bl4Qne-RpcM
Android Connect to Dropbox using Android Panayiotis Georgiou 18/06/2014 0 In this tutorial we will learn how to create an Android application for uploading a file on Dropbox! Dropbox is a popular free…
C Data Structure – Selection sort algorithm Panayiotis Georgiou 02/06/2014 0 The algorithm divides the input list into two parts: the sublist of items already sorted, which is built up from left to right…
C Data Structure – Bubble sort algorithm Panayiotis Georgiou 02/06/2014 0 Bubble sort, sometimes incorrectly referred to as sinking sort, is a simple sorting algorithm that works by repeatedly stepping…
C Data Structure – Insertion sort algorithm Panayiotis Georgiou 02/06/2014 0 Insertion sort is a simple sorting algorithm that builds the final sorted array (or list) one item at a time. (The example code…
Mobile Development Google Play Services 4.4 Panayiotis Georgiou 25/05/2014 0 Another release of Google Play services is out - version 4.4. This release includes a blockbuster announcement: Street View…
Android Google Play Services 4.3 Panayiotis Georgiou 06/05/2014 0 This video introduce all new things you can do with the new released Google Play services 4.3. This release includes two new APIs…
Android Android 4.4: Step Sensors Panayiotis Georgiou 05/05/2014 0 Walk through two ways to track steps in Android Kit Kat with the new hardware step sensors.…