Pinned Repositories
A-tour-of-modern-Android-app-development
AabResGuard
A tool used to obfuscate aab resources.(Android app bundle资源混淆工具)
AgentWeb
AgentWeb is a powerful library based on Android WebView.
android-hidden-api
A library that provides access to Android hidden APIs and internal resources.
AndroidFire
AndroidFire,一款新闻阅读 App框架,基于 Material Design + MVP + RxJava + Retrofit + Glide,基本涵盖了当前 Android 端开发最常用的主流框架,基于此框架可以快速开发一个app。
asm-demo
ASM+Transform进行字节码实践
GSYGithubAppFlutter
超完整的Flutter项目,功能丰富,适合学习和日常使用。GSYGithubApp系列的优势:我们目前已经拥有Flutter、Weex、ReactNative、kotlin 四个版本。 功能齐全,项目框架内技术涉及面广,完成度高,持续维护,配套文章,适合全面学习,对比参考。跨平台的开源Github客户端App,更好的体验,更丰富的功能,旨在更好的日常管理和维护个人Github,提供更好更方便的驾车体验Σ( ̄。 ̄ノ)ノ。同款Weex版本 : https://github.com/CarGuo/GSYGithubAppWeex 、同款React Native版本 : https://github.com/CarGuo/GSYGithubApp 、原生 kotlin 版本 https://github.com/CarGuo/GSYGithubAppKotlin
hangzhou_house_knowledge
2017年买房经历总结出来的买房购房知识分享给大家,希望对大家有所帮助。买房不易,且买且珍惜。Sharing the knowledge of buy an own house that according to the experience at hangzhou in 2017 to all the people. It's not easy to buy a own house, so I hope that it would be useful to everyone.
HsuMvvm
追上2021年技术发展脚步,重新构建Android现代化MVVM开发框架,应用技术包括不仅限于:架构:MVVM, Clean Architecture, ViewBinding, DI, SPI, Google App Bundles, Dynamic Feature Modules, Gradle Plugins, JetPack:Navigation, LiveData, Lifecycle, Hilt, ViewModel, Room, Kotlin, Kotlin DSL, Coroutines协程, Ktlint, KTX
recyclerview-animators
An Android Animation library which easily add itemanimator to RecyclerView items.
longyuan5's Repositories
longyuan5/HsuMvvm
追上2021年技术发展脚步,重新构建Android现代化MVVM开发框架,应用技术包括不仅限于:架构:MVVM, Clean Architecture, ViewBinding, DI, SPI, Google App Bundles, Dynamic Feature Modules, Gradle Plugins, JetPack:Navigation, LiveData, Lifecycle, Hilt, ViewModel, Room, Kotlin, Kotlin DSL, Coroutines协程, Ktlint, KTX
longyuan5/asm-demo
ASM+Transform进行字节码实践
longyuan5/AgentWeb
AgentWeb is a powerful library based on Android WebView.
longyuan5/Android-Architecture-knowledge-2-
阿里P7移动架构师学习路线
longyuan5/android-showcase
💎 Android application following best practices: Kotlin, coroutines, Clean Architecture, feature modules, tests, MVVM, static analysis...
longyuan5/Android_CN_OAID
安卓设备唯一标识解决方案,可替代移动安全联盟统一 SDK 闭源方案。包括国内手机厂商的开放匿名标识(OAID)、海外手机平台的安卓广告标识(AAID),另外也提供了 IMEI/MEID、AndroidID、WidevineID、PseudoID、GUID 等常见的设备标识的获取方法。
longyuan5/android_ctrip
Android Flutter 混合开发高仿大厂App
longyuan5/AndroidDeveloperAdvancedManual
Android 工程师进阶手册(8 年 Android 开发者的成长感悟)
longyuan5/AndroidKnowledgeSystem
The most complete Android advanced route knowledge map ⭐️你想要的最全 Android 进阶路线知识图谱+干货资料收集🚀
longyuan5/architect-awesome
后端架构师技术图谱
longyuan5/asm-module
✈️ ASM 4 教程中的示例代码,用于 ASM 学习,介绍了 ASM 中基本的使用说明。
longyuan5/epoxy
Epoxy is an Android library for building complex screens in a RecyclerView
longyuan5/flutter_deer
🦌 Flutter 练习项目(包括集成测试、可访问性测试)。内含完整UI设计图,更贴近真实项目的练习。Flutter practice project. Includes a complete UI design and exercises that are closer to real projects.
longyuan5/hodl-club
HODL CLUB/囤币党社区 - 致力于做一颗传播比特币&以太坊囤币**的火种,共同提高认知水平,拥有健康富足心态,走向共同富裕之路!陆续整理发布微博KOL囤币信仰大V比如ahr999九神微博精选文章,另九神历年微博2014~2021合集2990条珍藏版已发布,欢迎下载及分享给亲朋好友!
longyuan5/huawei-pc-manager-bootstrap
解决非华为电脑无法安装华为电脑管家的问题。
longyuan5/InternetArchitect
年薪百万互联网架构师课程文档及源码(公开部分)
longyuan5/Java-note
longyuan5/kkndme_tianya
天涯 kkndme 神贴聊房价
longyuan5/ktlint
An anti-bikeshedding Kotlin linter with built-in formatter
longyuan5/LeetCodeAnimation
Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)
longyuan5/LibChecker
An app to view libraries used in apps in your device.
longyuan5/MvRx
MvRx: Android on Autopilot
longyuan5/okhttp-RxHttp
🔥🔥🔥30秒上手,比Retrofit更好用的协程、RxJava2、RxJava3,史上最优雅的实现文件上传/下载/进度监听、动态/多域名、缓存;支持第三方数据解析工具、自定义请求、自动关闭请求等等
longyuan5/small-spring
🌱《 Spring 手撸专栏》,本专栏以 Spring 源码学习为目的,通过手写简化版 Spring 框架,了解 Spring 核心原理。在手写的过程中会简化 Spring 源码,摘取整体框架中的核心逻辑,简化代码实现过程,保留核心功能,例如:IOC、AOP、Bean生命周期、上下文、作用域、资源处理等内容实现。
longyuan5/spotless
Keep your code spotless
longyuan5/SpringCloudLearning
《史上最简单的Spring Cloud教程源码》
longyuan5/strategies
quantitative trading with Javascript, Python, C++, Blockly, MyLanguage(麦语言)
longyuan5/technical-books
😆 国内外互联网技术大牛们都写了哪些书籍:计算机基础、网络、前端、后端、数据库、架构、大数据、深度学习...
longyuan5/web-interview
语音打卡社群维护的前端面试题库,包含不限于Vue面试题,React面试题,JS面试题,HTTP面试题,工程化面试题,CSS面试题,算法面试题,大厂面试题,高频面试题
longyuan5/YCAndroidTool
用于项目测试,崩溃重启操作,崩溃记录日志【可以查看,分享】和重启【多种重启app方式】;网路拦截查看的工具小助手,拦截请求和响应数据,统计接口请求次数,流量消耗,以及统计网络链接/dns解析/request请求/respond响应等时间。提高开发效率……