HTML5 Material Design in Action Panayiotis Georgiou 27/02/2015 0 We’ve seen last year that many websites and app adopted, incorporated the visual language. Material Design was introduced by Google…
Android A New Way to Promote Your App on Google Play Panayiotis Georgiou 27/02/2015 0 Google Play now reaches more than 1 billion people on Android devices in more than 190 countries, helping a growing number of…
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.
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…