文件名称:android-architecture-todo-mvp
介绍说明--下载内容均来自于网络,请自行研究使用
Andriod下MVP结构示例
环境:andriod studio-Andriod under MVP structural example environment: andriod studio
环境:andriod studio-Andriod under MVP structural example environment: andriod studio
(系统自动生成,下载前可以参看下载内容)
下载文件列表
android-architecture-todo-mvp
.............................\.travis.yml
.............................\LICENSE
.............................\README.md
.............................\todoapp
.............................\.......\.gitignore
.............................\.......\CONTRIBUTING.md
.............................\.......\app
.............................\.......\...\.gitignore
.............................\.......\...\build.gradle
.............................\.......\...\proguard-rules.pro
.............................\.......\...\proguardTest-rules.pro
.............................\.......\...\src
.............................\.......\...\...\androidTest
.............................\.......\...\...\...........\java
.............................\.......\...\...\...........\....\com
.............................\.......\...\...\...........\....\...\example
.............................\.......\...\...\...........\....\...\.......\android
.............................\.......\...\...\...........\....\...\.......\.......\architecture
.............................\.......\...\...\...........\....\...\.......\.......\............\blueprints
.............................\.......\...\...\...........\....\...\.......\.......\............\..........\todoapp
.............................\.......\...\...\...........\....\...\.......\.......\............\..........\.......\TestUtils.java
.............................\.......\...\...\...........\....\...\.......\.......\............\..........\.......\custom
.............................\.......\...\...\...........\....\...\.......\.......\............\..........\.......\......\action
.............................\.......\...\...\...........\....\...\.......\.......\............\..........\.......\......\......\NavigationViewActions.java
.............................\.......\...\...\...........\....\...\.......\.......\............\..........\.......\data
.............................\.......\...\...\...........\....\...\.......\.......\............\..........\.......\....\TasksLocalDataSourceTest.java
.............................\.......\...\...\...........\....\...\.......\.......\............\..........\.......\tasks
.............................\.......\...\...\...........\....\...\.......\.......\............\..........\.......\.....\AppNavigationTest.java
.............................\.......\...\...\...........\....\...\.......\.......\............\..........\.......\.....\TasksScreenTest.java
.............................\.......\...\...\androidTestMock
.............................\.......\...\...\...............\java
.............................\.......\...\...\...............\....\com
.............................\.......\...\...\...............\....\...\example
.............................\.......\...\...\...............\....\...\.......\android
.............................\.......\...\...\...............\....\...\.......\.......\architecture
.............................\.......\...\...\...............\....\...\.......\.......\............\blueprints
.............................\.......\...\...\...............\....\...\.......\.......\............\..........\todoapp
.............................\.......\...\...\...............\....\...\.......\.......\............\..........\.......\addedittask
.............................\.......\...\...\...............\....\...\.......\.......\............\..........\.......\...........\AddEditTaskScreenTest.java
.............................\.......\...\...\...............\....\...\.......\.......\............\..........\.......\statistics
.............................\.......\...\...\...............\....\...\.......\.......\............\..........\.......\..........\StatisticsScreenTest.java
.............................\.......\...\...\...............\....\...\.......\.......\............\..........\.......\taskdetail
.............................\.......\...\...\...............\....\...\.......\.......\............\..........\.......\..........\TaskDetailScreenTest.java
.............................\.......\...\..