Sample app for sharing @Android Taipei (2015, 9,23). An opinionated app development architecture. Avoid using multiple fragments and activities and using only one activity with multiple custom views. Slides
Update: Recently I've found this artichle from @Piwai who had elaborated the idea way too better than me. I'll try adopt his idea into my sample in the future.
Note:
- Removed embedded view.
- Add activity re-creation handling
Todo:
- Add animation when adding a custom view
- Try other inmplementation (ex. Flow)