jorgecastillo.dev
Android at Disney+. Author of Jetpack Compose internals.
👨🏫 Compose course composeinternals.com
📖 Compose book jorgecastillo.dev/book
316 posts
1,612 followers
253 following
Prolific Poster
Conversation Starter
comment in response to
post
The book starts from scratch, should be bearable.
comment in response to
post
Yes and yes. Also hiding from them in a corner of your kitchen to eat chocolate
comment in response to
post
Maybe with CMP and KMP, but still super niche / non existent.
Android on TV is way more common with a big difference, but people normally go for full new UI on it, not adaptative.
comment in response to
post
I make Gradle go fast
github.com/joshfriend
comment in response to
post
I cook delicious Gradle plugins
👨🍳🐭🐘
github.com/GradleUp/gra...
comment in response to
post
😱
comment in response to
post
The cool point on MockWebServer is that you don’t need any of that. It’ll just deploy a local server and you make your app point to it.
comment in response to
post
The base url is just a string. The mock server deploys on a specific base url, let’s say “/“ so you just need to point your endpoints to it. That’s the beauty of this.
comment in response to
post
There are several ways, that’s one of them. A similar one is to have a custom build type for running benchmarks, then check if the app is running on it from your DI provider for the network base url, and inject the one for MockWebserver instead.
`BuildConfig.BUILD_TYPE == "benchmark"`
comment in response to
post
Absolutely YES. I’ll ping you as soon as I get to that stage.
Thanks!! 🙏