资源简介
一款不错的天气应用源码,可以直接导入android studio运行,该项目采用mvp设计架构,retrofit和rxjava来处理数据源,代码简洁逻辑清晰,可以进行城市查找和切换。一款不错的应用,非常适合天气预报开发者借鉴。
代码片段和文件信息
package com.zeuschan.littlefreshweather.common;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* Testing Fundamentals
*/
public class ApplicationTest extends ApplicationTestCase {
public ApplicationTest() {
super(Application.class);
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2017-08-11 04:04 LittleFreshWeather-master\
文件 486 2017-08-11 04:04 LittleFreshWeather-master\.gitignore
文件 11357 2017-08-11 04:04 LittleFreshWeather-master\LICENSE.txt
文件 2314824 2017-08-11 04:04 LittleFreshWeather-master\LittleFreshWeather-release.apk
文件 3173 2017-08-11 04:04 LittleFreshWeather-master\README.md
文件 564 2017-08-11 04:04 LittleFreshWeather-master\build.gradle
文件 51493 2017-08-11 04:04 LittleFreshWeather-master\capture_app_notification.png
文件 60386 2017-08-11 04:04 LittleFreshWeather-master\capture_app_widget.png
文件 81618 2017-08-11 04:04 LittleFreshWeather-master\capture_cities.png
文件 404137 2017-08-11 04:04 LittleFreshWeather-master\capture_cur.png
文件 374345 2017-08-11 04:04 LittleFreshWeather-master\capture_forecast.png
文件 365078 2017-08-11 04:04 LittleFreshWeather-master\capture_lifeindex.png
文件 13879 2017-08-11 04:04 LittleFreshWeather-master\capture_settings.png
文件 8711 2017-08-11 04:04 LittleFreshWeather-master\capture_splash.png
目录 0 2017-08-11 04:04 LittleFreshWeather-master\common\
文件 7 2017-08-11 04:04 LittleFreshWeather-master\common\.gitignore
文件 572 2017-08-11 04:04 LittleFreshWeather-master\common\build.gradle
文件 641 2017-08-11 04:04 LittleFreshWeather-master\common\proguard-rules.pro
目录 0 2017-08-11 04:04 LittleFreshWeather-master\common\src\
目录 0 2017-08-11 04:04 LittleFreshWeather-master\common\src\androidTest\
目录 0 2017-08-11 04:04 LittleFreshWeather-master\common\src\androidTest\java\
目录 0 2017-08-11 04:04 LittleFreshWeather-master\common\src\androidTest\java\com\
目录 0 2017-08-11 04:04 LittleFreshWeather-master\common\src\androidTest\java\com\zeuschan\
目录 0 2017-08-11 04:04 LittleFreshWeather-master\common\src\androidTest\java\com\zeuschan\littlefreshweather\
目录 0 2017-08-11 04:04 LittleFreshWeather-master\common\src\androidTest\java\com\zeuschan\littlefreshweather\common\
文件 369 2017-08-11 04:04 LittleFreshWeather-master\common\src\androidTest\java\com\zeuschan\littlefreshweather\common\ApplicationTest.java
目录 0 2017-08-11 04:04 LittleFreshWeather-master\common\src\main\
文件 286 2017-08-11 04:04 LittleFreshWeather-master\common\src\main\AndroidManifest.xm
目录 0 2017-08-11 04:04 LittleFreshWeather-master\common\src\main\java\
目录 0 2017-08-11 04:04 LittleFreshWeather-master\common\src\main\java\com\
目录 0 2017-08-11 04:04 LittleFreshWeather-master\common\src\main\java\com\zeuschan\
............此处省略360个文件信息
评论
共有 条评论