All Projects → DWorkS → Astickyheader

DWorkS / Astickyheader

Android Sticky Headers : now headers everywhere

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Astickyheader

Ng Sticky
Angular 4 sticky, have header or any component sticky easy to use.
Stars: ✭ 25 (-93.59%)
Mutual labels:  sticky-headers
Omegarecyclerview
Custom RecyclerView with additional functionality. Allow you add divider, itemSpace, emptyView, sticky header and some other features
Stars: ✭ 132 (-66.15%)
Mutual labels:  sticky-headers
react-cool-virtual
😎 ♻️ A tiny React hook for rendering large datasets like a breeze.
Stars: ✭ 1,031 (+164.36%)
Mutual labels:  sticky-headers
Ion Affix
A directive for Ionic framework for creating affix headers.
Stars: ✭ 58 (-85.13%)
Mutual labels:  sticky-headers
Poweradapter
Adapter for RecyclerView(only 21KB).RecyclerView万能适配器(仅21KB)
Stars: ✭ 112 (-71.28%)
Mutual labels:  sticky-headers
Flutter smart select
SmartSelect allows you to easily convert your usual form select or dropdown into dynamic page, popup dialog, or sliding bottom sheet with various choices input such as radio, checkbox, switch, chips, or even custom input. Supports single and multiple choice.
Stars: ✭ 179 (-54.1%)
Mutual labels:  sticky-headers
Stickyitemdecoration
强大的RecyclerView粘性头部
Stars: ✭ 764 (+95.9%)
Mutual labels:  sticky-headers
Flexibleadapter
Fast and versatile Adapter for RecyclerView which regroups several features into one library to considerably improve the user experience :-)
Stars: ✭ 3,482 (+792.82%)
Mutual labels:  sticky-headers
React Virtualized Sticky Tree
A React component for efficiently rendering tree like structures with support for position: sticky
Stars: ✭ 115 (-70.51%)
Mutual labels:  sticky-headers
Android-sticky-navigation-layout
android sticky navigation layout
Stars: ✭ 17 (-95.64%)
Mutual labels:  sticky-headers
Floatthead
Fixed <thead>. Doesn't need any custom css/html. Does what position:sticky can't
Stars: ✭ 1,193 (+205.9%)
Mutual labels:  sticky-headers
Consecutivescroller
ConsecutiveScrollerLayout是Android下支持多个滑动布局(RecyclerView、WebView、ScrollView等)和普通控件(TextView、ImageView、LinearLayou、自定义View等)持续连贯滑动的容器,它使所有的子View像一个整体一样连续顺畅滑动。并且支持布局吸顶功能。
Stars: ✭ 1,383 (+254.62%)
Mutual labels:  sticky-headers
Flutter sticky infinite list
Multi directional infinite list with Sticky headers for Flutter applications
Stars: ✭ 189 (-51.54%)
Mutual labels:  sticky-headers
Sticky Nav
A jQuery plugin make the navbar sticky, smart anchor link highlighting, smooth scrolling. Simple and powerful.
Stars: ✭ 21 (-94.62%)
Mutual labels:  sticky-headers
StickyHeader
📐 Library helping to add a sticky header to an UIScrollView
Stars: ✭ 18 (-95.38%)
Mutual labels:  sticky-headers
Webannoyances
Fix and remove annoying web elements such as sticky headers, floating boxes, floating videos, dickbars, social share bars and other distracting elements.
Stars: ✭ 831 (+113.08%)
Mutual labels:  sticky-headers
Stickyheaderflowlayout
Sticky headers for UICollectionView written in pure Swift (based on CSStickyHeaderFlowLayout)
Stars: ✭ 144 (-63.08%)
Mutual labels:  sticky-headers
Brv
Android上最强大的RecyclerView库
Stars: ✭ 345 (-11.54%)
Mutual labels:  sticky-headers
StickyHeader
A simple lightweight sticky header ItemDecorator for RecyclerView
Stars: ✭ 108 (-72.31%)
Mutual labels:  sticky-headers
flutter sticky and expandable list
粘性头部与分组列表Sliver实现 Build a grouped list, which support expand/collapse section and sticky headers, support use it with sliver widget.
Stars: ✭ 116 (-70.26%)
Mutual labels:  sticky-headers

AStickyHeader

Buy Me a Coffee at ko-fi.com

AStickyHeader

AStickyHeader is a simple library for adding Sticky Headers to ListView or GridView. Usage is very simple, it supports all kinds of Adapters.

Quick Start

AStickyHeader is available as an AAR, so you can use it by just adding the following dependency to your build.gradle.

buildscript {
    repositories {
        jcenter()
    }
}
...

dependencies {
     compile 'dev.dworks.libs:astickyheader:0.1.0'
}
...

Sample App

Get it on Google Play

Developed By

License

Copyright 2016 Hari Krishna Dulipudi

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Bitdeli Badge

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].