Joe Birch | Speaker, Educator and GDE for Android | Page 15

Joe Birch

Speaker, Educator and GDE for Android

  • Posts
    • Latest
    • Android
    • Kotlin Multiplatform
    • iOS
  • Courses & Books
  • Services
    • Content Writing
    • Jetpack Compose Consulting
    • Android Consulting
    • Jetpack Compose Workshop
  • Speaking timeline
  • Appears In

Implementing text input in Flutter apps

posted in Uncategorized on June 20, 2018 by hitherejoe

In an app I’m working on I needed to allow the user to input some data before sending it off to a server. This is quite a common task for applications to implement, so in this post lets take a look at how we can do this in our Flutter apps. When it comes to… Continue reading →

Exploring Android P: Priority Buckets

posted in Uncategorized on June 18, 2018 by hitherejoe

At Google I/O there were a lot of new announcements around the latest version of Android, P. One of these announcements were Priority Buckets — a battery management update to Android where the system will prioritise resources based on both how recently, and how frequently, the application in question is used. In this article we’re going to… Continue reading →

Bottom sheets in Flutter

posted in Uncategorized on June 11, 2018 by hitherejoe

Bottom sheets are views which we can display at the bottom of the screen to display content to the user — this may be to prompt further interaction or display some form of other content to the user. These are always anchored at the bottom of the screen and be easily hidden from view by the user…. Continue reading →

Exploring Firebase MLKit on Android: Face Detection (Part Two)

posted in Uncategorized on May 31, 2018 by hitherejoe

At Google I/O this year we saw the introduction of Firebase MLKit, a part of the Firebase suite that intends to give our apps the ability to support intelligent features with more ease. With this comes the face recognition feature, giving us the ability to recognise faces along with the ‘landmarks’ (nose, eyes etc) and… Continue reading →

Stateful or Stateless widgets?

posted in Uncategorized on May 24, 2018 by hitherejoe

When building Flutter applications we use widgets to construct our User Interface. When it comes to these widgets there is one of two types which it can be — either stateful or stateless. In this post I want to take a look at these different types of widgets so that we can get a better understanding of… Continue reading →

Exploring Firebase MLKit on Android: Introducing MLKit (Part one)

posted in Uncategorized on May 22, 2018 by hitherejoe

At Google I/O this year we saw the introduction of Firebase MLKit, a part of the Firebase suite that intends to give our apps the ability to support intelligent features with more ease. The SDK currently comes with a collection of pre-defined capabilities that are commonly required in applications — you’ll be able to implement these in… Continue reading →

Introducing the FlutterDoc publication

posted in Uncategorized on May 21, 2018 by hitherejoe

Flutter is a UI framework from Google that can be used to build native experiences that works across popular platforms. When I first discovered Flutter last year I decided to take a bit of a look into it. Now, to be honest, I’ve always been skeptical of frameworks that off cross-platform support —unfortunately I feel… Continue reading →

Animating App Bars in Flutter

posted in Uncategorized on May 15, 2018 by hitherejoe

Several months ago I played around with animating app bars in Flutter using the SliverAppBar Widget — this is a really great way of adding a nice touch to your flutter screens that are making use of the AppBar widget. For that reason, I thought I’d put together this post in the hope it will help you… Continue reading →

Insetting FABs within the BottomAppBar

posted in Android on May 7, 2018 by hitherejoe

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 →

Exploring the v28 Android Design Support Library Additions

posted in Uncategorized on April 19, 2018 by hitherejoe

Version 28 of the Android support library was recently announced — within the current alpha version there is a collection of exciting new components that we now have access to. In this article, I want to take a look at the additions which have been made to the Support library in the form of Material view components…. Continue reading →

  • First
  • «
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • »
  • Last