Android Error Launching AVD emulator for Android 5.0 on Mac OSX Panayiotis Georgiou 27/02/2015 0 The post shows how to successfully launch an AVD emulator for Android 5.0. Steps Firstly you need to install Intel® HAXM!--more-->…
Android Error:compileSdkVersion android-21 requires compiling with JDK 7 Panayiotis Georgiou 26/02/2015 1 During my last project on Android 5.0 Reveal Animation, this error occurred: Error:compileSdkVersion android-21 requires…
Android Introduction to Android Studio Panayiotis Georgiou 25/02/2015 0 https://www.youtube.com/watch?v=K2dodTXARqc A high level introduction to Android Studio, the new IDE for Android application…
Android Reveal Animations on Android 5.0 Panayiotis Georgiou 25/02/2015 1 Android 5.0, added in API level 21, introduce ViewAnimationUtils.createCircularReveal (View view, int centerX, int centerY, float…
Android Load resources from XML in Android Panayiotis Georgiou 25/02/2015 0 The post demonstrates how to load resources from xml. Create /res/values/arrays.xml to define drawable and int, used to load…
Javascript Automatically Convert String to Upper Case with Javascript Panayiotis Georgiou 24/02/2015 0 This post will show you how to convert string to upper case automatically using javascript. We can use these if we have a…
Android Android ProgressDialog and AsyncTask Panayiotis Georgiou 20/02/2015 0 The tutorial is an example of ProgressDialog with Async Task. ProgressDialog is a dialog showing a progress indicator…
Android Android ScrollView Example Panayiotis Georgiou 20/02/2015 0 The tutorial will show you, how to use Android ScrollView component and create a simple example using various ScrollView…
PHP & MySQL Calculate difference between two dates in PHP Panayiotis Georgiou 16/02/2015 1 Sometimes we need to compare two dates between each other before storing any objects. It is often handy to have a proper method to…
PHP & MySQL Get visitor IP address in PHP Panayiotis Georgiou 15/02/2015 0 There are several cases that that we need to track the ip address of visitors on websites either for validation, security, spam…