is it nessary to use Rxlifecycle with android-arch-lifecycle component? -


if android-arch-lifecycle component used in app, nessary use rxlifecycle? or rxlifecycle redundant? or if used rxlifecycle , rxjava, nessary use android-arch-lifecycle component?

i believe, if don't use android architectural component viewmodel, both libraries same.

with viewmodel, can prevent data preparation when device rotated, meaning viewmodel stays in memory activity has restart in response device rotation.

i don't think such component exists in rxlifecycle library.


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -