Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yilylong/ChannelTagView
一个新闻频道管理view
https://github.com/yilylong/ChannelTagView
category channel channel-manager news-channel sort
Last synced: about 1 month ago
JSON representation
一个新闻频道管理view
- Host: GitHub
- URL: https://github.com/yilylong/ChannelTagView
- Owner: yilylong
- Created: 2017-03-21T02:48:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-27T06:40:11.000Z (almost 7 years ago)
- Last Synced: 2024-08-02T01:22:42.995Z (4 months ago)
- Topics: category, channel, channel-manager, news-channel, sort
- Language: Java
- Homepage:
- Size: 1.61 MB
- Stars: 115
- Watchers: 5
- Forks: 26
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-android-ui - ChannelTagView - 一个频道管理view (TagView)
README
[![](https://jitpack.io/v/yilylong/ChannelTagView.svg)](https://jitpack.io/#yilylong/ChannelTagView)
# ChannelTagView一个频道管理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中直接引用:
调用 ChannelTagView的initChannels() 方法填充数据即可。有针对里面的item修改的各种属性,针对点击事件和用户的拖动滑动事件接口监听。
4.4一下可能需要权限,详情查看demo