Gastón Saillén

Results 16 comments of Gastón Saillén

I sent the PR https://github.com/android/architecture-samples/pull/755 here. The reason is as you said, using `viewLifecycleOwner` will prevent on resuscribing to the observers, hence preventing them to be notified twice, also, the...

Since is a suspend function, inside Resource.success you are callind the API which is another suspend function, any exceptions thrown by that call in the Resource.Success will propagate the error...

The reason of using callbackFlow there is that in this repo https://github.com/gastsail/CocktailApp/blob/5506f6e498dff39fb8c54a58596356e802a71a52/app/src/main/java/com/g/tragosapp/domain/DefaultCocktailRepository.kt#L30 I don't want to return Livedata to emit cache data before the concrete call to the server which...

Any improvements in the code will be more than welcome @LouisCAD 💯

Hey how are you thanks for your reply, compose plugin version is 0.6.1, I have also tried downgrading jdk to 11 , 16 and still the same. Im trying only...

Hey @mazunin-v-jb I have used this template https://github.com/JetBrains/compose-multiplatform-ios-android-template#readme I did not start it from scratch, surprisingly I cannot find any example that uses the @Preview annotation, is just me or...

Thanks a lot, is there any workaround I can do on that template to be able to use the preview ?

Thanks a lot @mazunin-v-jb , I will be waiting and trying out new things, will close this for now :)

or should we keep it open for when an update is available ?