截止目前github最受欢迎的项目
项目名称 | 仓库 | 地址 | star | 描述 |
---|---|---|---|---|
java-design-patterns | iluwatar/java-design-patterns | git://github.com/iluwatar/java-design-patterns.git | 43459 | Design patterns implemented in Java |
elasticsearch | elastic/elasticsearch | git://github.com/elastic/elasticsearch.git | 37560 | Open Source, Distributed, RESTful Search Engine |
RxJava | ReactiveX/RxJava | git://github.com/ReactiveX/RxJava.git | 37177 | RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM. |
spring-boot | spring-projects/spring-boot | git://github.com/spring-projects/spring-boot.git | 33054 | Spring Boot |
interviews | kdn251/interviews | git://github.com/kdn251/interviews.git | 31643 | Everything you need to know to get the job. |
retrofit | square/retrofit | git://github.com/square/retrofit.git | 30956 | Type-safe HTTP client for Android and Java by Square, Inc. |
okhttp | square/okhttp | git://github.com/square/okhttp.git | 30496 | An HTTP+HTTP/2 client for Android and Java applications. |
guava | google/guava | git://github.com/google/guava.git | 29290 | Google core libraries for Java |
spring-framework | spring-projects/spring-framework | git://github.com/spring-projects/spring-framework.git | 25916 | Spring Framework |
MPAndroidChart | PhilJay/MPAndroidChart | git://github.com/PhilJay/MPAndroidChart.git | 25604 | A powerful ? Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, dragging and animations. |
glide | bumptech/glide | git://github.com/bumptech/glide.git | 24583 | An image loading and caching library for Android focused on smooth scrolling |
incubator-dubbo | apache/incubator-dubbo | git://github.com/apache/incubator-dubbo.git | 23897 | Apache Dubbo (incubating) is a high-performance, java based, open source RPC framework. |
lottie-android | airbnb/lottie-android | git://github.com/airbnb/lottie-android.git | 23873 | Render After Effects animations natively on Android and iOS, Web, and React Native |
butterknife | JakeWharton/butterknife | git://github.com/JakeWharton/butterknife.git | 22929 | Bind Android views and callbacks to fields and methods. |
AndroidUtilCode | Blankj/AndroidUtilCode | git://github.com/Blankj/AndroidUtilCode.git | 21811 | :fire: Android developers should collect the following utils(updating). |
leakcanary | square/leakcanary | git://github.com/square/leakcanary.git | 21571 | A memory leak detection library for Android and Java. |
zxing | zxing/zxing | git://github.com/zxing/zxing.git | 21223 | ZXing ("Zebra Crossing") barcode scanning library for Java, Android |
proxyee-down | proxyee-down-org/proxyee-down | git://github.com/proxyee-down-org/proxyee-down.git | 20516 | http下载工具,基于http代理,支持多连接分块下载 |
JavaGuide | Snailclimb/JavaGuide | git://github.com/Snailclimb/JavaGuide.git | 20268 | 【Java学习+面试指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。 |
EventBus | greenrobot/EventBus | git://github.com/greenrobot/EventBus.git | 20112 | Event bus for Android and Java that simplifies communication between Activities, Fragments, Threads, Services, etc. Less code, better quality. |
JCSprout | crossoverJie/JCSprout | git://github.com/crossoverJie/JCSprout.git | 18141 | ?? Java Core Sprout : basic, concurrent, algorithm |
netty | netty/netty | git://github.com/netty/netty.git | 17457 | Netty project - an event-driven asynchronous network application framework |
RxAndroid | ReactiveX/RxAndroid | git://github.com/ReactiveX/RxAndroid.git | 17420 | RxJava bindings for Android |
jadx | skylot/jadx | git://github.com/skylot/jadx.git | 17072 | Dex to Java decompiler |
Android-Universal-Image-Loader | nostra13/Android-Universal-Image-Loader | git://github.com/nostra13/Android-Universal-Image-Loader.git | 16387 | Powerful and flexible library for loading, caching and displaying images on Android. |
picasso | square/picasso | git://github.com/square/picasso.git | 16353 | A powerful image downloading and caching library for Android |
fastjson | alibaba/fastjson | git://github.com/alibaba/fastjson.git | 16199 | :bullettrain_side: A fast JSON parser/generator for Java. (Aliyun Data Lake Analytics https://www.aliyun.com/product/datalakeanalytics powered by fastjson ) |
Hystrix | Netflix/Hystrix | git://github.com/Netflix/Hystrix.git | 16183 | Hystrix is a latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex distributed systems where failure is inevitable. |
BaseRecyclerViewAdapterHelper | CymChad/BaseRecyclerViewAdapterHelper | git://github.com/CymChad/BaseRecyclerViewAdapterHelper.git | 16063 | BRVAH:Powerful and flexible RecyclerAdapter |
SmartRefreshLayout | scwang90/SmartRefreshLayout | git://github.com/scwang90/SmartRefreshLayout.git | 15935 | ?下拉刷新、上拉加载、二级刷新、淘宝二楼、RefreshLayout、OverScroll,Android智能下拉刷新框架,支持越界回弹、越界拖动,具有极强的扩展性,集成了几十种炫酷的Header和 Footer。 |
fresco | facebook/fresco | git://github.com/facebook/fresco.git | 15277 | An Android library for managing images and the memory they use. |
libgdx | libgdx/libgdx | git://github.com/libgdx/libgdx.git | 14871 | Desktop/Android/HTML5/iOS Java game development framework |
druid | alibaba/druid | git://github.com/alibaba/druid.git | 14757 | 阿里巴巴数据库事业部出品,为监控而生的数据库连接池。阿里云Data Lake Analytics(https://www.aliyun.com/product/datalakeanalytics )、DRDS、TDDL 连接池powered by Druid |
PhotoView | chrisbanes/PhotoView | git://github.com/chrisbanes/PhotoView.git | 14640 | Implementation of ImageView for Android that supports zooming, by various touch gestures. |
gson | google/gson | git://github.com/google/gson.git | 14540 | A Java serialization/deserialization library to convert Java Objects into JSON and back |
selenium | SeleniumHQ/selenium | git://github.com/SeleniumHQ/selenium.git | 13115 | A browser automation framework and ecosystem. |
tinker | Tencent/tinker | git://github.com/Tencent/tinker.git | 13061 | Tinker is a hot-fix solution library for Android, it supports dex, library and resources update without reinstall apk. |
Android-CleanArchitecture | android10/Android-CleanArchitecture | git://github.com/android10/Android-CleanArchitecture.git | 12925 | 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. |
zheng | shuzheng/zheng | git://github.com/shuzheng/zheng.git | 12382 | 基于Spring+SpringMVC+Mybatis分布式敏捷开发系统架构,提供整套公共微服务服务模块:集中权限管理(单点登录)、内容管理、支付中心、用户管理(支持第三方登录)、微信平台、存储系统、配置中心、日志分析、任务和通知等,支持服务治理、监控和追踪,努力为中小型企业打造全方位J2EE企业级开发解决方案。 |
Material-Animations | lgvalle/Material-Animations | git://github.com/lgvalle/Material-Animations.git | 12366 | Android Transition animations explanation with examples. |
ExoPlayer | google/ExoPlayer | git://github.com/google/ExoPlayer.git | 12090 | An extensible media player for Android |
jenkins | jenkinsci/jenkins | git://github.com/jenkinsci/jenkins.git | 11942 | Jenkins automation server |
CircleImageView | hdodenhof/CircleImageView | git://github.com/hdodenhof/CircleImageView.git | 11170 | A circular ImageView for Android |
SlidingMenu | jfeinstein10/SlidingMenu | git://github.com/jfeinstein10/SlidingMenu.git | 11116 | 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! |
Telegram | DrKLO/Telegram | git://github.com/DrKLO/Telegram.git | 11051 | Telegram for Android source |
greenDAO | greenrobot/greenDAO | git://github.com/greenrobot/greenDAO.git | 10911 | greenDAO is a light & fast ORM solution for Android that maps objects to SQLite databases. |
Signal-Android | signalapp/Signal-Android | git://github.com/signalapp/Signal-Android.git | 10877 | A private messenger for Android. |
AndroidSwipeLayout | daimajia/AndroidSwipeLayout | git://github.com/daimajia/AndroidSwipeLayout.git | 10871 | The Most Powerful Swipe Layout! |
bazel | bazelbuild/bazel | git://github.com/bazelbuild/bazel.git | 10855 | a fast, scalable, multi-language and extensible build system |
java8-tutorial | winterbe/java8-tutorial | git://github.com/winterbe/java8-tutorial.git | 10831 | Modern Java - A Guide to Java 8 |
tutorials | eugenp/tutorials | git://github.com/eugenp/tutorials.git | 10810 | The "REST With Spring" Course: |
apollo | ctripcorp/apollo | git://github.com/ctripcorp/apollo.git | 10795 | Apollo(阿波罗)是携程框架部门研发的分布式配置中心,能够集中化管理应用不同环境、不同集群的配置,配置修改后能够实时推送到应用端,并且具备规范的权限、流程治理等特性,适用于微服务配置管理场景。 |
kafka | apache/kafka | git://github.com/apache/kafka.git | 10771 | Mirror of Apache Kafka |
stetho | facebook/stetho | git://github.com/facebook/stetho.git | 10649 | Stetho is a debug bridge for Android applications, enabling the powerful Chrome Developer Tools and much more. |
androidannotations | androidannotations/androidannotations | git://github.com/androidannotations/androidannotations.git | 10629 | Fast Android Development. Easy maintainance. |
lottie-react-native | react-native-community/lottie-react-native | git://github.com/react-native-community/lottie-react-native.git | 10533 | Lottie wrapper for React Native. |
logger | orhanobut/logger | git://github.com/orhanobut/logger.git | 10533 | ✔️ Simple, pretty and powerful logger for android |
HanLP | hankcs/HanLP | git://github.com/hankcs/HanLP.git | 10514 | 自然语言处理 中文分词 词性标注 命名实体识别 依存句法分析 新词发现 关键词短语提取 自动摘要 文本分类聚类 拼音简繁 |
android-async-http | loopj/android-async-http | git://github.com/loopj/android-async-http.git | 10380 | An Asynchronous HTTP Library for Android |
FizzBuzzEnterpriseEdition | EnterpriseQualityCoding/FizzBuzzEnterpriseEdition | git://github.com/EnterpriseQualityCoding/FizzBuzzEnterpriseEdition.git | 10277 | FizzBuzz Enterprise Edition is a no-nonsense implementation of FizzBuzz made by serious businessmen for serious business purposes. |
AndroidViewAnimations | daimajia/AndroidViewAnimations | git://github.com/daimajia/AndroidViewAnimations.git | 10229 | Cute view animation collection. |
zipkin | openzipkin/zipkin | git://github.com/openzipkin/zipkin.git | 10227 | Zipkin is a distributed tracing system |
deeplearning4j | deeplearning4j/deeplearning4j | git://github.com/deeplearning4j/deeplearning4j.git | 10181 | Deeplearning4j, ND4J, DataVec and more - deep learning & linear algebra for Java/Scala with GPUs + Spark - From Skymind |
realm-java | realm/realm-java | git://github.com/realm/realm-java.git | 10174 | Realm is a mobile database: a replacement for SQLite & ORMs |
ViewPagerIndicator | JakeWharton/ViewPagerIndicator | git://github.com/JakeWharton/ViewPagerIndicator.git | 10008 | Paging indicator widgets compatible with the ViewPager from the Android Support Library and ActionBarSherlock. |
MaterialDrawer | mikepenz/MaterialDrawer | git://github.com/mikepenz/MaterialDrawer.git | 9969 | The flexible, easy to use, all in one drawer library for your Android project. Now brand new with material 2 design. |
bytecode-viewer | Konloch/bytecode-viewer | git://github.com/Konloch/bytecode-viewer.git | 9798 | A Java 8 Jar & Android APK Reverse Engineering Suite (Decompiler, Editor, Debugger & More) |
Java | TheAlgorithms/Java | git://github.com/TheAlgorithms/Java.git | 9789 | All Algorithms implemented in Java |
disruptor | LMAX-Exchange/disruptor | git://github.com/LMAX-Exchange/disruptor.git | 9548 | High Performance Inter-Thread Messaging Library |
android-Ultra-Pull-To-Refresh | liaohuqiu/android-Ultra-Pull-To-Refresh | git://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh.git | 9487 | Ultra Pull to Refresh for Android. Support all the views. |
react-native-navigation | wix/react-native-navigation | git://github.com/wix/react-native-navigation.git | 9452 | A complete native navigation solution for React Native |
mybatis-3 | mybatis/mybatis-3 | git://github.com/mybatis/mybatis-3.git | 9445 | MyBatis SQL mapper framework for Java |
PocketHub | pockethub/PocketHub | git://github.com/pockethub/PocketHub.git | 9350 | PocketHub Android App |
symphony | b3log/symphony | git://github.com/b3log/symphony.git | 9302 | ? 一款用 Java 实现的现代化社区(论坛/BBS/社交网络/博客)平台。https://hacpai.com |
Android-ObservableScrollView | ksoichiro/Android-ObservableScrollView | git://github.com/ksoichiro/Android-ObservableScrollView.git | 9204 | Android library to observe scroll events on scrollable views. |
Android-PickerView | Bigkoo/Android-PickerView | git://github.com/Bigkoo/Android-PickerView.git | 9097 | This is a picker view for android , support linkage effect, timepicker and optionspicker.(时间选择器、省市区三级联动) |
VasSonic | Tencent/VasSonic | git://github.com/Tencent/VasSonic.git | 9080 | 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. |
Luban | Curzibn/Luban | git://github.com/Curzibn/Luban.git | 9074 | Luban(鲁班)—Image compression with efficiency very close to WeChat Moments/可能是最接近微信朋友圈的图片压缩算法 |
storm | nathanmarz/storm | git://github.com/nathanmarz/storm.git | 9066 | Distributed and fault-tolerant realtime computation: stream processing, continuous computation, distributed RPC, and more |
vert.x | eclipse-vertx/vert.x | git://github.com/eclipse-vertx/vert.x.git | 8965 | Vert.x is a tool-kit for building reactive applications on the JVM |
MaterialDesignLibrary | navasmdc/MaterialDesignLibrary | git://github.com/navasmdc/MaterialDesignLibrary.git | 8950 | This is a library with components of Android L to you use in android 2.2 |
vlayout | alibaba/vlayout | git://github.com/alibaba/vlayout.git | 8923 | 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. |
HikariCP | brettwooldridge/HikariCP | git://github.com/brettwooldridge/HikariCP.git | 8848 | 光 HikariCP・A solid, high-performance, JDBC connection pool at last. |
recyclerview-animators | wasabeef/recyclerview-animators | git://github.com/wasabeef/recyclerview-animators.git | 8794 | An Android Animation library which easily add itemanimator to RecyclerView items. |
Android-PullToRefresh | chrisbanes/Android-PullToRefresh | git://github.com/chrisbanes/Android-PullToRefresh.git | 8778 | DEPRECATED |
Arduino | arduino/Arduino | git://github.com/arduino/Arduino.git | 8777 | open-source electronics prototyping platform |
okhttp-OkGo | jeasonlzy/okhttp-OkGo | git://github.com/jeasonlzy/okhttp-OkGo.git | 8691 | OkGo - 3.0 震撼来袭,该库是基于 Http 协议,封装了 OkHttp 的网络请求框架,比 Retrofit 更简单易用,支持 RxJava,RxJava2,支持自定义缓存,支持批量断点下载管理和批量上传管理功能 |
arthas | alibaba/arthas | git://github.com/alibaba/arthas.git | 8672 | Alibaba Java Diagnostic Tool Arthas/Alibaba Java诊断利器Arthas |
Matisse | zhihu/Matisse | git://github.com/zhihu/Matisse.git | 8598 | :fireworks: A well-designed local image and video selector for Android |
GSYVideoPlayer | CarGuo/GSYVideoPlayer | git://github.com/CarGuo/GSYVideoPlayer.git | 8560 | 视频播放器(IJKplayer、ExoPlayer、MediaPlayer),HTTPS支持,支持弹幕,支持滤镜、水印、gif截图,片头广告、中间广告,多个同时播放,支持基本的拖动,声音、亮度调节,支持边播边缓存,支持视频本身自带rotation的旋转(90,270之类),重力旋转与手动旋转的同步支持,支持列表播放 ,直接添加控件为封面,列表全屏动画,视频加载速度,列表小窗口支持拖动,动画效果,调整比例,多分辨率切换,支持切换播放器,进度条小窗口预览,列表切换详情页面无缝播放,其他一些小动画效果,rtsp、concat、mpeg。项目解析: |
ARouter | alibaba/ARouter | git://github.com/alibaba/ARouter.git | 8554 | ? A framework for assisting in the renovation of Android componentization (帮助 Android App 进行组件化改造的路由框架) |
presto | prestodb/presto | git://github.com/prestodb/presto.git | 8550 | Distributed SQL query engine for big data |
PermissionsDispatcher | permissions-dispatcher/PermissionsDispatcher | git://github.com/permissions-dispatcher/PermissionsDispatcher.git | 8474 | Simple annotation-based API to handle runtime permissions. |
hadoop | apache/hadoop | git://github.com/apache/hadoop.git | 8446 | Mirror of Apache Hadoop |
JiaoZiVideoPlayer | lipangit/JiaoZiVideoPlayer | git://github.com/lipangit/JiaoZiVideoPlayer.git | 8366 | Android VideoPlayer MediaPlayer VideoView MediaView Float View And Fullscreen |
AppIntro | paolorotolo/AppIntro | git://github.com/paolorotolo/AppIntro.git | 8297 | Make a cool intro for your Android app. |
AVLoadingIndicatorView | 81813780/AVLoadingIndicatorView | git://github.com/81813780/AVLoadingIndicatorView.git | 8285 | DEPRECATED |
RxTool | vondear/RxTool | git://github.com/vondear/RxTool.git | 8279 | Android开发人员不得不收集的工具类集合 |
AndroidSlidingUpPanel | umano/AndroidSlidingUpPanel | git://github.com/umano/AndroidSlidingUpPanel.git | 8213 | This library provides a simple way to add a draggable sliding up panel (popularized by Google Music and Google Maps) to your Android application. Brought to you by Umano. |
platformframeworksbase | aosp-mirror/platformframeworksbase | git://github.com/aosp-mirror/platformframeworksbase.git | 8193 | |
BottomBar | roughike/BottomBar | git://github.com/roughike/BottomBar.git | 8146 | (Deprecated) A custom view component that mimics the new Material Design Bottom Navigation pattern. |
mockito | mockito/mockito | git://github.com/mockito/mockito.git | 8140 | Most popular Mocking framework for unit tests written in Java |
Calligraphy | chrisjenx/Calligraphy | git://github.com/chrisjenx/Calligraphy.git | 8103 | Custom fonts in Android the easy way... |
uCrop | Yalantis/uCrop | git://github.com/Yalantis/uCrop.git | 8100 | Image Cropping Library for Android |
spark | perwendel/spark | git://github.com/perwendel/spark.git | 7993 | A simple expressive web framework for java. News: Spark now has a kotlin DSL https://github.com/perwendel/spark-kotlin |
FlycoTabLayout | H07000223/FlycoTabLayout | git://github.com/H07000223/FlycoTabLayout.git | 7949 | An Android TabLayout Lib |
Fragmentation | YoKeyword/Fragmentation | git://github.com/YoKeyword/Fragmentation.git | 7934 | A powerful library that manage Fragment for Android! |
FileDownloader | lingochamp/FileDownloader | git://github.com/lingochamp/FileDownloader.git | 7897 | Multitask、MultiThread(MultiConnection)、Breakpoint-resume、High-concurrency、Simple to use、Single/NotSingle-process |
pinpoint | naver/pinpoint | git://github.com/naver/pinpoint.git | 7892 | Pinpoint is an open source APM (Application Performance Management) tool for large-scale distributed systems written in Java. |
HomeMirror | HannahMitt/HomeMirror | git://github.com/HannahMitt/HomeMirror.git | 7864 | Android application powering the mirror in my house |
RxPermissions | tbruyelle/RxPermissions | git://github.com/tbruyelle/RxPermissions.git | 7846 | Android runtime permissions powered by RxJava2 |
MaterialViewPager | florent37/MaterialViewPager | git://github.com/florent37/MaterialViewPager.git | 7772 | A Material Design ViewPager easy to use library |
springboot-learning-example | JeffLi1993/springboot-learning-example | git://github.com/JeffLi1993/springboot-learning-example.git | 7730 | spring boot 实践学习案例,是 spring boot 初学者及核心技术巩固的最佳实践。 |
cheesesquare | chrisbanes/cheesesquare | git://github.com/chrisbanes/cheesesquare.git | 7661 | Demos the new Android Design library. |
banner | youth5201314/banner | git://github.com/youth5201314/banner.git | 7649 | Android广告图片轮播控件,支持无限循环和多种主题,可以灵活设置轮播样式、动画、轮播和切换时间、位置、图片加载框架等! |
Android_Data | Freelander/Android_Data | git://github.com/Freelander/Android_Data.git | 7644 | Some Android learning materials, hoping to help you learn Android development. |
guice | google/guice | git://github.com/google/guice.git | 7596 | Guice (pronounced 'juice') is a lightweight dependency injection framework for Java 6 and above, brought to you by Google. |
clojure | clojure/clojure | git://github.com/clojure/clojure.git | 7556 | The Clojure programming language |
graal | oracle/graal | git://github.com/oracle/graal.git | 7538 | GraalVM: Run Programs Faster Anywhere :rocket: |
jedis | xetorthio/jedis | git://github.com/xetorthio/jedis.git | 7532 | A blazingly small and sane redis java client |