I have to implement a multi-page app and I thinking about the best strategy to design it.
The structer is like : 1 menu ---> pages
Strategy 1:
- 1 Activity
- 1 Layout and 1 Panel for each app's page
- So n. Layouts = n. Panels = n. pages
Stragegy 2:
- 1 Activity and 1 Layout for each app's page
- So the n. Activities = n.Layouts = n. Pages
Strategy 3 : Any ideas for other solutions ?
Which solution make sense ? And Why ?
P.S.
One million dollars question
The structer is like : 1 menu ---> pages
Strategy 1:
- 1 Activity
- 1 Layout and 1 Panel for each app's page
- So n. Layouts = n. Panels = n. pages
Stragegy 2:
- 1 Activity and 1 Layout for each app's page
- So the n. Activities = n.Layouts = n. Pages
Strategy 3 : Any ideas for other solutions ?
Which solution make sense ? And Why ?
P.S.
One million dollars question