Farid Benhaimoud
06/30/2023, 9:44 PMArkadii Ivanov
06/30/2023, 10:10 PMSessionsComponent
displays a list of sessions, SessionDetails
component displays details of a selected session. Their common parent switches between them. The same is applicable to speakers.
Looking at ConferenceComponent
, the structure is as follows.
ConferenceComponent (once a conference is selected, fullscreen)
HomeComponent (bottom tab bar with child components, fullscreen)
SessionsComponent (not fullscreen, above the bottom bar)
SpeakersComponent (not fullscreen, above the bottom bar)
...
SessionDetails (fullscreen)
SpeakerDetails (fullscreen)
...
Farid Benhaimoud
06/30/2023, 10:18 PMArkadii Ivanov
06/30/2023, 10:31 PMArkadii Ivanov
06/30/2023, 10:32 PMFarid Benhaimoud
06/30/2023, 10:55 PMArkadii Ivanov
07/01/2023, 7:14 AMFarid Benhaimoud
07/01/2023, 8:34 AM