Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Transform into single activity app #24

Closed
pocmo opened this issue Jan 26, 2017 · 0 comments
Closed

Transform into single activity app #24

pocmo opened this issue Jan 26, 2017 · 0 comments
Assignees
Labels

Comments

@pocmo
Copy link
Contributor

pocmo commented Jan 26, 2017

Currently we have two activities:

  • MainActivity
  • BrowserActivity

To make navigation and intent handling easier it would be helpful to transform them into a single activity. In addition to that sometimes the content of the "main activity" is visible from the browser activity (Compare with iOS). That's also much easier if it's just one activity.

@pocmo pocmo added the code label Jan 26, 2017
@pocmo pocmo self-assigned this Feb 9, 2017
@pocmo pocmo added this to the Sprint 1 milestone Feb 9, 2017
pocmo added a commit to pocmo/focus-android that referenced this issue Feb 10, 2017
Instead of multiple activities we are now using multiple fragments inside MainActivity
(HomeFragment, UrlInputFragment, BrowserFragment). This makes navigating between the
different states much easier. Some animations need to be re-implemented now.
pocmo added a commit that referenced this issue Feb 10, 2017
Instead of multiple activities we are now using multiple fragments inside MainActivity
(HomeFragment, UrlInputFragment, BrowserFragment). This makes navigating between the
different states much easier. Some animations need to be re-implemented now.
pocmo added a commit that referenced this issue Feb 14, 2017
Instead of multiple activities we are now using multiple fragments inside MainActivity
(HomeFragment, UrlInputFragment, BrowserFragment). This makes navigating between the
different states much easier. Some animations need to be re-implemented now.
@pocmo pocmo closed this as completed Feb 15, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant