All Projects → yilylong → Channeltagview

yilylong / Channeltagview

一个新闻频道管理view

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Channeltagview

Sort
.ıl Implementation of some of comparison based sorting algorithms Iı.
Stars: ✭ 78 (-32.17%)
Mutual labels:  sort
Snowonder
🔮 Magical import declarations formatter for Xcode
Stars: ✭ 100 (-13.04%)
Mutual labels:  sort
Gods
GoDS (Go Data Structures). Containers (Sets, Lists, Stacks, Maps, Trees), Sets (HashSet, TreeSet, LinkedHashSet), Lists (ArrayList, SinglyLinkedList, DoublyLinkedList), Stacks (LinkedListStack, ArrayStack), Maps (HashMap, TreeMap, HashBidiMap, TreeBidiMap, LinkedHashMap), Trees (RedBlackTree, AVLTree, BTree, BinaryHeap), Comparators, Iterators, …
Stars: ✭ 10,883 (+9363.48%)
Mutual labels:  sort
Sortingalgorithm.hayateshiki
Hayate-Shiki is an improved merge sort algorithm with the goal of "faster than quick sort".
Stars: ✭ 84 (-26.96%)
Mutual labels:  sort
Muuri
Infinite responsive, sortable, filterable and draggable layouts
Stars: ✭ 9,797 (+8419.13%)
Mutual labels:  sort
Cn sort
中文排序:按拼音/笔顺快速排序简体中文词组(百万数量级,可含中英/多音字)。如果对您有所帮助,欢迎点个star鼓励一下。
Stars: ✭ 102 (-11.3%)
Mutual labels:  sort
Sonataclassificationbundle
Symfony SonataClassificationBundle
Stars: ✭ 76 (-33.91%)
Mutual labels:  category
Faltu
Search sort, filter, limit an array of objects in Mongo-style.
Stars: ✭ 112 (-2.61%)
Mutual labels:  sort
Javascript
A repository for All algorithms implemented in Javascript (for educational purposes only)
Stars: ✭ 16,117 (+13914.78%)
Mutual labels:  sort
Ar Position
ActiveRecord behavior, which provides ability for custom records order setup
Stars: ✭ 107 (-6.96%)
Mutual labels:  sort
Recyclerviewpresenter
RecyclerView Adapter Library with different models and different layouts as convenient as possible.
Stars: ✭ 86 (-25.22%)
Mutual labels:  sort
Monster
The Art of Template MetaProgramming (TMP) in Modern C++♦️
Stars: ✭ 90 (-21.74%)
Mutual labels:  sort
Quadsort
Quadsort is a stable adaptive merge sort which is faster than quicksort.
Stars: ✭ 1,385 (+1104.35%)
Mutual labels:  sort
C
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
Stars: ✭ 11,897 (+10245.22%)
Mutual labels:  sort
Java
All Algorithms implemented in Java
Stars: ✭ 42,893 (+37198.26%)
Mutual labels:  sort
Queryql
Easily add filtering, sorting, and pagination to your Node.js REST API through your old friend: the query string!
Stars: ✭ 76 (-33.91%)
Mutual labels:  sort
Jsonabc
Sorts JSON object alphabetically. It supports nested objects, arrays and collections. Works offline and beautifies JSON object too.
Stars: ✭ 100 (-13.04%)
Mutual labels:  sort
Jortsort
the official website for jortSorting
Stars: ✭ 112 (-2.61%)
Mutual labels:  sort
Zsnavigationbar
ZSNavigationBar uses category to allow you change UINavigationBar appearance dynamically.(supported iOS 11+ and iPhone X)
Stars: ✭ 109 (-5.22%)
Mutual labels:  category
Go Algorithms
Algorithms and data structures for golang
Stars: ✭ 1,529 (+1229.57%)
Mutual labels:  sort

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中直接引用:

<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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].