Pattern “One activity, multiple views”: Advantages and disadvantages

前端 未结 2 1920
日久生厌
日久生厌 2020-11-28 07:02

This pattern is similar to the pattern Main Servlet (the Front Controller) that is used for developing web applications.

The main idea of this pattern: we h

2条回答
  •  抹茶落季
    2020-11-28 07:27

    This will be horrible to maintain if new functionality is added later on. I'm also not convinced it will be so much faster that the user could notice. Having components as smaller pieces that are easier to change or swap out is definitely the way to go.

提交回复
热议问题