• 大小: 0.22M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-02-01
  • 标签: GET  数据  实例  

资源简介

使用GET方法获取网络数据源码,简单易懂

资源截图

代码片段和文件信息

package com.mingrisoft;

import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;

import org.junit.Test;
import org.junit.runner.RunWith;

import static org.junit.Assert.*;

/**
 * Instrumentation test which will execute on an Android device.
 *
 * @see Testing documentation
 */
@RunWith(AndroidJUnit4.class)
public class ExampleInstrumentedTest {
    @Test
    public void useAppContext() throws Exception {
        // Context of the app under test.
        Context appContext = InstrumentationRegistry.getTargetContext();

        assertEquals(“com.mingrisoft“ appContext.getPackageName());
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件          8  2017-08-21 09:00  GET Request\.gitignore

     文件          1  2019-08-01 22:58  GET Request\.gradle\4.4\fileChanges\last-build.bin

     文件      18647  2019-08-01 22:58  GET Request\.gradle\4.4\fileHashes\fileHashes.bin

     文件         17  2019-08-01 22:58  GET Request\.gradle\4.4\fileHashes\fileHashes.lock

     文件       1803  2019-08-01 22:58  GET Request\.idea\codestyles\Project.xml

     文件        449  2019-08-01 22:58  GET Request\.idea\gradle.xml

     文件        271  2019-08-01 22:58  GET Request\.idea\misc.xml

     文件        262  2019-08-01 22:58  GET Request\.idea\modules.xml

     文件        564  2019-08-01 22:58  GET Request\.idea\runConfigurations.xml

     文件      17874  2019-08-01 22:58  GET Request\.idea\workspace.xml

     文件        967  2017-08-21 09:00  GET Request\build.gradle

     文件        606  2019-08-01 22:58  GET Request\GET Request.iml

     文件      54708  2018-04-04 15:43  GET Request\gradle\wrapper\gradle-wrapper.jar

     文件        236  2019-08-01 22:42  GET Request\gradle\wrapper\gradle-wrapper.properties

     文件       5296  2018-04-04 15:43  GET Request\gradlew

     文件       2260  2018-04-04 15:43  GET Request\gradlew.bat

     文件        376  2019-08-01 22:42  GET Request\local.properties

     文件        952  2017-08-21 09:00  GET Request\proguard-rules.pro

     文件        758  2017-08-21 09:00  GET Request\src\androidTest\java\com\mingrisoft\ExampleInstrumentedTest.java

     文件        757  2017-08-21 09:00  GET Request\src\main\AndroidManifest.xml

     文件       4827  2017-08-21 09:00  GET Request\src\main\java\com\mingrisoft\MainActivity.java

     文件      45639  2017-08-21 09:00  GET Request\src\main\res\drawable-mdpi\bg.jpg

     文件       1511  2017-08-21 09:00  GET Request\src\main\res\layout\activity_main.xml

     文件      21689  2017-08-21 09:00  GET Request\src\main\res\mipmap-hdpi\ic_launcher.png

     文件      21689  2017-08-21 09:00  GET Request\src\main\res\mipmap-hdpi\ic_launcher_round.png

     文件      17432  2017-08-21 09:00  GET Request\src\main\res\mipmap-mdpi\ic_launcher.png

     文件      17432  2017-08-21 09:00  GET Request\src\main\res\mipmap-mdpi\ic_launcher_round.png

     文件      20636  2017-08-21 09:00  GET Request\src\main\res\mipmap-xhdpi\ic_launcher.png

     文件      20636  2017-08-21 09:00  GET Request\src\main\res\mipmap-xhdpi\ic_launcher_round.png

     文件      25027  2017-08-21 09:00  GET Request\src\main\res\mipmap-xxhdpi\ic_launcher.png

............此处省略57个文件信息

评论

共有 条评论