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

资源简介

做了好几天,终于搞定了,动态显示心电图数据.. 心电图背景和数据是分开的,没有封装到一块, 数据显示部分封装也可以自行完成。。。

资源截图

代码片段和文件信息

package com.example.vincent.customview;

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.*;

/**
 * Instrumented 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.example.vincent.customview“ appContext.getPackageName());
    }
}

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

     文件         28  2018-01-03 19:48  CustomView\.git\COMMIT_EDITMSG

     文件        306  2017-12-29 17:22  CustomView\.git\config

     文件         73  2017-12-29 17:21  CustomView\.git\description

     文件        101  2018-01-04 09:16  CustomView\.git\FETCH_HEAD

     文件         23  2017-12-29 17:22  CustomView\.git\HEAD

     文件        478  2017-12-29 17:21  CustomView\.git\hooks\applypatch-msg.sample

     文件        896  2017-12-29 17:21  CustomView\.git\hooks\commit-msg.sample

     文件       3505  2017-12-29 17:21  CustomView\.git\hooks\fsmonitor-watchman.sample

     文件        189  2017-12-29 17:21  CustomView\.git\hooks\post-update.sample

     文件        424  2017-12-29 17:21  CustomView\.git\hooks\pre-applypatch.sample

     文件       1642  2017-12-29 17:21  CustomView\.git\hooks\pre-commit.sample

     文件       1348  2017-12-29 17:21  CustomView\.git\hooks\pre-push.sample

     文件       4898  2017-12-29 17:21  CustomView\.git\hooks\pre-rebase.sample

     文件        544  2017-12-29 17:21  CustomView\.git\hooks\pre-receive.sample

     文件       1492  2017-12-29 17:21  CustomView\.git\hooks\prepare-commit-msg.sample

     文件       3610  2017-12-29 17:21  CustomView\.git\hooks\update.sample

     文件       7260  2018-01-04 11:05  CustomView\.git\index

     文件        240  2017-12-29 17:21  CustomView\.git\info\exclude

     文件       1068  2018-01-04 09:16  CustomView\.git\logs\HEAD

     文件       1068  2018-01-04 09:16  CustomView\.git\logs\refs\heads\master

     文件        183  2017-12-29 17:22  CustomView\.git\logs\refs\remotes\origin\HEAD

     文件        856  2018-01-04 09:16  CustomView\.git\logs\refs\remotes\origin\master

     文件         49  2017-12-29 17:22  CustomView\.git\objects\00\aeff3232add5bbb9e8054122308bbf6d06901f

     文件         50  2018-01-04 09:16  CustomView\.git\objects\01\ff49e5eb91fa0022b070947425af8578b4a8aa

     文件         52  2018-01-04 09:16  CustomView\.git\objects\02\02b2b50ab3f6d3c769763f3b1505dc5b7052c3

     文件         46  2018-01-04 09:16  CustomView\.git\objects\02\bc86081082f7688e9f4024944bb160baab9452

     文件        163  2017-12-29 17:22  CustomView\.git\objects\03\4992908ad256f42946a8c0762254d0b7c76cfa

     文件        122  2018-01-04 09:16  CustomView\.git\objects\05\9dd254d2cfdeeb0754e819aeab03aaa7b95847

     文件        428  2018-01-04 09:16  CustomView\.git\objects\06\50c0eca68c8ceb643fb8990227387957bc19cb

     文件        108  2018-01-04 09:16  CustomView\.git\objects\08\26903c67fa2dee7febf5c5cf6e2cbb811c6e65

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

评论

共有 条评论

相关资源