Android代码-安卓开发工具库

时间:2022-08-27 23:06:09
【文件属性】:

文件名称:Android代码-安卓开发工具库

文件大小:320KB

文件格式:ZIP

更新时间:2022-08-27 23:06:09

Android代码

LexingFrame 简介 乐星互动公司开源的Android工具类库,主要是整合了开发中常用的工具类来帮助日常的开发和维护工作。 LexingFrame provides general purpose utilities for Android projects.focus on effciency and performance. 添加依赖 在项目的 build.gradle 文件中添加 repositories { .... maven { url 'https://dl.bintray.com/yhvector/maven/' } } 模块的 build.gradle 文件中添加 /**基本模块**/ compile 'com.lexing.common:common:0.3.6' /**小红点控件**/ compile 'com.lexing.common:badgeview:1.0.1' /**富类型显示的RecyclerView,包括下拉刷新和加载更多**/ compil


网友评论