@adam i’m trying to keep my code DRY as possible. Here is my scenario.
Tab 1 - Notifications List
- User click on list item and is moved to a page with more details
about the notification. - From there the user can click on a username to view that user’s profile
Tab 2 - Events List
- User can click on event to view details
- User can click on a username in the details and view that user’s profile page
Hopefully this makes more sense about the flow i’m trying to achieve. Twitter app does a similar thing you can end up seeing a user’s profile from the timelines tab and notifications tab.