NaughtySuperman's Stars
airbnb/mavericks
Mavericks: Android on Autopilot
fySpring/SimpleStepCounter
android简易计步器,适配Android10,kotlin开发,可查看近7天历史记录,步数隔天清零
MJCoderMJCoder/Pedometer
Android通过陀螺仪和加速度传感器来读取步数,并计算行走里程
linglongxin24/DylanStepCount
Android精准计步器
lioilwin/StepOrient
计步和方向传感器组合, 实现记录人行走的轨迹
ityouknow/awesome-spring-boot
Spring Boot Resources
BaronZ88/MinimalistWeather
Android 平台开源天气 App,采用 MVP、RxJava、Retrofit2、OKHttp3、Dagger2、RetroLambda 等开源库来实现。
android/testing-samples
A collection of samples demonstrating different frameworks and techniques for automated testing
bennyhuo/Kotlin-Tutorials
仓库持续记录以 Kotlin 为基础的视频内容的制作过程
LRH1993/Eyepetizer-in-Kotlin
使用Kotlin撸一款Eyepetizer,学习Kotlin语言
open-android/Android
GitHub上最火的Android开源项目,所有开源项目都有详细资料和配套视频
JessYanCoding/MVPArms
⚔️ A common architecture for Android applications developing based on MVP, integrates many open source projects, to make your developing quicker and easier (一个整合了大量主流开源项目高度可配置化的 Android MVP 快速集成框架).
android-cn/android-dev-cn
Some Chinese Android Developers Information, 微信公众号:codekk, 网站:
fangzesheng/free-api
收集免费的接口服务,做一个api的搬运工
android-notes/Cockroach
降低Android非必要crash
afollestad/photo-affix
📷 Stitch your photos together vertically or horizontally easily!
shehuan/DUtil
A file download and upload library,that is based on okhttp
KunMinX/RxJava3-Operators-Magician
你用不惯 RxJava,只因缺了这把钥匙 🔑
jackfrued/Python-100-Days
Python - 100天从新手到大师
azl397985856/leetcode
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
MisterBooo/LeetCodeAnimation
Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)
ProgrammerAnthony/Pantheon
Pantheon is a microservice Service Registry Center Not Released Now, Only For Study分布式微服务注册中心,使用了很多开源项目的架构思路 暂未发布,仅供学习
521xueweihan/git-tips
:trollface:Git的奇技淫巧
yanzhenjie/NoHttp
:lemon: Android实现Http标准协议框架,支持多种缓存模式,底层可动态切换OkHttp、URLConnection。
goldze/MVVMHabit
👕基于谷歌最新AAC架构,MVVM设计模式的一套快速开发库,整合Okhttp+RxJava+Retrofit+Glide等主流模块,满足日常开发需求。使用该框架可以快速开发一个高质量、易维护的Android应用。
ProgrammerAnthony/Haafiz
Haafiz is a gateway in Micro Service which is inspired by many open source gateway :Zuul 1.x , spring cloud gateway,currently Not Released Now, Only For Study ......Haafiz (在英文中是守护者的意思)参考了很多开源网关的**,基于Netty,Disruptor,etcd等技术做一个开源网关目前,暂未发布,仅供学习
algorithm-visualizer/algorithm-visualizer
:fireworks:Interactive Online Platform that Visualizes Algorithms from Code
zincPower/UI2018
用于结合“江澎涌”公众号分享 Android 高级 UI 知识点,形成知识体系
Moosphan/Android-Daily-Interview
:pushpin:每工作日更新一道 Android 面试题,小聚成河,大聚成江,共勉之~
FreddyChen/NettyChat
基于Netty+TCP+Protobuf实现的Android IM库,包含Protobuf序列化、TCP拆包与粘包、长连接握手认证、心跳机制、断线重连机制、消息重发机制、读写超时机制、离线消息、线程池等功能。