资源简介
安卓Android与H5(JS)交互(双向)开发Demo,
1,提示H5调用 2,安卓原生调用H5 3,JS反向调用安卓原生方法
代码片段和文件信息
package com.kx.mymathwebview;
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.kx.mymathwebview“ appContext.getPackageName());
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-09-03 15:37 MyMathWebView\
文件 127 2018-08-13 14:05 MyMathWebView\.gitignore
目录 0 2018-08-13 14:05 MyMathWebView\.gradle\
目录 0 2018-08-13 14:12 MyMathWebView\.gradle\4.1\
目录 0 2018-08-13 14:05 MyMathWebView\.gradle\4.1\fileChanges\
文件 1 2018-09-03 15:18 MyMathWebView\.gradle\4.1\fileChanges\last-build.bin
目录 0 2018-08-13 14:12 MyMathWebView\.gradle\4.1\fileContent\
文件 17 2018-09-03 15:18 MyMathWebView\.gradle\4.1\fileContent\fileContent.lock
目录 0 2018-08-13 14:05 MyMathWebView\.gradle\4.1\fileHashes\
文件 521441 2018-09-03 15:18 MyMathWebView\.gradle\4.1\fileHashes\fileHashes.bin
文件 17 2018-09-03 15:18 MyMathWebView\.gradle\4.1\fileHashes\fileHashes.lock
文件 21897 2018-08-15 13:40 MyMathWebView\.gradle\4.1\fileHashes\resourceHashesCache.bin
目录 0 2018-08-13 14:12 MyMathWebView\.gradle\4.1\javaCompile\
文件 1337890 2018-08-16 13:48 MyMathWebView\.gradle\4.1\javaCompile\classAnalysis.bin
文件 810139 2018-08-15 13:40 MyMathWebView\.gradle\4.1\javaCompile\jarAnalysis.bin
文件 17 2018-08-16 13:48 MyMathWebView\.gradle\4.1\javaCompile\javaCompile.lock
文件 449371 2018-08-16 13:48 MyMathWebView\.gradle\4.1\javaCompile\taskHistory.bin
文件 27113 2018-08-16 13:48 MyMathWebView\.gradle\4.1\javaCompile\taskJars.bin
目录 0 2018-08-13 14:05 MyMathWebView\.gradle\4.1\taskHistory\
文件 3724355 2018-09-03 15:18 MyMathWebView\.gradle\4.1\taskHistory\fileSnapshots.bin
文件 79303 2018-09-03 15:18 MyMathWebView\.gradle\4.1\taskHistory\taskHistory.bin
文件 17 2018-09-03 15:18 MyMathWebView\.gradle\4.1\taskHistory\taskHistory.lock
目录 0 2018-08-13 14:05 MyMathWebView\.gradle\buildOutputCleanup\
文件 0 2018-08-13 14:05 MyMathWebView\.gradle\buildOutputCleanup\built.bin
文件 51 2018-08-13 14:05 MyMathWebView\.gradle\buildOutputCleanup\cache.properties
文件 2 2018-09-03 15:18 MyMathWebView\.gradle\buildOutputCleanup\cache.properties.lock
目录 0 2018-09-03 15:37 MyMathWebView\.idea\
文件 200 2018-08-13 14:05 MyMathWebView\.idea\encodings.xm
文件 626 2018-08-13 14:05 MyMathWebView\.idea\gradle.xm
目录 0 2018-09-03 15:37 MyMathWebView\.idea\libraries\
文件 531 2018-09-03 15:37 MyMathWebView\.idea\libraries\android_arch_core_common_1_1_0_jar.xm
............此处省略665个文件信息
评论
共有 条评论