-
Using profiler and other tools
https://speakerdeck.com/udinic/speed-up-your-app-droidcon-nyc-2015
adelq updated
6 months ago
-
With the shared element transitions being introduced in the latest alphas https://github.com/androidx/androidx/commit/c5f36c050e6ec86e8a504031b3cd7602a11f4d9e it's gonna be fun to be able to use it in…
-
Right now, it only supports a single one while CSS lets you create multiple shadows for a single element.
-
If I set this:
```
intellij {
....
plugins.set(listOf("android"))
}
```
Apparently Android Studio has Jewel v0.11 already bundled (I'm targeting `Android Studio Iguana | 2023.2.1 Pat…
-
Currently no plans for a Retrofit 3.x. Just tracking changes in a single issue instead of many.
* Mock behavior should invoke the implementation method for each `Call.execute()` / `Call.enqueue()`…
-
https://github.com/sergio-sastre/ComposablePreviewScanner requires apps do the integration with the preferred screenshot library
Example https://github.com/sergio-sastre/ComposablePreviewScanner?ta…
-
## Describe the bug
IME padding is not getting applied in the bottomsheet. The bottomsheet is always in `HalfExpanded` state. Have used accompanist navigation material for bottom sheet navigation.
…
-
I am dealing with a situation where I have an `async` singleton and a factory depends on it, so the factories should have a `dependsOn` for tracking dependencies.
-
We have a new room this year (Dev Lounge), we'll want to update the PNG
-
検索イベントを`debounce`で頻度を少なくしているけど、これってビジネスロジックじゃない?
TextFieldStateをState hoistingでScreenModelへ持っていけば、このあたりの問題も解決するんじゃなかろうか
ただしそうすると、SearchTextFieldがScreenModelに依存することになるので、interfaceでScreenModelに依存しない…