Stars
Multi-lingual large voice generation model, providing inference, training and deployment full-stack ability.
This project is deprecated and stale. The latest ExoPlayer code is available in https://github.com/androidx/media
Multiple samples showing the best practices in animation on Android.
京东首页 - 长列表内嵌ViewPager商品流(RecyclerView方案)
🔥 RecyclerView 下拉刷新、上拉松手/自动加载更多、item点击/长按、item局部刷新、头布局/尾布局/状态布局、万能分割线、Skeleton骨架图、极简adapter、嵌套滑动置顶
支持吸顶Sticky,滚动布局NestedScrollView嵌套RecyclerView,解决CoordinatorLayout、AppBarLayout快速滑动fling停住卡住回弹抖动等bug
A nested sliding ceiling effect Component.
嵌套滑动的RecyclerView, 来源 https://github.com/solartcc/NestedCeilingEffect
🔥Copied the homepage of taobao and jd.com, and realized the TAB ceiling effect through two-layer nesting RecyclerView .
RecyclerView 嵌套 多Tab 吸顶容器,类似 盒马、朴朴超市 首页。
computer vision projects | 计算机视觉相关好玩的AI项目(Python、C++、embedded system)
Lithosphere IoT Development Platform
Ready-to-use recipes for common build customizations that showcase the Android Gradle plugin's public APIs and DSL.
Script for building JavaScriptCore for Android (for React Native but not only)
🎮 Open-source, cross-platform 2D/3D/multiplayer game engine designed for everyone.
A collection of simple python mini projects to enhance your python skills
BRVAH:Powerful and flexible RecyclerAdapter
react native可视化bundle拆包,支持远程加载和debug,支持官方的0.57~0.63.2版本,使用官方的metro拆包,适用于Android、iOS
See what packages are increasing your react-native bundle size 📦
基于RN0.5的bundle拆分包机制,将bundle拆分成base和多个business的模块bundle,可以支持拆分的bundle以字符串索引的形式替换掉rn默认的int值机型,使拆分后的bundle不存在值依赖,避免选成升级困扰~