homepage Top and Most commonly used Git commands you should know Panayiotis Georgiou 09/12/2013 0 After successful Installation: where is the git located ~$ which git /usr/bin/git the version of the git installed!--more-->…
Android Android Studio – Local path doesn’t exist Panayiotis Georgiou 25/11/2013 0 Playing with Android Studio yesterday and migrating some of my previous projects, I received an annoying error that I thought was…
Android Android Studio Update 0.3.6 Mac problems Panayiotis Georgiou 22/11/2013 2 Yesterday, I have updated my Android studio to the latest release canary build: 0.3.6 on my MacBook. On Windows 7 it was straight…
Android Caching Bitmaps and Managing Bitmap Memory (video) Panayiotis Georgiou 19/11/2013 0 Memory allocation is very critical and complicated factor when we have to load a number of bitmap inside Android applications. …
Android Display current date on your Android app Panayiotis Georgiou 15/11/2013 3 This post simply shows how you can get current date and time inside Android layout and insert it in a TextView. Also it covers how…
Android How to fix the process com.google.process.gapps Panayiotis Georgiou 06/11/2013 1 Today I came across a popup dialogue box after my nexus 4 started. The screenshot above shows the error, I have seen that many of…
Android What’s New in Android 4.4 (video) Panayiotis Georgiou 05/11/2013 0 The latest version of Google's mobile OS (KitKat) launched alongside Nexus 5, the newest handset is Nexus 5 and the second…
Android SDK doesn’t exist Mac problem Panayiotis Georgiou 09/10/2013 1 When you migrate a project from one computer to another be extra cautious. Recently I tried to import some projects…
Android Cyprus Football Championship 2013- 2014 available now Panayiotis Georgiou 06/10/2013 0 The new updated version 3.1 Cyprus Football Championship is available now on Google Play Store What's New Updated all!--more-->…
Android Android Sliding Fragments Panayiotis Georgiou 05/09/2013 0 The post shows a useful video how to animate Fragment Transitions in Android platform. This video discusses several different…