
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
(1)MVP模式 比较常用的模式1. (数据模型)Model:业务逻辑和实体模型,用来操作实际的数据,包含Bean和Model的抽象接口来降低耦合。2. (视图)View:就是Android中的视图,需要建立一个View的抽象接口View Interface。通过实现View的接口来实现View与Presenter的交互,从而降低耦合。对应于Activity,负责View的绘制与用户交互...
https://github.com/git-xuhao/KotlinMvphttps://github.com/guofudong/KotlinAndroidhttps://github.com/wuapnjie/PoiShuhui-Kotlinhttps://github.com/xitu/awesome-kotlin-cnhttps://github.com/CarGuo/G...
https://github.com/CCY0122/WanAndroid_Flutter/tree/master/android官方https://flutterchina.club/包含wanAndroid已开放API的全部功能(截止到2019-8月之前):项目、博文、公众号、导航、收藏、搜索、待做清单等,是一个超完整的学习App使用了常规开发模式、流行的BloC模式、官方...
如果是在Service或者线程中调用,需要在Manifest.xml文件中添加权限:<uses-permission android:name=“android.permission.GET_TASKS” />//判断当前界面显示的是哪个Activitypublic static String getTopActivity(Context context){ActivityManage







