Mykola
Mykola
any news on this issue? or any tips how to downgrade to previous version?
Well, if generic type of injectable class is ViewDataBinding child (or other autogenerated class), dagger will fail. The only workaround i found is to wrap all injectable fields into some...
btw 'make project' builds whole set of flavors/build variants. so it is sometimes faster just to build current flavor apk. anyway google promised to fix it in upcoming gradle plugin...
It would be nice to have some generator for all those things. To avoid creating tons of inject() methods manually
guys, did you try to request MODIFY_AUDIO_SETTINGS permission on problematic devices?
i actually fixed it by implementing own state facade. internally it works with the LazyListState states collection. so for example if I need to scroll to item 100 in 2...
i created one. similarly how it's done in LazyColumn ``` import androidx.compose.runtime.Composable import androidx.paging.compose.LazyPagingItems import com.nesyou.staggeredgrid.StaggeredGridScope fun StaggeredGridScope.pagedItems( items: LazyPagingItems, itemContent: @Composable StaggeredGridScope.(value: T?) -> Unit ) { items( count...
guys, use Coil library. it supports compose very well. you can even use composables as loading/error placeholders
any news on this? my use case: i have gradle project with many java dependencies. i packed it with `shadowJar` into a single jar file and want to use it...
mine CPU load is within appropriate values though (5-10%). i suspect something wrong with serial port api