UltimateAndroid 0.6.0 發布,增加 RecyclerView

jopen 9年前發布 | 16K 次閱讀 UltimateAndroid

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

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!