[Github Ranking](../README.md) ========== ## Top 100 Stars in Java | Ranking | Project Name | Stars | Forks | Language | Open Issues | Description | Last Commit | | ------- | ------------ | ----- | ----- | -------- | ----------- | ----------- | ----------- | | 1 | [CS-Notes](https://github.com/CyC2018/CS-Notes) | 86613 | 27876 | Java | 9 | :books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计、Java、Python、C++ | 2019-12-24T12:46:06Z | | 2 | [JavaGuide](https://github.com/Snailclimb/JavaGuide) | 65927 | 22399 | Java | 22 | 【Java学习+面试指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。 | 2019-12-25T02:55:07Z | | 3 | [java-design-patterns](https://github.com/iluwatar/java-design-patterns) | 53748 | 17437 | Java | 154 | Design patterns implemented in Java | 2019-12-22T12:41:20Z | | 4 | [LeetCodeAnimation](https://github.com/MisterBooo/LeetCodeAnimation) | 46860 | 8307 | Java | 1 | Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路) | 2019-12-16T12:12:26Z | | 5 | [elasticsearch](https://github.com/elastic/elasticsearch) | 46178 | 15617 | Java | 2356 | Open Source, Distributed, RESTful Search Engine | 2019-12-25T05:00:23Z | | 6 | [spring-boot](https://github.com/spring-projects/spring-boot) | 44390 | 28156 | Java | 418 | Spring Boot | 2019-12-25T07:32:57Z | | 7 | [interviews](https://github.com/kdn251/interviews) | 41156 | 8616 | Java | 65 | Everything you need to know to get the job. | 2019-12-10T17:15:20Z | | 8 | [retrofit](https://github.com/square/retrofit) | 34546 | 6371 | Java | 96 | Type-safe HTTP client for Android and Java by Square, Inc. | 2019-12-17T02:15:01Z | | 9 | [spring-framework](https://github.com/spring-projects/spring-framework) | 34385 | 22729 | Java | 1069 | Spring Framework | 2019-12-24T12:42:34Z | | 10 | [dubbo](https://github.com/apache/dubbo) | 30588 | 20082 | Java | 551 | Apache Dubbo is a high-performance, java based, open source RPC framework. | 2019-12-25T09:19:28Z | | 11 | [MPAndroidChart](https://github.com/PhilJay/MPAndroidChart) | 29491 | 7620 | Java | 1662 | A powerful 🚀 Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, dragging and animations. | 2019-11-26T15:58:28Z | | 12 | [glide](https://github.com/bumptech/glide) | 27974 | 5117 | Java | 142 | An image loading and caching library for Android focused on smooth scrolling | 2019-12-18T11:56:38Z | | 13 | [lottie-android](https://github.com/airbnb/lottie-android) | 27752 | 4430 | Java | 34 | Render After Effects animations natively on Android and iOS, Web, and React Native | 2019-12-23T19:06:52Z | | 14 | [butterknife](https://github.com/JakeWharton/butterknife) | 24940 | 4699 | Java | 110 | Bind Android views and callbacks to fields and methods. | 2019-12-19T16:24:53Z | | 15 | [zxing](https://github.com/zxing/zxing) | 24399 | 8509 | Java | 8 | ZXing ("Zebra Crossing") barcode scanning library for Java, Android | 2019-12-11T21:29:54Z | | 16 | [JCSprout](https://github.com/crossoverJie/JCSprout) | 23305 | 6483 | Java | 30 | 👨‍🎓 Java Core Sprout : basic, concurrent, algorithm | 2019-10-25T03:14:15Z | | 17 | [netty](https://github.com/netty/netty) | 22107 | 10369 | Java | 391 | Netty project - an event-driven asynchronous network application framework | 2019-12-23T20:17:03Z | | 18 | [EventBus](https://github.com/greenrobot/EventBus) | 22012 | 4428 | Java | 133 | Event bus for Android and Java that simplifies communication between Activities, Fragments, Threads, Services, etc. Less code, better quality. | 2019-12-10T08:08:07Z | | 19 | [jadx](https://github.com/skylot/jadx) | 20806 | 2388 | Java | 116 | Dex to Java decompiler | 2019-12-23T23:46:19Z | | 20 | [Java](https://github.com/TheAlgorithms/Java) | 20657 | 7616 | Java | 353 | All Algorithms implemented in Java | 2019-12-23T01:06:32Z | | 21 | [fastjson](https://github.com/alibaba/fastjson) | 20316 | 5496 | Java | 1230 | A fast JSON parser/generator for Java. 2019最受欢迎中国开源软件评选投票,请参与投票 https://www.oschina.net/project/top_cn_2019 | 2019-12-25T10:41:33Z | | 22 | [spring-boot-examples](https://github.com/ityouknow/spring-boot-examples) | 20089 | 9121 | Java | 20 | about learning Spring Boot via examples. Spring Boot 教程、技术栈示例代码,快速简单上手教程。 | 2019-12-20T06:59:31Z | | 23 | [druid](https://github.com/alibaba/druid) | 19827 | 6744 | Java | 1645 | 阿里巴巴数据库事业部出品,为监控而生的数据库连接池 | 2019-12-25T06:35:17Z | | 24 | [SmartRefreshLayout](https://github.com/scwang90/SmartRefreshLayout) | 19656 | 4093 | Java | 74 | 🔥下拉刷新、上拉加载、二级刷新、淘宝二楼、RefreshLayout、OverScroll,Android智能下拉刷新框架,支持越界回弹、越界拖动,具有极强的扩展性,集成了几十种炫酷的Header和 Footer。 | 2019-12-25T01:58:34Z | | 25 | [BaseRecyclerViewAdapterHelper](https://github.com/CymChad/BaseRecyclerViewAdapterHelper) | 19052 | 3999 | Java | 61 | BRVAH:Powerful and flexible RecyclerAdapter | 2019-12-24T16:59:26Z | | 26 | [arthas](https://github.com/alibaba/arthas) | 18770 | 3985 | Java | 92 | Alibaba Java Diagnostic Tool Arthas/Alibaba Java诊断利器Arthas | 2019-12-23T08:36:20Z | | 27 | [tutorials](https://github.com/eugenp/tutorials) | 18733 | 28725 | Java | 64 | Just Announced - "Learn Spring Security OAuth": | 2019-12-25T08:34:48Z | | 28 | [RxAndroid](https://github.com/ReactiveX/RxAndroid) | 18693 | 2885 | Java | 1 | RxJava bindings for Android | 2019-11-25T15:55:17Z | | 29 | [ghidra](https://github.com/NationalSecurityAgency/ghidra) | 18673 | 2407 | Java | 489 | Ghidra is a software reverse engineering (SRE) framework | 2019-12-25T01:14:53Z | | 30 | [HanLP](https://github.com/hankcs/HanLP) | 17333 | 4811 | Java | 560 | 自然语言处理 中文分词 词性标注 命名实体识别 依存句法分析 新词发现 关键词短语提取 自动摘要 文本分类聚类 拼音简繁 | 2019-12-24T17:21:39Z | | 31 | [picasso](https://github.com/square/picasso) | 17225 | 3972 | Java | 194 | A powerful image downloading and caching library for Android | 2019-12-24T04:06:35Z | | 32 | [gson](https://github.com/google/gson) | 17063 | 3368 | Java | 486 | A Java serialization/deserialization library to convert Java Objects into JSON and back | 2019-11-26T21:09:15Z | | 33 | [Android-Universal-Image-Loader](https://github.com/nostra13/Android-Universal-Image-Loader) | 16656 | 6324 | Java | 450 | Powerful and flexible library for loading, caching and displaying images on Android. | 2019-10-31T23:13:41Z | | 34 | [libgdx](https://github.com/libgdx/libgdx) | 16287 | 5943 | Java | 359 | Desktop/Android/HTML5/iOS Java game development framework | 2019-12-22T16:03:37Z | | 35 | [PhotoView](https://github.com/chrisbanes/PhotoView) | 16258 | 3634 | Java | 139 | Implementation of ImageView for Android that supports zooming, by various touch gestures. | 2019-03-15T04:22:26Z | | 36 | [zheng](https://github.com/shuzheng/zheng) | 14783 | 7107 | Java | 32 | 基于Spring+SpringMVC+Mybatis分布式敏捷开发系统架构,提供整套公共微服务服务模块:集中权限管理(单点登录)、内容管理、支付中心、用户管理(支持第三方登录)、微信平台、存储系统、配置中心、日志分析、任务和通知等,支持服务治理、监控和追踪,努力为中小型企业打造全方位J2EE企业级开发解决方案。 | 2019-11-13T04:58:43Z | | 37 | [ExoPlayer](https://github.com/google/ExoPlayer) | 14621 | 4402 | Java | 355 | An extensible media player for Android | 2019-12-23T02:53:00Z | | 38 | [jenkins](https://github.com/jenkinsci/jenkins) | 14619 | 5956 | Java | 59 | Jenkins automation server | 2019-12-24T21:04:08Z | | 39 | [tinker](https://github.com/Tencent/tinker) | 14584 | 2949 | Java | 239 | Tinker is a hot-fix solution library for Android, it supports dex, library and resources update without reinstall apk. | 2019-12-19T08:24:16Z | | 40 | [kafka](https://github.com/apache/kafka) | 14540 | 7690 | Java | 712 | Mirror of Apache Kafka | 2019-12-25T08:39:13Z | | 41 | [Android-CleanArchitecture](https://github.com/android10/Android-CleanArchitecture) | 14010 | 3202 | Java | 140 | This is a sample app that is part of a series of blog posts I have written about how to architect an android application using Uncle Bob's clean architecture approach. | 2019-07-18T20:34:04Z | | 42 | [bazel](https://github.com/bazelbuild/bazel) | 13894 | 2325 | Java | 2072 | a fast, scalable, multi-language and extensible build system | 2019-12-25T07:08:22Z | | 43 | [seata](https://github.com/seata/seata) | 13425 | 3423 | Java | 247 | :fire: Seata is an easy-to-use, high-performance, open source distributed transaction solution. | 2019-12-25T04:49:13Z | | 44 | [Material-Animations](https://github.com/lgvalle/Material-Animations) | 13148 | 2551 | Java | 19 | Android Transition animations explanation with examples. | 2019-04-02T15:42:38Z | | 45 | [GSYVideoPlayer](https://github.com/CarGuo/GSYVideoPlayer) | 12667 | 2863 | Java | 15 | 视频播放器(IJKplayer、ExoPlayer、MediaPlayer),HTTPS,支持弹幕,支持滤镜、水印、gif截图,片头广告、中间广告,多个同时播放,支持基本的拖动,声音、亮度调节,支持边播边缓存,支持视频自带rotation的旋转(90,270之类),重力旋转与手动旋转的同步支持,支持列表播放 ,列表全屏动画,视频加载速度,列表小窗口支持拖动,动画效果,调整比例,多分辨率切换,支持切换播放器,进度条小窗口预览,列表切换详情页面无缝播放,rtsp、concat、mpeg。 | 2019-12-23T02:19:35Z | | 46 | [CircleImageView](https://github.com/hdodenhof/CircleImageView) | 12632 | 2854 | Java | 12 | A circular ImageView for Android | 2019-11-22T14:06:54Z | | 47 | [miaosha](https://github.com/qiurunze123/miaosha) | 12566 | 2861 | Java | 15 | ⭐⭐⭐⭐秒杀系统设计与实现.互联网工程师进阶与分析🙋🐓 | 2019-12-19T08:53:31Z | | 48 | [DoraemonKit](https://github.com/didi/DoraemonKit) | 12559 | 1615 | Java | 35 | 简称 "DoKit" 。一款功能齐全的客户端( iOS 、Android、微信小程序 )研发助手,你值得拥有。 | 2019-12-25T09:15:53Z | | 49 | [java8-tutorial](https://github.com/winterbe/java8-tutorial) | 12524 | 3004 | Java | 15 | Modern Java - A Guide to Java 8 | 2019-11-17T19:31:15Z | | 50 | [mybatis-3](https://github.com/mybatis/mybatis-3) | 12512 | 8140 | Java | 153 | MyBatis SQL mapper framework for Java | 2019-12-24T19:08:00Z | | 51 | [lottie-react-native](https://github.com/react-native-community/lottie-react-native) | 12405 | 1298 | Java | 93 | Lottie wrapper for React Native. | 2019-11-25T08:31:12Z | | 52 | [cat](https://github.com/dianping/cat) | 12393 | 4102 | Java | 39 | CAT 作为服务端项目基础组件,提供了 Java, C/C++, Node.js, Python, Go 等多语言客户端,已经在美团点评的基础架构中间件框架(MVC框架,RPC框架,数据库框架,缓存框架等,消息队列,配置系统等)深度集成,为美团点评各业务线提供系统丰富的性能指标、健康状况、实时告警等。 | 2019-12-25T08:51:07Z | | 53 | [Signal-Android](https://github.com/signalapp/Signal-Android) | 12294 | 3149 | Java | 527 | A private messenger for Android. | 2019-12-25T10:19:50Z | | 54 | [easyexcel](https://github.com/alibaba/easyexcel) | 12060 | 3124 | Java | 61 | 快速、简单避免OOM的java处理Excel工具 | 2019-12-25T10:34:03Z | | 55 | [SpringAll](https://github.com/wuyouzhuguli/SpringAll) | 12036 | 3357 | Java | 4 | 循序渐进,学习Spring Boot、Spring Boot & Shiro、Spring Cloud、Spring Security & Spring Security OAuth2,博客Spring系列源码 | 2019-11-19T10:20:43Z | | 56 | [springboot-learning-example](https://github.com/JeffLi1993/springboot-learning-example) | 11955 | 5992 | Java | 10 | spring boot 实践学习案例,是 spring boot 初学者及核心技术巩固的最佳实践。另外写博客,用 OpenWrite。 | 2019-10-14T16:57:07Z | | 57 | [greenDAO](https://github.com/greenrobot/greenDAO) | 11864 | 2800 | Java | 190 | greenDAO is a light & fast ORM solution for Android that maps objects to SQLite databases. | 2019-10-02T09:03:11Z | | 58 | [skywalking](https://github.com/apache/skywalking) | 11826 | 3435 | Java | 85 | APM, Application Performance Monitoring System | 2019-12-25T10:55:31Z | | 59 | [HikariCP](https://github.com/brettwooldridge/HikariCP) | 11803 | 1819 | Java | 224 | 光 HikariCP・A solid, high-performance, JDBC connection pool at last. | 2019-12-22T01:26:42Z | | 60 | [disruptor](https://github.com/LMAX-Exchange/disruptor) | 11660 | 2948 | Java | 12 | High Performance Inter-Thread Messaging Library | 2019-11-19T02:34:59Z | | 61 | [flink](https://github.com/apache/flink) | 11650 | 6193 | Java | 465 | Apache Flink | 2019-12-25T10:22:55Z | | 62 | [redisson](https://github.com/redisson/redisson) | 11644 | 2881 | Java | 177 | Redisson - Redis Java client with features of In-Memory Data Grid. Over 50 Redis based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Publish / Subscribe, Bloom filter, Spring Cache, Tomcat, Scheduler, JCache API, Hibernate, MyBatis, RPC. | 2019-12-24T16:29:25Z | | 63 | [stetho](https://github.com/facebook/stetho) | 11637 | 1069 | Java | 55 | Stetho is a debug bridge for Android applications, enabling the powerful Chrome Developer Tools and much more. | 2019-10-23T00:24:26Z | | 64 | [AndroidSwipeLayout](https://github.com/daimajia/AndroidSwipeLayout) | 11610 | 2675 | Java | 362 | The Most Powerful Swipe Layout! | 2019-07-22T12:18:10Z | | 65 | [dbeaver](https://github.com/dbeaver/dbeaver) | 11495 | 1017 | Java | 1376 | Free universal database tool and SQL client | 2019-12-24T15:08:18Z | | 66 | [graal](https://github.com/oracle/graal) | 11421 | 752 | Java | 598 | GraalVM: Run Programs Faster Anywhere :rocket: | 2019-12-25T09:03:18Z | | 67 | [halo](https://github.com/halo-dev/halo) | 11405 | 3467 | Java | 28 | ✍ Halo 一款现代化的个人独立博客系统 | 2019-12-25T05:42:00Z | | 68 | [deeplearning4j](https://github.com/eclipse/deeplearning4j) | 11380 | 4796 | Java | 930 | Eclipse Deeplearning4j, ND4J, DataVec and more - deep learning & linear algebra for Java/Scala with GPUs + Spark | 2019-12-20T13:25:39Z | | 69 | [ARouter](https://github.com/alibaba/ARouter) | 11262 | 1923 | Java | 41 | 💪 A framework for assisting in the renovation of Android componentization (帮助 Android App 进行组件化改造的路由框架) | 2019-12-24T04:16:55Z | | 70 | [SlidingMenu](https://github.com/jfeinstein10/SlidingMenu) | 11206 | 5296 | Java | 307 | An Android library that allows you to easily create applications with slide-in menus. You may use it in your Android apps provided that you cite this project and include the license in your app. Thanks! | 2017-03-31T02:15:51Z | | 71 | [Android-PickerView](https://github.com/Bigkoo/Android-PickerView) | 11183 | 2834 | Java | 288 | This is a picker view for android , support linkage effect, timepicker and optionspicker.(时间选择器、省市区三级联动) | 2019-12-09T09:53:36Z | | 72 | [Luban](https://github.com/Curzibn/Luban) | 11182 | 1912 | Java | 119 | Luban(鲁班)—Image compression with efficiency very close to WeChat Moments/可能是最接近微信朋友圈的图片压缩算法 | 2019-09-12T02:26:37Z | | 73 | [AndroidViewAnimations](https://github.com/daimajia/AndroidViewAnimations) | 11076 | 2304 | Java | 54 | Cute view animation collection. | 2019-05-31T18:15:45Z | | 74 | [react-native-navigation](https://github.com/wix/react-native-navigation) | 11074 | 2454 | Java | 153 | A complete native navigation solution for React Native | 2019-12-24T10:39:55Z | | 75 | [spring-cloud-alibaba](https://github.com/alibaba/spring-cloud-alibaba) | 10971 | 3135 | Java | 195 | Spring Cloud Alibaba provides a one-stop solution for application development for the distributed solutions of Alibaba middleware. | 2019-12-23T15:10:23Z | | 76 | [androidannotations](https://github.com/androidannotations/androidannotations) | 10961 | 2454 | Java | 53 | Fast Android Development. Easy maintainance. | 2019-09-02T08:24:45Z | | 77 | [bytecode-viewer](https://github.com/Konloch/bytecode-viewer) | 10799 | 723 | Java | 45 | A Java 8+ Jar & Android APK Reverse Engineering Suite (Decompiler, Editor, Debugger & More) | 2019-11-22T19:06:50Z | | 78 | [Matisse](https://github.com/zhihu/Matisse) | 10605 | 1641 | Java | 343 | :fireworks: A well-designed local image and video selector for Android | 2019-12-06T02:39:14Z | | 79 | [vert.x](https://github.com/eclipse-vertx/vert.x) | 10597 | 1632 | Java | 240 | Vert.x is a tool-kit for building reactive applications on the JVM | 2019-12-24T07:58:52Z | | 80 | [litemall](https://github.com/linlinjava/litemall) | 10579 | 4160 | Java | 27 | 又一个小商城。litemall = Spring Boot后端 + Vue管理员前端 + 微信小程序用户前端 + Vue用户移动端 | 2019-12-22T11:54:37Z | | 81 | [VasSonic](https://github.com/Tencent/VasSonic) | 10500 | 1432 | Java | 29 | VasSonic is a lightweight and high-performance Hybrid framework developed by tencent VAS team, which is intended to speed up the first screen of websites working on Android and iOS platform. | 2019-06-12T14:10:15Z | | 82 | [RxTool](https://github.com/Tamsiree/RxTool) | 10348 | 2550 | Java | 79 | Android开发人员不得不收集的工具类集合 \| 支付宝支付 \| 微信支付(统一下单) \| 微信分享 \| Zip4j压缩(支持分卷压缩与加密) \| 一键集成UCrop选择圆形头像 \| 一键集成二维码和条形码的扫描与生成 \| 常用Dialog \| WebView的封装可播放视频 \| 仿斗鱼滑动验证码 \| Toast封装 \| 震动 \| GPS \| Location定位 \| 图片缩放 \| Exif 图片添加地理位置信息(经纬度) \| 蛛网等级 \| 颜色选择器 \| ArcGis \| VTPK \| 编译运行一下说不定会找到惊喜 | 2019-12-23T06:29:45Z | | 83 | [Sentinel](https://github.com/alibaba/Sentinel) | 10304 | 3131 | Java | 175 | A lightweight powerful flow control component enabling reliability and monitoring for microservices. (轻量级的流量控制、熔断降级 Java 库) | 2019-12-25T03:54:41Z | | 84 | [ViewPagerIndicator](https://github.com/JakeWharton/ViewPagerIndicator) | 10194 | 4233 | Java | 215 | Paging indicator widgets compatible with the ViewPager from the Android Support Library and ActionBarSherlock. | 2017-11-26T17:13:46Z | | 85 | [toBeTopJavaer](https://github.com/hollischuang/toBeTopJavaer) | 10074 | 2357 | Java | 9 | To Be Top Javaer - Java工程师成神之路 | 2019-12-09T10:17:00Z | | 86 | [vlayout](https://github.com/alibaba/vlayout) | 10065 | 1729 | Java | 160 | Project vlayout is a powerfull LayoutManager extension for RecyclerView, it provides a group of layouts for RecyclerView. Make it able to handle a complicate situation when grid, list and other layouts in the same recyclerview. | 2019-12-16T08:30:31Z | | 87 | [presto](https://github.com/prestodb/presto) | 10009 | 3436 | Java | 974 | The official home of the Presto distributed SQL query engine for big data | 2019-12-25T00:19:01Z | | 88 | [JiaoZiVideoPlayer](https://github.com/lipangit/JiaoZiVideoPlayer) | 9997 | 2370 | Java | 281 | Deprecated | 2019-12-05T14:31:21Z | | 89 | [hadoop](https://github.com/apache/hadoop) | 9980 | 6184 | Java | 276 | Apache Hadoop | 2019-12-25T10:49:55Z | | 90 | [rocketmq](https://github.com/apache/rocketmq) | 9885 | 5276 | Java | 318 | Mirror of Apache RocketMQ | 2019-12-24T03:15:18Z | | 91 | [nacos](https://github.com/alibaba/nacos) | 9878 | 2732 | Java | 304 | an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications. | 2019-12-25T07:11:45Z | | 92 | [QMUI_Android](https://github.com/Tencent/QMUI_Android) | 9827 | 1853 | Java | 202 | 提高 Android UI 开发效率的 UI 库 | 2019-12-23T15:58:14Z | | 93 | [Arduino](https://github.com/arduino/Arduino) | 9771 | 6594 | Java | 857 | open-source electronics prototyping platform | 2019-12-23T18:59:40Z | | 94 | [okhttp-OkGo](https://github.com/jeasonlzy/okhttp-OkGo) | 9770 | 2411 | Java | 404 | OkGo - 3.0 震撼来袭,该库是基于 Http 协议,封装了 OkHttp 的网络请求框架,比 Retrofit 更简单易用,支持 RxJava,RxJava2,支持自定义缓存,支持批量断点下载管理和批量上传管理功能 | 2019-07-03T10:54:14Z | | 95 | [pinpoint](https://github.com/naver/pinpoint) | 9736 | 2980 | Java | 113 | APM, (Application Performance Management) tool for large-scale distributed systems written in Java. | 2019-12-24T05:50:50Z | | 96 | [recyclerview-animators](https://github.com/wasabeef/recyclerview-animators) | 9725 | 1851 | Java | 102 | An Android Animation library which easily add itemanimator to RecyclerView items. | 2019-08-22T05:29:31Z | | 97 | [PermissionsDispatcher](https://github.com/permissions-dispatcher/PermissionsDispatcher) | 9666 | 1294 | Java | 4 | Simple annotation-based API to handle runtime permissions. | 2019-12-21T00:59:44Z | | 98 | [incubator-shardingsphere](https://github.com/apache/incubator-shardingsphere) | 9561 | 3289 | Java | 89 | Distributed database middleware | 2019-12-25T10:47:14Z | | 99 | [FlycoTabLayout](https://github.com/H07000223/FlycoTabLayout) | 9449 | 2063 | Java | 308 | An Android TabLayout Lib | 2019-12-14T22:54:40Z | | 100 | [uCrop](https://github.com/Yalantis/uCrop) | 9441 | 1675 | Java | 123 | Image Cropping Library for Android | 2019-12-23T08:27:22Z |