• 大小: 19.82MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-07-21
  • 语言: Java
  • 标签: android  stud  

资源简介

酷欧天气是一款基于Android端开源的天气预报软件,具备查看全国的省市县、查询任意城市天气、自由切换城市、手动更新天气、后台自动更新天气等功能。酷欧天气中的天气数据由和风天气提供,背景图片由必应提供,代码遵循Apache v2 License开源协议。本软件主要作为学习和交流使用。

资源截图

代码片段和文件信息

package com.coolweather.android;

import android.app.Application;
import android.test.ApplicationTestCase;

/**
 * Testing Fundamentals
 */
public class ApplicationTest extends ApplicationTestCase {
    public ApplicationTest() {
        super(Application.class);
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         465  2018-01-15 13:37  CoolWeather\.gitignore
     目录           0  2018-06-05 08:48  CoolWeather\.gradle\
     目录           0  2018-06-05 08:51  CoolWeather\.gradle\4.4\
     目录           0  2018-06-04 22:44  CoolWeather\.gradle\4.4\fileChanges\
     文件           1  2018-06-05 13:12  CoolWeather\.gradle\4.4\fileChanges\last-build.bin
     目录           0  2018-06-05 08:51  CoolWeather\.gradle\4.4\fileContent\
     文件          17  2018-06-05 13:12  CoolWeather\.gradle\4.4\fileContent\fileContent.lock
     目录           0  2018-06-05 08:51  CoolWeather\.gradle\4.4\fileHashes\
     文件      255719  2018-06-05 13:12  CoolWeather\.gradle\4.4\fileHashes\fileHashes.bin
     文件          17  2018-06-05 13:12  CoolWeather\.gradle\4.4\fileHashes\fileHashes.lock
     文件       19925  2018-06-05 08:51  CoolWeather\.gradle\4.4\fileHashes\resourceHashesCache.bin
     目录           0  2018-06-05 08:51  CoolWeather\.gradle\4.4\javaCompile\
     文件     1066666  2018-06-05 10:34  CoolWeather\.gradle\4.4\javaCompile\classAnalysis.bin
     文件      475407  2018-06-05 08:51  CoolWeather\.gradle\4.4\javaCompile\jarAnalysis.bin
     文件          17  2018-06-05 10:34  CoolWeather\.gradle\4.4\javaCompile\javaCompile.lock
     文件       77574  2018-06-05 10:34  CoolWeather\.gradle\4.4\javaCompile\taskHistory.bin
     文件       21607  2018-06-05 10:34  CoolWeather\.gradle\4.4\javaCompile\taskJars.bin
     目录           0  2018-06-05 08:48  CoolWeather\.gradle\4.4\taskHistory\
     文件     1069470  2018-06-05 10:57  CoolWeather\.gradle\4.4\taskHistory\taskHistory.bin
     文件          17  2018-06-05 13:12  CoolWeather\.gradle\4.4\taskHistory\taskHistory.lock
     目录           0  2018-06-05 08:48  CoolWeather\.gradle\buildOutputCleanup\
     文件          17  2018-06-05 13:12  CoolWeather\.gradle\buildOutputCleanup\buildOutputCleanup.lock
     文件          51  2018-06-05 08:48  CoolWeather\.gradle\buildOutputCleanup\cache.properties
     文件       21593  2018-06-05 10:57  CoolWeather\.gradle\buildOutputCleanup\outputFiles.bin
     目录           0  2018-06-05 13:12  CoolWeather\app\
     文件           7  2018-01-15 13:37  CoolWeather\app\.gitignore
     文件        9295  2018-06-05 13:12  CoolWeather\app\app.iml
     文件         813  2018-06-04 22:47  CoolWeather\app\build.gradle
     文件         679  2018-01-15 13:37  CoolWeather\app\proguard-rules.pro
     目录           0  2018-01-15 13:37  CoolWeather\app\src\
     目录           0  2018-01-15 13:37  CoolWeather\app\src\androidTest\
............此处省略883个文件信息

评论

共有 条评论