Niall Scott
niallscott.bsky.social
Niall Scott
@niallscott.bsky.social
An Android contract developer and technology geek living in Edinburgh, Scotland. Creator of MyBusEdinburgh. Remainer. Hello to our European friends.
Thanks to everyone who came along to my Droidcon London talk. Now it's over, I can relax for the rest of the conference.

Here's a link to the slides: docs.google.com/presentation...
October 30, 2025 at 5:17 PM
Only 2 weeks to go until @droidcon.bsky.social London!

I will be presenting the 20 minute lightening session "Dual booting for testing and curiosity with Dynamic System Updates" on the Dalvik Domain stage at 15:30 on October 30th (1st day).
October 13, 2025 at 9:39 AM
I'll be speaking at Droidcon London this year: "Dual booting for testing and curiosity with Dynamic System Updates"

This will be my first conference talk. As such, I'm easing myself in by doing a lightening session.

I'm both looking forward to it and very nervous.
August 22, 2025 at 9:57 AM
Thursday's #AndroidDev tip.

Get the ADB Idea plugin for Android Studio to easily perform some common ADB tasks, right from inside Android Studio: plugins.jetbrains.com/plugin/7380-...
December 12, 2024 at 8:03 PM
Wednesday's #AndroidDev tip.

Do you have a Java-only library/module and you want to supply Proguard/R8 rules which are applied downstream?

Place the consumer rules in `/src/main/resources/META-INF/com.android.tools/r8/` and it will be picked up automatically by Android modules.
December 11, 2024 at 9:42 PM
New week, new #AndroidDev tip.

Use developer.android.com/reference/ko... to get system services in a way which is idiomatically Kotlin.

Be aware, just like the older methods on Context, this method can return null too.
December 2, 2024 at 6:30 PM