galaxie

Results 6 comments of galaxie

Thank you so much from bottom of my heart.I will be very thankful if you provide me good sample example for it(using both),if possible? *Yes it's recommendations from Google (...

@mynote The threading is ultimate easy with RxJava so I am using it, if there is any easiest option available with LiveData i will use it.Thanks

I was searching for compose library to use for openstreet map tile and i stumbled onto your library which seems promising and nice.Please update it for kotlin multiplatform, compose multiplatform....

Patiently waiting for an example on github hehe ;)

Its working now, BindEffect is required val factory: PermissionsControllerFactory = rememberPermissionsControllerFactory() val controller: PermissionsController = remember(factory) { factory.createPermissionsController() } BindEffect(controller) // missing this api otherwise doesnot work, i am not...