Android | Joe Birch | Page 5

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 Jetpack Compose: Row & Column

posted in Android on January 3, 2020 by hitherejoe 0 Comments

Important: The contents of this article have been deprecated with newer releases for Jetpack Compose. Read more on these links about the Column and Row.

Exploring GraphQL with Coroutines on Android

posted in Android, Kotlin on December 11, 2019 by hitherejoe 0 Comments

In a recent article of mine we took a look at how we could implement OAuth flows in Android with the use of Custom Tabs . This was done using the Product Hunt API and now that we authenticated users within our client, we can go ahead and interact with the rest of the API…. Continue reading →

Exploring Jetpack Compose: Text

posted in Android on October 30, 2019 by hitherejoe 0 Comments

Within Android Studio 4.0 Canary 1 we can start exploring Jetpack compose, a new way to build the UI for your android applications in a declarative manner. To get started with jetpack compose, there is a great tutorial on the official developer site. In this series of articles I want to dive into each of the… Continue reading →

Exploring Jetpack Compose: Button

posted in Android on October 24, 2019 by hitherejoe 0 Comments

Important: The contents of this article have been deprecated with newer releases for Jetpack Compose. If you’re looking to learn about the Button composable, please see the guides here. If there are any questions on how to make use of the Button component then please do reach out. Otherwise, I’ll catch you in the next… Continue reading →

Exploring Android Leanback: Browse Branding

posted in Android on October 17, 2019 by hitherejoe 0 Comments

When it comes to building apps for Android TV, things get pretty different when compared to building apps for phones. The experience completely changes for the user – in both the way that content is consumed and how the device is interacted with. Luckily for us we have the Leanback library from Android Jetpack which… Continue reading →

Media Store access using openFile() on Android 10

posted in Android on October 9, 2019 by hitherejoe 0 Comments

As of Android 10, things have changed slightly with how we access files that are contained outside of our application. This change of behaviour has come from the concept of scoped storage – which aims to improve the privacy of user files, adding more control to how files are accessed within the android system. Even… Continue reading →

Using Firebase on Android with Kotlin Coroutines

posted in Android, Firebase, Kotlin on October 3, 2019 by hitherejoe 0 Comments

Whilst recently working on a side project I ran into a situation where I needed to make use of the Android Firebase SDKs. This project of mine uses Kotlin Coroutines for all of the asynchronous task handling, so ideally I wanted to keep any Firebase calls to use the same approach – not only so… Continue reading →

Exploring View Binding on Android

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

When it comes to manipulating our user interfaces within Android applications, there are a couple of approaches that we can take. In these cases, we need to obtain a reference these views in-order to manipulate them in some way. For this, we’ll either use findViewById(), followed by casting the view to the corresponding type. Or… Continue reading →

Performing OAuth on Android with Custom Tabs

posted in Android, Kotlin on August 22, 2019 by hitherejoe 1 Comment

Whether we’re building third-party clients for existing API services, or working on our own product that communicates with our own API, it’s likely that we might be working with authentication that uses a form of OAuth. This standard of authentication approach is something that we’re bound to use at some point in our careers, but… Continue reading →

Exploring App Actions on Android: What are App Actions?

posted in Actions On Google, Android on July 16, 2019 by hitherejoe 0 Comments

At Google I/O 2018 we were introduced to App Actions, but it was only at I/O this year that we were given the ability to hook into this functionality within our own apps. In this first part of articles focused on App Actions I want to take a quick look into exactly what they are,… Continue reading →

  • First
  • «
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • »
  • Last