Mobile App Development | Joe Birch | Page 3

Joe Birch

Speaker, Educator and GDE for Android

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

Posts Tagged → Mobile App Development

Building HashTrack with Flutter: Main class and Localization setup

posted in Uncategorized on August 30, 2018 by hitherejoe 0 Comments

If you haven’t check out the previous post in these series, then you can do so here: Building HashTrack with Flutter: Intro and setup You can also find the code for this guide here: Now that our project is setup, we’re ready to go ahead and start building our application. In this post we’re going… Continue reading →

Exploring the Android App Bundle

posted in Uncategorized on August 23, 2018 by hitherejoe 0 Comments

There were a ton of exciting things announced at I/O this year — one of the things that caught my eyes the most was the new app bundle format. Not only does this format provide a new upload format for our applications, but it will help to influence how we build and structure our applications in a… Continue reading →

Exposing Notification Settings to the Android System

posted in Uncategorized on August 20, 2018 by hitherejoe 0 Comments

Have you ever looked at the Android System settings page for a specific application and wondered about the option to view “Additional settings in the app”? If you haven’t seen this before in your settings, or aren’t aware of it, this is what it looks like: This option allows developers to essentially provide a link… Continue reading →

Building HashTrack with Flutter: Intro and setup

posted in Uncategorized on August 8, 2018 by hitherejoe 0 Comments

Welcome to the first post of this little series that I’m going to be publishing ~ every week from now. In this collection of posts I want to run you through creating a simple app with Flutter. Within this series we’ll be creating an application that allows us to track a collection of hashtags for… Continue reading →

Exploring Firebase Authentication on iOS

posted in Uncategorized on August 7, 2018 by hitherejoe 0 Comments

Firebase provides an extensive suite of tools that helps us to both make app development simpler and also provide us with some powerful features to analyse and improve the experience for our users. Within this suite we will find Firebase Authentication, which is a tool providing our users with the ability to sign-up and sign-in… Continue reading →

Exploring Firebase MLKit on Android: Landmark Detection (Part Four)

posted in Uncategorized on July 27, 2018 by hitherejoe 0 Comments

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 landmark recognition feature, giving us the ability to detect known landmarks within an input feed so that we… Continue reading →

Authenticating users with Firebase and Flutter

posted in Uncategorized on July 16, 2018 by hitherejoe 0 Comments

When it comes to building apps, it’s likely that you’re going to want to perform some sort of user authentication, data storage or some other related tasks. Luckily for us, there are a collection of tools available from Firebase that allow us to achieve such things — some of these tools are also available for use with… Continue reading →

Implementing text input in Flutter apps

posted in Uncategorized on June 20, 2018 by hitherejoe 0 Comments

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 →

Bottom sheets in Flutter

posted in Uncategorized on June 11, 2018 by hitherejoe 0 Comments

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 →

Stateful or Stateless widgets?

posted in Uncategorized on May 24, 2018 by hitherejoe 0 Comments

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 →

  • First
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • Last

Practical Jetpack Compose

Want to sponsor this blog? Check out the details on our sponsor page here.