santiagoseek's Stars
Clipy/Clipy
Clipboard extension app for macOS.
Genymobile/scrcpy
Display and control your Android device
sonyxperiadev/ChkBugReport
A command line tool which parses and converts android bugreport files into more human readable html reports.
zoom/zoom-sdk-android
Zoom Android SDK
flutter/samples
A collection of Flutter examples and demos
DSAppTeam/Anchors
:white_check_mark: Anchors 是一个基于图结构,支持同异步依赖任务初始化 Android 启动框架。其锚点提供 "勾住" 依赖的功能,能灵活解决初始化过程中复杂的同步问题。参考 alpha 并改进其部分细节, 更贴合 Android 启动的场景, 同时支持优化依赖初始化流程, 自动选择较优的路径进行初始化。
alibaba/alpha
Alpha是一个基于PERT图构建的Android异步启动框架,它简单,高效,功能完善。 在应用启动的时候,我们通常会有很多工作需要做,为了提高启动速度,我们会尽可能让这些工作并发进行。但这些工作之间可能存在前后依赖的关系,所以我们又需要想办法保证他们执行顺序的正确性。Alpha就是为此而设计的,使用者只需定义好自己的task,并描述它依赖的task,将它添加到Project中。框架会自动并发有序地执行这些task,并将执行的结果抛出来。
cyndibaby905/flutter_core_demo
本仓库包含了极客时间专栏《Flutter核心技术与实战》的全部代码示例
Kotlin/kotlinx.coroutines
Library support for Kotlin coroutines
minetsh/Imaging
Android Image Edit Lib. Android 图片编辑库,微信图片编辑库
500px/500px-android-blur
Android Blurring View
getActivity/Toaster
Android 吐司框架,专治 Toast 各种疑难杂症
alibaba/android_viewtracker
A data collection library for click and exposure event with the UI.
cundong/SmartAppUpdates
Android应用增量更新
flutter/plugins
Plugins for Flutter maintained by the Flutter team
skylot/jadx
Dex to Java decompiler
littleorca/ferris-wheel
A fantastic spreadsheet framework!
tencentyun/clb-quic-demo
clb team contribute
nvbn/thefuck
Magnificent app which corrects your previous console command.
Snailclimb/JavaGuide
「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!
stephentian/33-js-concepts
:scroll: 每个 JavaScript 工程师都应懂的33个概念 @leonardomso
Meituan-Dianping/walle
Android Signature V2 Scheme签名下的新一代渠道包打包神器
Tencent/MMKV
An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX.
GCX-HCI/tray
a SharedPreferences replacement for Android with multiprocess support
r17171709/StudyDemo
自己学习的杂七杂八小玩意合集
simple-android-framework-exchange/android_design_patterns_analysis
Android源码设计模式分析项目
yigit/android-priority-jobqueue
A Job Queue specifically written for Android to easily schedule jobs (tasks) that run in the background, improving UX and application stability.
Blankj/AndroidUtilCode
:fire: Android developers should collect the following utils(updating).
guardianproject/haven
Haven is for people who need a way to protect their personal spaces and possessions without compromising their own privacy, through an Android app and on-device sensors
crosg/FloatMenuSample
android 悬浮窗菜单,可在launcher或app中使用