opentown-android-Profile - Class Diagram
2015-10-18 10:15:28 2 举报
OpenTown Android Profile - Class Diagram是一个UML(统一建模语言)类图,用于描述OpenTown Android应用程序的结构和组件。这个类图展示了应用程序中的主要类、接口以及它们之间的关系。通过这个类图,开发人员可以更好地理解应用程序的设计和实现,从而更容易地进行代码维护和扩展。 在这个类图中,我们可以看到一些主要的类,如User、Post、Comment等,它们分别表示用户、帖子和评论。此外,还有一些接口和枚举类型,如API接口、网络状态等。这些类和接口之间通过关联、继承和依赖关系相互连接,形成了一个完整的应用程序体系结构。
作者其他创作
大纲/内容
ProfileActivity
Impl
TopicInProfileModel
+ attribute1:type = defaultValue+ attribute2:type- attribute3:type
SettingPresenter
- mView:ISettingView
+ cleanCache():void
ISettingView
SettingActivity
TopicInProfileAdapter
- views...
+ play():void
映射数据/持久化
跳转
AutoRvAdapter
+ data:List+ context:Context
+ setOnItemClickListener():void
BaseUserModel
- id:String- username:String- nickname:String- intro:String
\bProfilePresenter
- mView:IProfileView
+ getProfile():void
Callback&Parse
Extends
BaseTopicModel
+ id:String+ title:String
ProfileModel
- favouriteTopicAmount:int- followersAmount:int- followingAmount:int- TopicJoinedAmount:int
回调
IProfileView
+ setProfile(ProfileModel):void
ProfileProtocol
+ loadProfile():void
0 条评论
下一页