資源簡介
安卓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個文件信息
評論
共有 條評論