All Projects → funnywolfdadada → Hollowkit

funnywolfdadada / Hollowkit

Licence: apache-2.0
自己常用的一些工具的合集

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Hollowkit

Textwriter
Animate your texts like never before
Stars: ✭ 140 (-19.08%)
Mutual labels:  android-ui
Swipeactionview
Android swipe-able view, which allows users to perform actions with swipe gestures.
Stars: ✭ 153 (-11.56%)
Mutual labels:  android-ui
Springview
🔥 A custom view pull to refresh,support ScrollView,ListView,RecyclerView,WebView and all another views, easy to use
Stars: ✭ 1,936 (+1019.08%)
Mutual labels:  android-ui
Welcome Android
A customizable welcome screen
Stars: ✭ 1,754 (+913.87%)
Mutual labels:  android-ui
Flourish
🎩 Flourish implements dynamic ways to show up and dismiss layouts with animations.
Stars: ✭ 150 (-13.29%)
Mutual labels:  android-ui
Customrefreshview
一个支持网络错误重试,无数据页(可自定义),无网络界面(可自定义)的上拉加载更多,下拉刷新控件
Stars: ✭ 160 (-7.51%)
Mutual labels:  android-ui
Xrefreshview
一个万能的android下拉上拉刷新的框架,完美支持recyclerview
Stars: ✭ 1,685 (+873.99%)
Mutual labels:  android-ui
Android library
android_library
Stars: ✭ 170 (-1.73%)
Mutual labels:  android-ui
Swipelayout
A library what allows you to execute a swipe for the android platform
Stars: ✭ 150 (-13.29%)
Mutual labels:  android-ui
Awesomedialog
A Beautiful Dialog Library for Kotlin Android
Stars: ✭ 163 (-5.78%)
Mutual labels:  android-ui
Materialdrawer
The flexible, easy to use, all in one drawer library for your Android project. Now brand new with material 2 design.
Stars: ✭ 11,498 (+6546.24%)
Mutual labels:  android-ui
Balloon
🎈 Modernized and sophisticated tooltips, fully customizable with an arrow and animations on Android.
Stars: ✭ 2,242 (+1195.95%)
Mutual labels:  android-ui
Glidetoast
GlideToast is a android library to implement flying Toast Animation
Stars: ✭ 162 (-6.36%)
Mutual labels:  android-ui
Android Multi Theme Ui
Android multi theme UI implementation with day night mode. This repository cover theme changes at runtime, user can select theme from pre-defined multiple themes and changes reflect dynamically on the go.
Stars: ✭ 142 (-17.92%)
Mutual labels:  android-ui
Composecookbook
A Collection on all Jetpack compose UI elements, Layouts, Widgets and Demo screens to see it's potential
Stars: ✭ 3,516 (+1932.37%)
Mutual labels:  android-ui
Pincodeview
Pretty PinCode view
Stars: ✭ 138 (-20.23%)
Mutual labels:  android-ui
Notzz App
📝 A Simple Note-Taking App built to demonstrate the use of Modern Android development tools - (Kotlin, Coroutines, State Flow, Hilt-Dependency Injection, Jetpack DataStore, Architecture Components, MVVM, Room, Material Design Components).
Stars: ✭ 158 (-8.67%)
Mutual labels:  android-ui
Advancedrecycleview
♻ RecycleView with multiple view types, inner horizontal RecycleView and layout animation
Stars: ✭ 172 (-0.58%)
Mutual labels:  android-ui
Krumbsview
🍞 The ultimate breadcrumbs view for Android!
Stars: ✭ 170 (-1.73%)
Mutual labels:  android-ui
Android About Page
Create an awesome About Page for your Android App in 2 minutes
Stars: ✭ 1,980 (+1044.51%)
Mutual labels:  android-ui

HollowKit

自己常用的一些工具的合集

1、BehaviorScrollView 帮你解决各种嵌套滚动问题

BehaviorScrollView 是对嵌套滚动共性逻辑的封装,实现了对 touch 事件、嵌套滚动和 fling 的拦截和处理的通用逻辑,支持多级嵌套和水平垂直切换。方便复用和扩展,可以十分轻松地实现底部弹层、下拉刷新、下拉二楼、划动删除等嵌套滚动场景。

  • 底部弹层和联动:
    底部弹层和联动

  • 下拉二楼:
    下拉二楼

  • 滑动展开和删除:
    滑动展开和删除

2、仿写豆瓣详情页

记录了自己学习嵌套滚动造轮子的过程,总结产出了嵌套滚动的处理方式,并在此基础上产出了上面的 BehaviorScrollView

Dependency

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

dependencies {
    implementation 'com.github.funnywolfdadada:HollowKit:1.5'
}
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].