Prudhvi Reddy
prudhvir3ddy.bsky.social
Prudhvi Reddy
@prudhvir3ddy.bsky.social
Software Engineer
Two things I learned yesterday from @zacsweers.dev 2022 talk

- Invalidate cache and restart option in Android Studio
- ./gradlew clean

Neither of them is going to fix your build.
April 15, 2025 at 2:33 AM
Reposted by Prudhvi Reddy
The video of our talk "Scalable Testing Strategies" is out! www.droidcon.com/2024/11/22/s...

A summary:
November 26, 2024 at 11:18 AM
Apple's Xcode is coming up with a in-built code completion now.

Hope there will be no conflicts between official Github's copilot plugin and xcode's
December 3, 2024 at 8:40 AM
🎨Jetpack Compose in #Android is a hot topic now on X because of how easy it is to make mistakes that can lead to bad performance of the app

But one of the very obvious mistake i observe while doing code reviews in #coroutines ↛ world is writing code something like this 🧵
November 28, 2024 at 11:12 AM
Did you know?

The internal codename for the compose UI toolkit was “crane”.
But the name never saw the sunlight ☀️
November 23, 2024 at 4:35 AM
🌊 When there was a discussion and some quick workshop about a11y

Obvious solution for the lists was to hardcode contentDescription

"${currentItem} out of ${items} in list"

I was thinking from some time

Why we shouldn't hardcode and found this interesting blog

aungkyawpaing.dev/setting-coll...
Jetpack Compose Accessibility : Reading out the position of items in custom list and grids
With just additional two lines of code, you just made an accessible list or grid implementation that respect the user's preference. Since it allows configuring how many rows and columns there are...
aungkyawpaing.dev
November 12, 2024 at 10:40 PM
Do your team a favour by keeping this in codebase

#coroutines
November 10, 2024 at 2:45 PM
Sites you can use to share your code snippets screenshots

- snippet.idx.dev
- ray.so
- carbon.now.sh
November 10, 2024 at 2:43 PM