Android Pre-scaling Bitmaps (100 Days of Google Dev) Panayiotis Georgiou 27/08/2015 0 https://www.youtube.com/watch?v=HY9aaXHx8yA For media rich applications, BITMAPS are everywhere. But these high-resolution images…
Android Smaller PNG Files (100 Days of Google Dev) Panayiotis Georgiou 27/08/2015 0 https://www.youtube.com/watch?v=2TUvmlGoDrw PNG files represent the bulk of android image content, especially if you’ve got a lot…
Android Get your hands on Android Studio 1.3 Panayiotis Georgiou 31/07/2015 0 Previewed earlier this summer at Google I/O, Android Studio 1.3 is now available on the stable release channel. We appreciated the…
Technology Fetch API (100 Days of Google Dev) Panayiotis Georgiou 29/07/2015 0 https://www.youtube.com/watch?v=g6-ZwZmRncs Fetch is a new API that makes ‘Fetch’ing remote resources much easier. Like…
Mobile Development Smaller Pixel Formats (100 Days of Google Dev) Panayiotis Georgiou 27/07/2015 0 https://www.youtube.com/watch?v=1WqcEHXRWpM Compressed image formats like PNG, JPG and WebP do a fantastic job of reducing the file…
Android Android Auto Backup for Apps (100 Days of Google Dev) Panayiotis Georgiou 23/06/2015 0 Android Backup is the automatic, cloud-based backup and restore of users’ apps when they set up a new device. With the Android “M”…
Android Hidden Cost of Transparency (100 Days of Google Dev) Panayiotis Georgiou 23/06/2015 0 Transparency & Alpha is one of those awesome visual effects that helps communicate important details to the user, but sometimes…
Android The Magic of LRU Cache Panayiotis Georgiou 03/06/2015 0 Cache is a common problem in Android Development and in software engineering. A lot of developers had the same problem scenario is…