android10 / Android-CleanArchitecture-Kotlin

This is a movies sample app in Kotlin, which is part of a serie of blog posts I have written about architecting android application using different approaches.
https://fernandocejas.com/2018/05/07/architecting-android-reloaded/
4.64k stars 921 forks source link

onResult() performance! #121

Open ghost opened 2 years ago

ghost commented 2 years ago

Would it be a good optimization to mark onResult() as inline?