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
Post a Comment