oolong icon indicating copy to clipboard operation
oolong copied to clipboard

Render documentation

Open pardom opened this issue 5 years ago • 1 comments

pardom avatar May 21 '19 14:05 pardom

As a suggestion, this documentation would ideally include calling out that things like setOnClickListener may not be good to be called from your render function to avoid thrashing and/or general complicated code running that you're not aware of in the platform. Ideally, this documentation might also suggest approaches for mitigating that, presumably including...

  • Using RxBinder
  • Using property change aware implementations like Epoxy/Compose(?)

dallasgutauckis avatar Jul 01 '20 03:07 dallasgutauckis