UltimateAndroid 0.6.0 发布,增加 RecyclerView

jopen 9年前

UltimateAndroid快速开发框架今天 发布了0.6.0版本。这个版本优化了代码结构,增加了文档与注释,同时也添加了许多实用的工具类工具方法以及UI效果。UI效果中最实用的是 UltimateRecyclerview组件,实现了许多过去只有Listview的才有解决方案的UI效果,而且多种效果可以在同一 RecyclerView中实现,并且自由开关。这样,作为新一代的Listview的Recyclerview也可以更加理想的使用了。

使用方法:

Main framework:

repositories {          jcenter()      }  dependencies {      ...      compile 'com.marshalchen.ultimateandroid:ultimateandroid:0.6.0'  }

Ui framework:

repositories {          jcenter()      }  dependencies {      ...      compile 'com.marshalchen.ultimateandroid:ultimateandroidui:0.6.0'  }

Ultimate Recycler View screenshot:

UltimateRecyclerView项目已经单独开源出来,https://github.com/cymcsg/UltimateRecyclerView ,当然UltimateAndroid中也是包括的。

UltimateAndroid github地址:https://github.com/cymcsg/UltimateAndroid

UltimateAndroid oschina地址:http://git.oschina.net/marshalchen/UltimateAndroid