ChannelTagView

Introduction: 一个新闻频道管理 view
More: Author   ReportBugs   DemoAPK   
Tags:
channel-item-adapter-recyclerview-拖拽排序-滑动删除-新闻频道管理-

一个频道管理 view,可拖拽排序,滑动删除。

使用

step1.Add it in your root build.gradle at the end of repositories: -

allprojects {
    repositories {
        ...
        maven { url 'https://www.jitpack.io' }
    }
}

stpe2.Add the dependency: - dependencies { compile 'com.github.yilylong:ChannelTagView:v1.0.1' }

xml 中直接引用:

<com.zhl.channeltagview.view.ChannelTagView
    android:id="@+id/channel_tag_view"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    app:fixedPos="0"
    app:channelItemTxSize="@dimen/channel_item_txsize"
    />

调用 ChannelTagView 的 initChannels() 方法填充数据即可。有针对里面的 item 修改的各种属性,针对点击事件和用户的拖动滑动事件接口监听。 4.4 一下可能需要权限,详情查看 demo

Apps
About Me
GitHub: Trinea
Facebook: Dev Tools