目前已經學會官方文檔中的Module 擴展public class MyModule extends WXModule {
@WXModuleAnno(runOnUIThread = true)
public void printLog(String msg) {
Toast.makeText(mWXSDKInstance.getContext(),
msg,Toast.LENGTH_SHORT).show();
}
}本人安卓小白,只知道一些基本知識?,F在不知道 weex如何調用安卓中(已提前寫好的)activity,有沒有相關的示例代碼 可以參考一下?
weex 如何跳轉到android的activity ?
慕婉清6462132
2018-10-09 15:12:25