Android MVP架构
迷茫
迷茫 2017-04-17 16:55:10
0
2
592
迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

reply all(2)
左手右手慢动作

What is proposed is just an idea. You can understand this idea as long as you read an article introducing MVP.
It does not mean that the proposer will definitely introduce how to use MVP Cloud on Android.
If you want to see a better introduction to Android MVP, you can look at the official examples provided by Google: https://github.com/googlesamples/android-architecture

黄舟

The model-view-presenter software pattern originated in the early 1990s at Taligent, a joint venture of Apple, HP, and IBM, and was the underlying programming model for application development in Taligent's C++-based CommonPoint environment. The pattern was later migrated by Taligent to Java and popularized in a paper by Taligent CTO Mike Potel.3] After Taligent's demise in 1997, Andy Bower and Blair McGlashan of Dolphin Smalltalk adapted the MVP pattern to form the basis for their Smalltalk user interface framework.[4] In 2006, Microsoft began incorporating MVP into their documentation and examples for user interface programming in the .NET framework.[5 The evolution and multiple variants of the MVP pattern, including the relationship of MVP to other design patterns such as MVC, is discussed in detail in an article by Martin Fowler[7] and another by Derek Greer[8]

这一段话引用自Wikipedia
大概意思就是又Taligent公司提出的用于自家的CommonPoint C++环境,后来又由Taligent的CTO Mike Potel的论文推广开来。

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!