Android | Joe Birch | Page 6

Joe Birch

Speaker, Educator and GDE for Android

  • Posts
    • Latest
    • Android
    • Kotlin Multiplatform
    • iOS
  • Sponsorship
  • Courses & Books
  • Speaking timeline
  • Appears In

Post Category → Android

Exploring CameraX on Android: Camera View

posted in Android on May 15, 2019 by hitherejoe 0 Comments

If you’ve ever used the Camera APIs on Android, you may have felt that they’ve never been the simplest thing to implement. There was originally the Camera API, which was deprecated in favour of the Camera2 API – this iteration aimed to provide developers with a better experience when dealing with camera APIs on Android…. Continue reading →

Exploring in-app updates on Android

posted in Android on May 7, 2019 by hitherejoe 0 Comments

I’m sure there has often been a time when you’ve needed to send out an app update that has some form of urgency – maybe there’s a security issue or some bug which is causing a lot of issues for users. Previously, we’ve needed to roll out a new update on the Google play store… Continue reading →

Exploring Android Q: Bubbles

posted in Android on April 4, 2019 by hitherejoe 0 Comments

A few weeks back we saw the announcement of the Android Q beta release 🎉 With this version of Android comes a collection of exciting changes which we need to get our apps ready for. In this set of articles I’m going to be diving into each one of these so that we are fully prepared for… Continue reading →

Exploring Android Q: Sharing Shortcuts

posted in Android on March 26, 2019 by hitherejoe 0 Comments

A few weeks back we saw the announcement of the Android Q beta release 🎉 With this version of Android comes a collection of exciting changes which we need to get our apps ready for. In this set of articles I’m going to be diving into each one of these so that we are fully prepared for… Continue reading →

Exploring Android Q: Location Permissions

posted in Android on March 18, 2019 by hitherejoe 0 Comments

Last week we saw the announcement of the Android Q beta release 🎉 With this version of Android comes a collection of exciting changes which we need to get our apps ready for. In this set of articles I’m going to be diving into each one of these so that we are fully prepared for getting our… Continue reading →

Exploring Android Q: Settings Panels

posted in Android on March 14, 2019 by hitherejoe 0 Comments

It’s here! Yesterday we saw the announcement of the Android Q beta release 🎉 With this version of Android comes a collection of exciting changes which we need to get our apps ready for. In my next set of articles I’m going to be diving into each one of these so that we are fully prepared… Continue reading →

Handling pricing changes with the Google Play Billing Library

posted in Android, Payments on March 12, 2019 by hitherejoe 0 Comments

Sometimes things change. And in these cases, it’s likely that you’ll want to be able to make adjustments to reflect these changes. In the context of applications, we may offer subscriptions – and it’s common for the prices of these to change along the way. In this case, we’ll want to adjust the prices for… Continue reading →

Exploring the View Pager 2

posted in Android on February 22, 2019 by hitherejoe 0 Comments

It’s likely when working in the Android realm you’ve come across the ViewPager class at some point. This view allows us display a collection of fragments or views to display to the user in a swipe-able format – especially popular within on-boarding and content display screens. This component has been with us in the Android… Continue reading →

Insetting FABs within the BottomAppBar

posted in Android on May 7, 2018 by hitherejoe 0 Comments

On Android we recently saw the introduction and use of the Bottom App Bar which also allows you to add a ‘notch’ when a floating action button component is to be inset into the view. I quite like the look of this component and wanted to make use of it within a Flutter side-project I’m… Continue reading →

  • First
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6