Pinned Repositories
-
山西省预约挂号
ActionBarSherlock
[DEPRECATED] Action bar implementation which uses the native action bar on Android 4.0+ and a custom implementation on pre-4.0 through a single API and theme.
AdvancedPagerSlidingTabStrip
Android AdvancedPagerSlidingTabStrip是一种Android平台的导航控件,完美兼容Android自带库和兼容库的ViewPager组件。
Android-Animation-Set
:unicorn: Android 所有动画系列详尽教程。 Explain all animations in Android.
DragRecyclerView
Drag and Drop with RecyclerView
HeaderAndFooterRecyclerView
支持addHeaderView、 addFooterView、分页加载的RecyclerView解决方案
PrimWeb
PrimWeb 是webview的一个代理库,比webview更方便灵活,同时支持切换腾讯 x5 webview
SearchPictureTool
图片搜索APP源码,Material Design,Rxjava
SwipeCardView
一个带渐变层叠动画的左右滑动效果(类似于探探左右刷脸)
VerticalBannerView
a vertical banner view in android.you can find it in 淘宝app、京东app...
fsh596847's Repositories
fsh596847/PrimWeb
PrimWeb 是webview的一个代理库,比webview更方便灵活,同时支持切换腾讯 x5 webview
fsh596847/Android-Animation-Set
:unicorn: Android 所有动画系列详尽教程。 Explain all animations in Android.
fsh596847/android-chat
全开源即时通讯(IM)系统 高仿微信
fsh596847/AndroidAutoLayout
[停止维护]Android屏幕适配方案,直接填写设计图上的像素尺寸即可完成适配,最大限度解决适配问题。
fsh596847/AndroidUtilCode
:fire: Android developers should collect the following utils(updating).
fsh596847/AnyLayer
用于替代Android自带Dialog和PopupWindow
fsh596847/AvoidOnResult
Avoid using onActivityResult () to improve code readability
fsh596847/BeautifulApp
仿最美应用
fsh596847/BottomSheet
One way to present a set of actions to a user is with bottom sheets, a sheet of paper that slides up from the bottom edge of the screen. Bottom sheets offer flexibility in the display of clear and simple actions that do not need explanation.
fsh596847/BottomSheet-1
BottomSheet dialog library for Android
fsh596847/bottomsheet-2
Android component which presents a dismissible view from the bottom of the screen
fsh596847/Coder
Android Material Design 风格控件的学习及遇到的问题;Tablayout | 横向布局标签,TextInputLayout | 文字输入布局 ,FloatingActionButton | 悬浮按钮, CoordinatorLayout APPBarLayout CollapsingTabLayout实现折叠头布局,BottomSheetDialog | 底部对话框,Touch Feedback| 触摸反馈,Reveal Effect| 揭示效果,Curved motion | 曲线运动,Animated Vector Drawables | 矢量图片动画
fsh596847/Demos
Demo合集
fsh596847/EasyNavigation
Android底部导航栏████几行代码实现Tab导航(随意定制加号,带红点消息提示)
fsh596847/EasyScollImage
仿小红书登录页 长图片背景自动滚动效果
fsh596847/FloatMenu
A menu style pop-up window that mimics WeChat。仿微信的长按菜单。
fsh596847/hodgepodge
mvvm模式+rxjava2+retrofit2+constraintlayout布局高仿腾讯新闻客户端,#视频列表滑动自动播放+recycleview复杂混合布局实现+优雅的上拉加载下拉刷新#fragment懒加载完美实现及封装
fsh596847/Java
27天成为Java大神
fsh596847/Linkage-RecyclerView
即使不用饿了么订餐,也请务必收藏好该库!🔥 一行代码即可接入,二级联动订餐列表 - Even if you don't order by Eleme, please be sure to collect the library! 🔥 This secondary linkage list widget can be accessed by only one line of code. Supporting by RecyclerView & AndroidX.
fsh596847/MVVMHabit
基于DataBinding框架,MVVM设计模式的一套快速开发库,整合Okhttp+RxJava+Retrofit+Glide等主流模块,满足日常开发需求。使用该框架可以快速开发一个Android应用。
fsh596847/SmartRefreshLayout
🔥下拉刷新、上拉加载、二级刷新、淘宝二楼、RefreshLayout、OverScroll,Android智能下拉刷新框架,支持越界回弹、越界拖动,具有极强的扩展性,集成了几十种炫酷的Header和 Footer。
fsh596847/SoulPermission
a permission check or request for android
fsh596847/StatusBarUtil
Android沉浸式状态栏,支持状态栏渐变色,纯色, 全屏,亮光、暗色模式,适配android 4.4 -10.0机型,支持刘海屏,滴水屏
fsh596847/StickScrollView
fsh596847/SuperWeb
Android基于腾讯X5内核的WebView(超级浏览器),拥有文件上传、下载、浏览(支持PDF/PPT/DOC/EXCEL/TXT格式)、Android与JS的交互、视频播放、自定义进度条、下拉回弹等功能
fsh596847/TestForFloatingWindow
相关博客《Android悬浮窗的实现》
fsh596847/WPopup
一个简单使用并且高度定制的Popupwindow。超简单实现朋友圈点赞效果,并且只用一个WPopup!
fsh596847/XPopup
🔥功能强大,UI简洁,交互优雅的通用弹窗!可以替代Dialog,PopupWindow,PopupMenu,BottomSheet,DrawerLayout,Spinner等组件,自带十几种效果良好的动画, 支持完全的UI和动画自定义!(Powerful and Beautiful Popup,can absolutely replace Dialog,PopupWindow,PopupMenu,BottomSheet,DrawerLayout,Spinner. With built-in animators , very easy to custom popup view.)
fsh596847/YCDialog
自定义弹窗,其中包括:自定义Toast,采用builder模式,支持设置吐司多个属性;自定义dialog控件,仿IOS底部弹窗;自定义DialogFragment弹窗,支持自定义布局,也支持填充recyclerView布局;自定义PopupWindow弹窗,轻量级,还有自定义Snackbar等等;还有自定义loading加载窗,简单便用。目前已经用于多个正式项目中。同时还有附加7篇关于弹窗的源码分析博客
fsh596847/YCStatusBar
关于状态栏方案总结案例,适合于绝大多数的使用场景……同时,兼容了小米,魅族等手机状态栏字体颜色设置失效问题。已经用于实际项目投资界,新芽,沙丘大学等APP,一键集成并使用!支持单Activity多Fragment动态修改状态栏颜色,入侵性低,一行代码即可实现你需要的需求