android - Static views across different Activities -
i have 2 different activities have same views in header. there way transition between these 2 activities without causing screen flicker same views appear static?
the current implementation of app has 1 activity bunch of fragments. it's kinda hard follow everything, creating different activities follow flow.
any recommendations?
is there way transition between these 2 activities without causing screen flicker same views appear static?
no, sorry.
the current implementation of app has 1 activity bunch of fragments. it's kinda hard follow everything, creating different activities follow flow.
then relax "without causing screen flicker same views appear static" requirement.
to put in web terms, saying "gee, having stuff in 1 web page complicated, need in 1 web page because not want page header 'flicker' when user clicks link load next web page". activities analogous web pages -- there visible transition between them, , take full rendering space. can visual effect want fragments -- can on web using dom rewriting , such -- @ cost of complexity.
Comments
Post a Comment