Droidweb
droidweb.bsky.social
Droidweb
@droidweb.bsky.social
Android development and Android development accessories
A bit of a long shot here, but has anybody had any success with snapshot builds of github.com/firebase/Fir...? 9.0.0 has an issue with using Firebase UI-Auth with custom layouts. It appears a fix was merged in github.com/firebase/Fir..., but I can't find any 9.x.x snapshots.
GitHub - firebase/FirebaseUI-Android: Optimized UI components for Firebase
Optimized UI components for Firebase. Contribute to firebase/FirebaseUI-Android development by creating an account on GitHub.
github.com
October 11, 2025 at 6:44 PM
`Result<Flow<List<T>>>` felt wrong. Turns out I was right, but not in the way I was expecting. Flow<Result<List<T>>> is technically correct (Result represents a single Flow event), but still feels like too many layers.
August 1, 2025 at 7:38 AM
Is it just me, or is debugging android CI/CD pipeline config *painful*?
a woman with a bald head is talking to a man and says to remove your hand from the box
ALT: a woman with a bald head is talking to a man and says to remove your hand from the box
media.tenor.com
July 16, 2025 at 12:45 PM
Making plans for an app soft launch soon 🤞
a man wearing a vest and bow tie is smiling in front of a window
ALT: a man wearing a vest and bow tie is smiling in front of a window
media.tenor.com
July 5, 2025 at 6:35 PM
Fix #1: Wayland Compositor fixed larger OS-level scaling issues, but broke dialog keyboard input (i.e. New Kotlin Class / File" popup). To fix, turn on experimental Wayland support via "Help > Edit Custom VM Options". Add `-Dawt.toolkit.name=WLToolkit` to the config and restart.
Moved development environment over to Linux (Pop OS). Will be documenting a few fixes and quirks in hopes of adding helpful information to the (a)ether
June 23, 2025 at 4:38 AM
Moved development environment over to Linux (Pop OS). Will be documenting a few fixes and quirks in hopes of adding helpful information to the (a)ether
June 23, 2025 at 4:27 AM
Not the premature choke celebration 😭. This game is insane
May 22, 2025 at 2:55 AM
Am I missing something, or is there not a 1:1 relationship between Material icons documented via Google Fonts (fonts.google.com/icons) and the ones included in material-icons-extended library? For example I don't know which constant to use for the local_cafe image fonts.google.com/icons?select... 🤔
May 11, 2025 at 1:48 AM
Spent the past 24 hours setting up an Android CI/CD pipeline using Bitbucket Pipelines and Firebase. Some of the documentation is a little dated, but managed to piece a working MVP together.
April 21, 2025 at 4:00 PM
Interesting how #AI coding assistants struggle to leverage Gradle Version catalogs, opting instead to recommend for old-style build.gradle entries
March 30, 2025 at 6:17 PM