资源简介
这是一款简洁的天气预报app–清新小天气,它能够支持国内绝大多数城市,提供包含实时天气、七天预报、实时气象信息及生活指数等预报信息。。。
博客地址:http://blog.csdn.net/zeuschan/article/details/53636206
代码片段和文件信息
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 2016-07-21 12:51 LittleFreshWeather-master\
文件 486 2016-07-21 12:51 LittleFreshWeather-master\.gitignore
文件 11357 2016-07-21 12:51 LittleFreshWeather-master\LICENSE.txt
文件 3097 2016-07-21 12:51 LittleFreshWeather-master\README.md
文件 564 2016-07-21 12:51 LittleFreshWeather-master\build.gradle
文件 51493 2016-07-21 12:51 LittleFreshWeather-master\capture_app_notification.png
文件 60386 2016-07-21 12:51 LittleFreshWeather-master\capture_app_widget.png
文件 81618 2016-07-21 12:51 LittleFreshWeather-master\capture_cities.png
文件 404137 2016-07-21 12:51 LittleFreshWeather-master\capture_cur.png
文件 374345 2016-07-21 12:51 LittleFreshWeather-master\capture_forecast.png
文件 365078 2016-07-21 12:51 LittleFreshWeather-master\capture_lifeindex.png
文件 13879 2016-07-21 12:51 LittleFreshWeather-master\capture_settings.png
文件 8711 2016-07-21 12:51 LittleFreshWeather-master\capture_splash.png
目录 0 2016-07-21 12:51 LittleFreshWeather-master\common\
文件 7 2016-07-21 12:51 LittleFreshWeather-master\common\.gitignore
文件 572 2016-07-21 12:51 LittleFreshWeather-master\common\build.gradle
文件 641 2016-07-21 12:51 LittleFreshWeather-master\common\proguard-rules.pro
目录 0 2016-07-21 12:51 LittleFreshWeather-master\common\src\
目录 0 2016-07-21 12:51 LittleFreshWeather-master\common\src\androidTest\
目录 0 2016-07-21 12:51 LittleFreshWeather-master\common\src\androidTest\java\
目录 0 2016-07-21 12:51 LittleFreshWeather-master\common\src\androidTest\java\com\
目录 0 2016-07-21 12:51 LittleFreshWeather-master\common\src\androidTest\java\com\zeuschan\
目录 0 2016-07-21 12:51 LittleFreshWeather-master\common\src\androidTest\java\com\zeuschan\littlefreshweather\
目录 0 2016-07-21 12:51 LittleFreshWeather-master\common\src\androidTest\java\com\zeuschan\littlefreshweather\common\
文件 369 2016-07-21 12:51 LittleFreshWeather-master\common\src\androidTest\java\com\zeuschan\littlefreshweather\common\ApplicationTest.java
目录 0 2016-07-21 12:51 LittleFreshWeather-master\common\src\main\
文件 286 2016-07-21 12:51 LittleFreshWeather-master\common\src\main\AndroidManifest.xm
目录 0 2016-07-21 12:51 LittleFreshWeather-master\common\src\main\java\
目录 0 2016-07-21 12:51 LittleFreshWeather-master\common\src\main\java\com\
目录 0 2016-07-21 12:51 LittleFreshWeather-master\common\src\main\java\com\zeuschan\
目录 0 2016-07-21 12:51 LittleFreshWeather-master\common\src\main\java\com\zeuschan\littlefreshweather\
............此处省略359个文件信息
评论
共有 条评论