# P2P **Repository Path**: cn_fox/P2P ## Basic Information - **Project Name**: P2P - **Description**: play and play - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2015-03-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #p2p ##项目依赖 名称 | 地址 | 资料 ----|----|---- dagger1 | [源码地址](https://github.com/square/Dagger)| [开源项目解析](http://www.codekk.com/open-source-project-analysis/detail/Android/%E6%89%94%E7%89%A9%E7%BA%BF/Dagger%20%E6%BA%90%E7%A0%81%E8%A7%A3%E6%9E%90) flow0.9 | [源码地址](https://github.com/square/flow) | [flow and mortar](https://www.bignerdranch.com/blog/an-investigation-into-flow-and-mortar/) greenDao | [源码地址](https://github.com/greenrobot/greenDAO) | [项目主页](http://greendao-orm.com/) butterKnife5.+ | [源码地址](https://github.com/JakeWharton/butterknife) | [简单介绍](http://jakewharton.github.io/butterknife/) volley | [源码地址](https://github.com/mcxiaoke/android-volley) | [开源项目解析](http://www.codekk.com/open-source-project-analysis/detail/Android/grumoon/Volley%20%E6%BA%90%E7%A0%81%E8%A7%A3%E6%9E%90) ##项目MVP实现 ###参照demo [MVP_DEMO](https://github.com/antoniolg/androidmvp) ###相关文件 * view包 (View Interface) * ui包 (View) * presenter包 (Presenter) * interactors包 (Model Interface) ##项目flow简介 ###Paths类 定义了所有的path,及对应的布局文件,新添加界面也是在这里添加 ###pathview包 存放flow 所需要的一些类,包括容器类,和返回按钮处理支持 ###ui包下 和Paths类关联,因为Paths下的每个布局的根都是ui下的一个自定义类,例如SplashView和SplashPath ##项目ObjectGraph * AppModule * InteractorsModule * BeanModule * 其他View用到的Module(可以用上面module提供的对象)