Logo
  • Android
  • Kotlin
  • iOS
  • Flutter
  • Thoughts
  • Subscribe (monthly)
  • Twitter
  • RSS
  • Search
Menu Search
Topic 43 Posts

Android

Rock and Null
Newer Posts Page 2 of 6 Older Posts

Jetpack Compose: intro & basic layouts

By Bevan Steele in Android on 14 Nov 2020

Jetpack Compose is the latest and greatest way of designing UIs in the Android world. It offers a declarative way of building UIs using only Kotlin code.…

Easy Espresso tests: use Barista

By Bevan Steele in Android on 05 Nov 2020

Having UI tests for your app is quite powerful. Use Barista to write easier, cleaner, and less fragile UI tests.…

In-app Updates: be prepared for the critical-bug-case

By Bevan Steele in Android on 29 Oct 2020

A major bug in your app will occur at some point. Build an "emergency" update mechanism that you can trigger for these situations with the In-app Update library.…

Wireless Android development with a local device

By Bevan Steele in Android on 26 Sep 2020

A way to set up ADB over WiFi quickly (without too many steps) with a way to stream my device screen to get an emulator-like experience.…

Proto DataStore (and Protocol Buffers intro)

By Bevan Steele in Android on 19 Sep 2020

Jetpack Proto DataStore is the new way of storing small data aiming at replacing the usage of the aging SharedPreferences API using Protocol Buffers.…

DataStore Preferences and migrating from SharedPreferences

By Bevan Steele in Android on 12 Sep 2020

Jetpack DataStore is a convenient modern way of storing small bits of data (and replacing the aging SharedPreferences).…

Port forwarding for Android app development

By Bevan Steele in Android on 28 Aug 2020

What happens when you try to connect from an app on a test device to a development machine where a local server is running?…

"Rate this app" functionality using In-App Review API

By Bevan Steele in Android on 22 Aug 2020

Requesting a Play Store user review for your Android app is one of the most effective ways of getting more reviews/ratings. Now there's an API that allows you to show discrete in-app pop-ups to urge users to rate (or review).…

Newer Posts Page 2 of 6 Older Posts
  • Say hello!
  • Tweet us!
  • Subscribe (monthly)
Published with Ghost • Theme Attila