• 大小: 220KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-22
  • 语言: Java
  • 标签:

资源简介

Android自定义view--等级进度条demo

资源截图

代码片段和文件信息

package com.lmj.levelbarapplication;

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.lmj.levelbarapplication“ appContext.getPackageName());
    }
}

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

     文件        127  2016-12-30 18:48  LevelBarApplication\.gitignore

     文件         31  2016-12-30 18:48  LevelBarApplication\.gradle\2.14.1\taskArtifacts\cache.properties

     文件         17  2016-12-30 19:06  LevelBarApplication\.gradle\2.14.1\taskArtifacts\cache.properties.lock

     文件     145361  2016-12-30 19:06  LevelBarApplication\.gradle\2.14.1\taskArtifacts\fileHashes.bin

     文件    1701791  2016-12-30 19:06  LevelBarApplication\.gradle\2.14.1\taskArtifacts\fileSnapshots.bin

     文件      24752  2016-12-30 19:06  LevelBarApplication\.gradle\2.14.1\taskArtifacts\fileSnapshotsToTreeSnapshotsIndex.bin

     文件      87169  2016-12-30 19:06  LevelBarApplication\.gradle\2.14.1\taskArtifacts\taskArtifacts.bin

     文件      24179  2016-12-30 19:06  LevelBarApplication\.gradle\2.14.1\tasks\_app_compileDebugJavaWithJavac\localClassSetAnalysis\localClassSetAnalysis.bin

     文件         17  2016-12-30 19:06  LevelBarApplication\.gradle\2.14.1\tasks\_app_compileDebugJavaWithJavac\localClassSetAnalysis\localClassSetAnalysis.lock

     文件      19546  2016-12-30 19:06  LevelBarApplication\.gradle\2.14.1\tasks\_app_compileDebugJavaWithJavac\localJarClasspathSnapshot\localJarClasspathSnapshot.bin

     文件         17  2016-12-30 19:06  LevelBarApplication\.gradle\2.14.1\tasks\_app_compileDebugJavaWithJavac\localJarClasspathSnapshot\localJarClasspathSnapshot.lock

     文件        686  2016-12-30 18:48  LevelBarApplication\.idea\compiler.xml

     文件         76  2016-12-30 18:48  LevelBarApplication\.idea\copyright\profiles_settings.xml

     文件        159  2016-12-30 18:48  LevelBarApplication\.idea\encodings.xml

     文件        722  2016-12-30 18:48  LevelBarApplication\.idea\gradle.xml

     文件        654  2016-12-30 18:49  LevelBarApplication\.idea\libraries\animated_vector_drawable_23_4_0.xml

     文件        594  2016-12-30 18:49  LevelBarApplication\.idea\libraries\appcompat_v7_23_4_0.xml

     文件        636  2016-12-30 18:49  LevelBarApplication\.idea\libraries\espresso_core_2_2_2.xml

     文件        691  2016-12-30 18:49  LevelBarApplication\.idea\libraries\espresso_idling_resource_2_2_2.xml

     文件        709  2016-12-30 18:49  LevelBarApplication\.idea\libraries\exposed_instrumentation_api_publish_0_5.xml

     文件        526  2016-12-30 18:49  LevelBarApplication\.idea\libraries\hamcrest_core_1_3.xml

     文件        354  2016-12-30 18:49  LevelBarApplication\.idea\libraries\hamcrest_integration_1_3.xml

     文件        342  2016-12-30 18:49  LevelBarApplication\.idea\libraries\hamcrest_library_1_3.xml

     文件        330  2016-12-30 18:49  LevelBarApplication\.idea\libraries\javawriter_2_1_1.xml

     文件        358  2016-12-30 18:49  LevelBarApplication\.idea\libraries\javax_annotation_api_1_2.xml

     文件        324  2016-12-30 18:49  LevelBarApplication\.idea\libraries\javax_inject_1.xml

     文件        330  2016-12-30 18:49  LevelBarApplication\.idea\libraries\jsr305_2_0_1.xml

     文件        477  2016-12-30 18:49  LevelBarApplication\.idea\libraries\junit_4_12.xml

     文件        559  2016-12-30 18:49  LevelBarApplication\.idea\libraries\rules_0_5.xml

     文件        564  2016-12-30 18:49  LevelBarApplication\.idea\libraries\runner_0_5.xml

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

评论

共有 条评论

相关资源