jacobtabak / Fragment-Switcher

An instance-state saving fragment switcher, intended for use with navigation drawers or tabs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

onCreateView still get called

yoavst opened this issue · comments

Is there a way to save the view and not get it called every time?

No, that functionality is desired and was the motivation for the
development of this lib. You can hide a fragment rather than removing it if
you want to maintain its views.

On Sat, Dec 27, 2014, 10:02 AM Yoav Sternberg notifications@github.com
wrote:

Is there a way to save the view and not get it called every time?


Reply to this email directly or view it on GitHub
#3.