Tomáš Mlynarič
Tomáš Mlynarič
It should be possible to rewrite the library with LiveData support and therefore no annotation processing for databinding. This feature would need to rewrite big portion of the library.
AssistedInject only works for construction injection. Dagger on the other hand is able to inject stuff after construction with `*_MembersInjector` for some `@Inject lateinit var dep: Dependency`. Is it somehow...
- Fix app suffix for benchmarks - enable R8 for benchmarks - add release build type to catalog, so that studio doesn't complain with variant conflicts (could/should we make it...
On my machine the script failed, because the folder didn't exist.
Before ``` SelectTopicBenchmark_benchmarkCompilationFull SingleTopicButtonCount min 12.0, median 12.0, max 12.0 SingleTopicButtonMs min 1.2, median 1.5, max 2.2 memoryGpuMaxKb min 58,028.0, median 59,688.0, max 62,116.0 memoryHeapSizeMaxKb min 34,690.0, median 39,899.0, max...
https://github.com/android/compose-samples/assets/3973717/84e7621f-d1d0-45f0-b299-e77fcf2ae335
**What I have done and why** I reworked the way how we set up the MainActivity wrt to theming and user settings. This includes: - reacting to `uiMode` config change...