i think this lib have a clean code: <https://githu...
# android
a
i think this lib have a clean code: https://github.com/metalabdesign/AsyncAwait async { // Show progress await { } }.onError { // Handle exception }.finally { // Hide progress }
👍 1
m
andre.figas: I like it a lot. I need to check it out is some more complex use cases 🙂
@andre.figas Do you have some example of more complex architecture usage? With presenter and use-cases
I am not sure how to correctly recycle and how to extract use cases