App 2.0开发模式的行业看法
1110
2022-10-17
Android快速开发框架
FastDevLibrary
Android快速开发框架:相关内容由实际项目中抽取和互联网搜索得到,部分内容经过本人的修改,筛选。有的内容有经过验证,但是还有一部分我认为是比较好的实现,但是未经验证,使用中有什么问题可以提交issues。欢迎start、issues、fork
现在(已有功能)
fastdevlibrary(基本框架module)
1.基本的Base类:base2.基本的工具集:commonutils3.常用的自定义控件:widget(推荐使用TopTitleBar实现沉浸式状态栏)4.简化recyclerview操作的开源库:recyclerviewhelper(因为最低版本的问题这里直接copy代码,对应版本2.6.1)5.通用的更新策略:updateplugin6.其它常用库的依赖:build.gradle(有些是基本款,有的是常用的组件,这里比较之后选做依赖库,具体包括recyclerview、v7包、v4包、glide图片加载库、logger日志打印库、gson、easypermissions安卓6.0动态申请权限、banner图片轮播库、ultra-ptr下拉刷新库、okgo网络请求库基于okhttp、butterknife注解框架)
httplibrary(网络请求module,基本款,比较简陋不推荐,这里只作为一个参考)
1.基本的网络请求get、post2.网络请求的基本处理
qrcode
1.二维码扫描组件。包括二维码扫描、二维码生成
将来(TODO)
1.相关示例代码2.更多app基础功能的引入3.bug修复4.陌生知识点扫盲... ...
关于版权
License
Copyright 2016 binIoterLicensed under the Apache License, Version 2.0 (the "License");you may not use this file except in compliance with the License.You may obtain a copy of the License at http://apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, softwaredistributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions andlimitations under the License.
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。