Rashad Sookram (@rashadsookram) 's Twitter Profile
Rashad Sookram

@rashadsookram

ID: 1417612207202971651

linkhttps://github.com/rsookram calendar_today20-07-2021 22:28:35

44 Tweet

15 Followers

80 Following

Rashad Sookram (@rashadsookram) 's Twitter Profile Photo

I was trying to enable lint on CI, and was wondering why it was so slow... Turns out that lint was being run on a different product flavour than the tests 🤦‍♂️

Rashad Sookram (@rashadsookram) 's Twitter Profile Photo

I thought that only MaterialTextView backported lineHeight, but TIL that AppCompatTextView does too, just not for use in textAppearance github.com/androidx/andro…

Rashad Sookram (@rashadsookram) 's Twitter Profile Photo

Just ran into this bug with light status bars when trying to handle config changes manually. Luckily there's a workaround 😅 issuetracker.google.com/issues/1808818…

Rashad Sookram (@rashadsookram) 's Twitter Profile Photo

👀 sounds like ComposeTestRule will be multiplatform in the future. It'll be nice if it gets to the point that UI tests are possible without Robolectric.

Rashad Sookram (@rashadsookram) 's Twitter Profile Photo

I didn't think of this before, but creating a preview for your theme is a great idea #JetpackCompose github.com/c5inco/Shrine-…

Rashad Sookram (@rashadsookram) 's Twitter Profile Photo

I just put up a blog post on some of the problems I ran into with getting Robolectric to work with Compose, and how I solved them rsookram.github.io/2021/08/24/tes… #JetpackCompose #AndroidDev

Rashad Sookram (@rashadsookram) 's Twitter Profile Photo

Ran into a bug with R8 full mode + Retrofit's coroutines integration. I updated my R8 config for now, but hopefully there will be a release of Retrofit with this change 🔜 github.com/square/retrofi…

Rashad Sookram (@rashadsookram) 's Twitter Profile Photo

I was updating Kotlin for an app today, and came across a new file included in the APK youtrack.jetbrains.com/issue/KT-48019