I think it may be related to string locales not getting applied correctly. I changed the language to something else and switched back to English, and now it looks fine.
08.07.2025 22:23 β π 1 π 0 π¬ 0 π 0@dparajuli.bsky.social
Android Engineer @ Square Opinions are my own.
I think it may be related to string locales not getting applied correctly. I changed the language to something else and switched back to English, and now it looks fine.
08.07.2025 22:23 β π 1 π 0 π¬ 0 π 0huh! my device and OS are the same. maybe I got the defective OTA update build.
07.07.2025 03:04 β π 0 π 0 π¬ 1 π 0Why does "Wi-Fi" on notification quick settings have an underscore instead of a hyphen? It's spelled with a hyphen in other places. Weird. #android
07.07.2025 00:38 β π 0 π 0 π¬ 1 π 1It takes 10 DAYS to update a column on a database row somewhere with my phone number?!! bruh...
18.04.2025 16:23 β π 1 π 0 π¬ 0 π 0It'd be nice if Android added a "clear all cache" button that deletes the cache for all apps.
26.03.2025 16:34 β π 1 π 0 π¬ 0 π 0PG&E's password reset page... π€¦ββοΈ #webdev
08.03.2025 23:05 β π 0 π 0 π¬ 0 π 0I still remember watching your talk on RelativeLayout in the early stages of my android dev journey. Thank you for your work on Android and awesome talks! Good luck on what's next!
06.03.2025 03:49 β π 3 π 0 π¬ 0 π 0Tired of opening Android Studio and then immediately stopping the Gradle sync that auto started? If so, I built an IDE plugin just for you!
plugins.jetbrains.com/plugin/26522...
Then it likely would've only closed that ad on the target app XD
22.12.2024 03:04 β π 1 π 0 π¬ 0 π 0I have noticed poor handling of the system's back press button so often that I wouldn't be surprised if pressing back on an app took me back in time.
22.12.2024 02:56 β π 2 π 0 π¬ 1 π 0one slice to rule them all!
19.12.2024 02:44 β π 2 π 0 π¬ 0 π 0We DO NOT throw perfectly good food away in this house.
We put leftovers in a Tupperware & let it go bad, THEN throw it out!
Benchmarking can be tricky! In this blog post, I show an example of how easy it is to get the wrong results and how to fix it: www.romainguy.dev/posts/2024/y...
13.12.2024 18:30 β π 72 π 27 π¬ 2 π 2Ahh, right, duh! thanks!
06.12.2024 18:20 β π 0 π 0 π¬ 0 π 0Is it because the compiler is smart enough to generate "and" op or something to do this? just curious.
06.12.2024 17:39 β π 0 π 0 π¬ 1 π 0Who else is doing #AdventOfCode this year? My goal to finish this year's AoC before 2025 one lol.
01.12.2024 19:19 β π 2 π 0 π¬ 0 π 0Two Kotlin functions that take 2 float parameters a and b. Each function returns a divided by b if b is not 0, or a constant called DefaultValue otherwise. The first function does so using takeIf, let, and the "elvis" operator. The second function uses a simple if/else statement.
I love Kotlin but please don't abuse its features. I regularly see code like in the first function when you can instead write a simple if statement: it's shorter, easier to read, and doesn't allocate an object!
Thankfully both functions compile to the same assembly when R8 is turned on.
I hate "index.lock file exists" error when running git commands, so wrote this tiny wrapper that automatically waits until index.lock file disappears. There are obviously many ways to do this, but writing in #rust seemed the most fun.
27.11.2024 22:35 β π 6 π 1 π¬ 0 π 0@tornorbye.bsky.social and I were just discussing one of his new lint checks, and it reminded me that Kotlin lambdas can lead to boxing of primitive types if you're not careful. A non-inline function that takes a lambda will compile down to the generic Function* types and your primitives will box.
19.11.2024 19:33 β π 31 π 3 π¬ 1 π 0π I made a starter pack of past & present Android engs from Block (Square, CashApp..)
Ask us what we think about fragments π
If you want to be in this lost, you know what to do π block.xyz/careers/jobs...
#AndroidDev
go.bsky.app/SLiJNP5
My kid liked playing with the buttons for a while. He was able to get the led to light up with no help, then slowly lost interest. I haven't seen him reach for it in a while.
16.11.2024 03:45 β π 0 π 0 π¬ 1 π 0I got my kid Computer Engineering for Babies which is an interactive book showcasing basic gates and circuits.
16.11.2024 03:17 β π 1 π 0 π¬ 1 π 0Colors can be a confusing for developers who haven't spent time understanding the (deep) topic of color management. The main misunderstanding is see is that the values of an RGB triplets are absolute. They are in fact *relative*.
15.11.2024 17:31 β π 55 π 16 π¬ 3 π 1This is so darn cool blog.transitapp.com/go-undergrou...
14.11.2024 17:18 β π 51 π 21 π¬ 2 π 4Hello, world!
14.11.2024 01:56 β π 5 π 0 π¬ 0 π 0