05 2020 档案
摘要:// 听说这是最标准的写法 MyHandler myHandler = new MyHandler(this); static class MyHandler extends Handler{ WeakReference weakReference; public MyHandler(MainAct
阅读全文
摘要:View view = LayoutInflater.from(context).inflate(R.layout.coustom_view, null);//findviewview.findViewById··· AlertDialogalertDialog = new AlertDialog.
阅读全文
摘要:defaultConfig{ ...} splits { abi { enable true reset() include 'x86', 'armeabi-v7a','x86_64' universalApk true }}
阅读全文