lukaspili / Mortar-architect

[DISCONTINUED] Navigation stack for Mortar. Alternative to Flow. Focuses on Mortar scopes, simplicity, seamless integration and killing boilerplate code.
MIT License
164 stars 12 forks source link

Is Mortar-architect need RE-inflate view when screen go back? #19

Open frank-fan opened 9 years ago

frank-fan commented 9 years ago

@lukaspili I know Mortar-architect offer a "Navigator" to solve the problem, "recreate scope everytime when screen changed".

But Is view RE-inflate when screen go back?

If that so: when my app have a "heavy"-main screen, it will be a unnessary re-inflate progress. So my question is "Is there any way to make view stackable?"

lukaspili commented 9 years ago

Not in the 0.x version, but it's something I'm currently investigating for the architect 1.0 release. It will be either as an extension module or as a separated library independent from Architect. Give me 1 week and I'll have more to say on the matter :)

frank-fan commented 9 years ago

Great! I look forward to hearing from you.

jjvargas commented 8 years ago

Is it possible to know that a view has been Re-inflated from a back press?