Browsing Category
Mobile Development
DevByte: Google Play services 7.8 (100 Days of Google Dev)
Google Play Services 7.8 is here, and it brings two new shining APIs to help you BUILD BETTER APPS! The Nearby Messages API allows…
Pre-scaling Bitmaps (100 Days of Google Dev)
https://www.youtube.com/watch?v=HY9aaXHx8yA
For media rich applications, BITMAPS are everywhere. But these high-resolution images…
Smaller Pixel Formats (100 Days of Google Dev)
https://www.youtube.com/watch?v=1WqcEHXRWpM
Compressed image formats like PNG, JPG and WebP do a fantastic job of reducing the file…
Hidden Cost of Transparency (100 Days of Google Dev)
Transparency & Alpha is one of those awesome visual effects that helps communicate important details to the user, but sometimes…
Installable Web Apps (100 Days of Google Dev)
You can make your web app an Installable Web App with only a few minor changes to your code. Installable Web Apps look and feel like…
Analyzing your app with Google Analytics (100 Days of Google Dev)
Fontaine Foxworth showcase the functionalities you can get by just implementing the Google Analytics SDK into your app. You can…
The Magic of LRU Cache
Cache is a common problem in Android Development and in software engineering. A lot of developers had the same problem scenario is…
The top 10 important announcements from Google I/O 2015
At 2015 Google I/O keynote, Google focused mostly on the optimisation of Android platform. The updated version will roll out to…