Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-16713] Android: Implement fragments to replace LW windows

GitHub Issuen/a
TypeNew Feature
PriorityHigh
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsn/a
ReporterHieu Pham
AssigneeUnknown
Created2014-03-26T22:57:07.000+0000
Updated2018-02-28T20:04:15.000+0000

Description

Implement fragment support to replace LW windows.

Comments

  1. Mark Mokryn 2014-04-15

    +1 on this feature, very much needed, need back history support, etc which views don't offer, and not always convenient or correct to start a new activity.
  2. Mark Mokryn 2014-04-16

    On a related note: the current behavior wherein a new window opened from a tab window is a new Activity doesn't really make sense in my opinion. A child window opened from a tab window should be a fragment, where the back button returns as usual to the parent window. Thus we can maintain ActionBar state through to the child window, etc. This makes a lot more sense..... Alternatively, if the developer really does want a new Activity then he can do so by opening a new Window, not as a tab window child. Actually, this can be the case for any Window which may want to have some kind of a daughter view that maintains ActionBar state, logical back button history, etc. In other words - we need some kind of a "lightweight" window that preserves activity state, and fragments are the way to do it.
  3. Mark Mokryn 2014-04-17

    Can this be done for 3.3.0? We really need an alternative to LW windows.
  4. Ingo Muschenetz 2014-04-17

    Hi Mark, unfortunately, feature freeze for 3.3.0 is next week, so there is no way we can add this to 3.3.0 now. However, we can (and will) look at it for the next release.
  5. Mark Mokryn 2014-11-11

    Any update?

JSON Source