It’s been a while since I wrote about the Android Design Support Library and I was super excited to wake up this morning to discover that the Bottom Navigation View has been added to version 25 of the Design Support Library! The Bottom Navigation View has been in the material design guidelines for some time,… Continue reading
Posts Tagged → Android
Exploring Firebase on Android & iOS: Remote Config
Remote config is a feature of Firebase suite that allows us to alter both the look and feel of our application without the need to publish any updates to the Google Play or App store. This works by allowing us to define in-app parameters that can be overridden from within the firebase console — these parameters can… Continue reading
Introducing Custom Map Styles for Google Maps
Play services has just received an update to version 9.6.0 and there’s an awesome new addition to it, custom styling for Google Maps 😍 I feel like this has been a long time coming, so I decided to give the documentation a good read to see exactly what we can do with this new feature… Continue reading
Exploring Firebase on Android & iOS: Analytics
Firebase is an exciting new collection of services that I’ve been reading up on and experimenting with. In this new series of articles, we’ll be covering the features of firebase to learn exactly what we can do with each integration. In this chapter, we’re going to be taking a look at Firebase Analytics — the integration that… Continue reading
Public speaking is about more than speaking
Back in 2008 I started studying a degree in Mathematics Education, which is essentially a degree that qualifies you to teach. I pursued this because of my joy for helping others, but there was something about the course that wasn’t right for me. Whilst I loved the aspect of teaching and sharing knowledge amongst others… Continue reading
Exploring the Google Awareness API
After months of waiting, we finally have access to the Google Awareness API. This new API allows to craft context-based experiences within our applications, allowing us to provide a more personal and customised experience for our users. In this article we’re going to take a deep dive into the Awareness API features so we can… Continue reading
Exploring Save to Android Pay
At Google I/O 2016 we saw a lot of attention on Android Pay, it was great to see it finally open up its doors to the UK for us to integrate into our payment experiences. Using Android Pay, applications can implement features that allow users to both buy physical goods and save money in the… Continue reading
Android TV & Chill
As a platform, TVs have an enormous amount of potential in being involved with the ways in which we carry out certain tasks. Currently our smart TVs focus on applications for Video, Music, Games or Utilities – but why not more? If done right, there’s a vast space available for the retail sector, making purchases… Continue reading
Exploring Buy with Android Pay
At Google I/O 2016 we saw a lot of attention on Android Pay. It was great to see it finally open up its doors to the UK for us to integrate into our payment experiences. Using Android Pay, applications can implement features that allow users to both buy physical goods and save money in the… Continue reading
Exploring the new Android ConstraintLayout
Last week at Google I/O we saw the introduction of loads of great Android related news. Whilst I’d love to sit here and talk about everything that was announced, we’re going to take a quick look at the new and exciting ConstraintLayout for Android. To get a better understanding of the ConstraintLayout I took an… Continue reading