对Android通用展示的封装,解决Loading、Exception及常用业务的复用问题
☆168Jul 16, 2021Updated 4 years ago
Alternatives and similar repositories for StateManager
Users that are interested in StateManager are comparing it to the libraries listed below
Sorting:
- ListItem可以让你更方便的开发列表页面,自动处理原adapter需要处理的一切事物。使开发人员专注于业务逻辑的开发,提高列表页面模块化和复用度。☆74Jun 4, 2018Updated 7 years ago
- 为了高效地将Json对象转化成Java bean对象,传统上我们是在运行是利用反射来实现。但是在移动平台上,面对复杂的Json,采用反射的方式往往性能比较差,为了追求极致的性能,我们可以采用Android原生的Json库进行解析。但是面对一个复杂的大Json,基于原生Jso…☆206Nov 7, 2019Updated 6 years ago
- A light way to build UI in custom XML.☆1,454Jul 14, 2021Updated 4 years ago
- Alpha是一个基于PERT图构建的Android异步启动框架,它简单,高效,功能完善。 在应用启动的时候,我们通常会有很多工作需要做,为了提高启动速度,我们会尽可能让这些工作并发进行。但这些工作之间可能存在前后依赖的关系,所以我们又需要想办法保证他们执行顺序的正确性。Al…☆1,955Dec 14, 2018Updated 7 years ago
- Tangram is a modular UI solution for building native page dynamically including Tangram for Android, Tangram for iOS and even backend CMS…☆4,104Jul 14, 2021Updated 4 years ago
- Cover flow and Honeycomb-like 3D gallery for Android☆20Aug 1, 2011Updated 14 years ago
- Project vlayout is a powerfull LayoutManager extension for RecyclerView, it provides a group of layouts for RecyclerView. Make it able to…☆10,764Jul 14, 2021Updated 4 years ago
- 企业微信同事吧下拉刷新动画☆30Apr 6, 2017Updated 8 years ago
- UltraViewPager is an extension for ViewPager to provide multiple features in a single ViewPager.☆4,968Jul 14, 2021Updated 4 years ago
- 💪 A framework for assisting in the renovation of Android componentization (帮助 Android App 进行组件化改造的路由框架)☆14,503Sep 11, 2023Updated 2 years ago
- 零反射全动态Android插件框架☆7,735Updated this week
- 脱离Android模拟器,在Java程序中使用Android下的Canvas、Paint、Bitmap等Graphics类(提取自Android Studio)☆38Aug 31, 2020Updated 5 years ago
- 提高 Android UI 开发效率的 UI 库☆14,528Nov 5, 2024Updated last year
- A data collection library for click and exposure event with the UI.☆241Oct 26, 2017Updated 8 years ago
- 自动伸缩的chart☆44Feb 16, 2017Updated 9 years ago
- 自定义形状的imageView支持圆形和矩形,支持矩形有不同的圆角半径☆35Oct 8, 2016Updated 9 years ago
- 🚀Optimizer for mobile applications☆5,059Feb 4, 2026Updated last month
- Pre-load data for android Activity/Fragment/View (android页面启动速度优化利器:在页面打开之前就预加载数据)☆1,512Aug 22, 2018Updated 7 years ago
- Android-skin-support is an easy dynamic skin framework to use for Android, Only one line of code to integrate it. Android 换肤框架, 极低的学习成本,…☆6,519Sep 3, 2020Updated 5 years ago
- android 4.4以上沉浸式状态栏和沉浸式导航栏管理,适配横竖屏切换、刘海屏、软键盘弹出等问题,可以修改状态栏字体颜色和导航栏图标颜色,以及不可修改字体颜色手机的适配,适用于Activity、Fragment、DialogFragment、Dialog,PopupWin…☆11,470Mar 25, 2022Updated 3 years ago
- 分分钟带你掉入ReactNative这个比黑洞还深的坑。想出来?呵呵,晚了!!!☆12Mar 6, 2018Updated 8 years ago
- 🔥 A low-cost Android screen adaptation solution (今日头条屏幕适配方案终极版,一个极低成本的 Android 屏幕适配方案).☆13,747May 28, 2023Updated 2 years ago
- 一种支持依赖关系、任务兜底策略的任务调度管理工具。API灵活易用,稳定可靠。轻松提交主线程任务、异步任务。支持周期性任务,顺序执行任务,并行任务等。☆484Jul 31, 2020Updated 5 years ago
- 用Kotlin撸一个图片压缩插件,支持AndroidStudio,IDEA,WebStorm以及其他Jetbrains全家桶IDE☆45Aug 16, 2018Updated 7 years ago
- ☆86Mar 15, 2017Updated 9 years ago
- Android智能启动框架☆118Nov 12, 2018Updated 7 years ago
- Create something like Shadow-View animation when drag the view on screen☆24May 13, 2019Updated 6 years ago
- Android 快速实现新手引导层的库,通过简洁链式调用,一行代码实现引导层的显示☆3,643Feb 18, 2024Updated 2 years ago
- A lightweight, good expandability Android library used for displaying different pages like loading, error, empty, timeout or even your cu…☆3,485Dec 26, 2020Updated 5 years ago
- 一个轻量、高扩展性的Android日志上报框架。☆13Dec 15, 2023Updated 2 years ago
- Android JNI加密项目,目前集合DES,AES两种加密算法☆51Mar 19, 2020Updated 6 years ago
- Android Label 标签 适配androidx☆20May 29, 2020Updated 5 years ago
- 演示如何使用腾讯的热修复框架-Tinker☆22Dec 15, 2023Updated 2 years ago
- 🔥🔥自定义组织机构图 & 层次图🔥🔥☆204Sep 12, 2020Updated 5 years ago
- Android启动任务调度框架,用于缩短app启动时间☆49Jan 15, 2018Updated 8 years ago
- Andromeda simplifies local/remote communication for Android modularization☆2,273Sep 16, 2019Updated 6 years ago
- EditText 多行记事本输入框☆10Apr 7, 2017Updated 8 years ago
- Android Aop 拦截,支持 androidx。你可以通过添加注解的方式实现以下功能: 1、点击事件防抖; 2、拦截;3、动态权限请求等☆10Jul 21, 2020Updated 5 years ago
- 🔥XPopup2.0版本重磅来袭,2倍以上性能提升,带来可观的动画性能优化和交互细节的提升!!!功能强大,交互优雅,动画丝滑的通用弹窗!可以替代Dialog,PopupWindow,PopupMenu,BottomSheet,DrawerLayout,Spinner等组件…☆8,019Feb 1, 2025Updated last year