微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

LBase-Android LBase-Android 基础框架[](<a href="https://github.com/object1991/LBase-">https://github.com/object1991/LBase-</a>[](<a href="https://github.com/object1991/LBase-">https: 开发基础框架

程序名称:LBase-Android LBase-Android 基础框架[](<a href="https://github.com/object1991/LBase-">https://github.com/object1991/LBase-</a>[](<a href="https://github.com/object1991/LBase-">https:

授权协议: GPL

操作系统: 跨平台

开发语言: Java

LBase-Android LBase-Android 基础框架[](<a href="https://github.com/object1991/LBase-">https://github.com/object1991/LBase-</a>[](<a href="https://github.com/object1991/LBase-">https: 介绍

LBase-Android 基础框架

  • 项目类型:Library

[](https://github.com/object1991/LBase-

Android#lbase-%E7%AE%80%E4%BB%8B)LBase 简介

  • 项目集合了开发中经常使用的工具类,并简化开发代码的编写

  • 如:T类(Toast)、L类(Log)、LSharePreference类(SharedPreferences) 等

  • 并将代码层次划分,网络请求、结果解析、结果处理等繁琐并且常用的代码变得简单使用

  • Activity、Fragment、Adapter 只需处理 View 相关操作,Handler 处理请求数据解析等相关操作,使用者不需要再写着大量重复的代码去创建线程,只需几行便可解决

  • 常用的 BaseAdapter 也不需要再写着大量重复的代码,使用者只需要把工作重点放在 getView 上面就可以,处理好 Item 的数据,其它功能让 LBase 帮你解决

[](https://github.com/object1991/LBase-

Android#%E4%BD%BF%E7%94%A8-lbase-%E6%A1%86%E6%9E%B6%E9%9C%80%E8%A6%81%E6%9C%89%E4%BB%A5%E4%B8%8B%E6%9D%83%E9%99%90)使用
LBase 框架需要有以下权限:

<uses-permission android:name="android.permission.INTERNET" />


<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />


<uses-permission android:name="android.permission.READ_PHONE_STATE" />
  • 一个是访问网络

  • 第二个是访问sdcard

  • 第三个是读写手机状态和身份

[](https://github.com/object1991/LBase-

Android#%E7%AC%AC%E4%B8%89%E6%96%B9%E5%BC%80%E6%BA%90%E7%A8%8B%E5%BA%8F%E7%9A%84%E4%BD%BF%E7%94%A8)第三方开源程序的使用

[](https://github.com/object1991/LBase-

Android#%E4%BD%BF%E7%94%A8-lbase-%E6%A1%86%E6%9E%B6)使用 LBase 框架

  • 请下载 LBaseExample 查看

[](https://github.com/object1991/LBase-

Android#%E5%85%B3%E4%BA%8E%E4%BD%9C%E8%80%85)关于作者

LBase-Android LBase-Android 基础框架[](<a href="https://github.com/object1991/LBase-">https://github.com/object1991/LBase-</a>[](<a href="https://github.com/object1991/LBase-">https: 官网

http://git.oschina.net/objectes/LBase-Android

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐