This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Basic Premise: | |
Single activity, as each screen loads a scope and >=1 views that each have their own presenter keeping things like a header and footer seperated yet able to act as a single unit. | |
MortarActivity | |
MainFlow | |
WalkthroughScreen | |
WalkthroughView and Presenter | |
ActionBarView and Presenter | |
WalkthroughPagerView and Presenter | |
ScreenAdapter | |
5x Screens (each with a view and presenter) | |
SummaryScreen | |
DrawerView and Presenter | |
SummaryView and Presenter | |
ActionBarView and Presenter | |
SummaryHeaderView and Presenter | |
SummaryBodyView and Presenter | |
GoalScreen and Presenter | |
GoalView and Presenter | |
ActionBarView and Presenter | |
GoalPagerView and Presenter | |
SummaryScreen | |
TransferScreen | |
PortfolioScreen | |
HeaderView | |
PortfolioView | |
DetailView | |
ActivityScreen | |
Sample: | |
@Layout(R.layout.WalthroughScreen) | |
public class WalkthroughScreen | |
WalthroughScreen layout: | |
<ui.view.WalkthroughScreen> | |
</ui.view.WalkthroughView> | |
</ui.view.WalkthroughPagerView> | |
<ui.view.WalkthroughScreen> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment