Stars
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
Natural Language Processing for the next decade. Tokenization, Part-of-Speech Tagging, Named Entity Recognition, Syntactic & Semantic Dependency Parsing, Document Classification
android java and javascript bridge, inspired by wechat webview jsbridge
Media Streaming with ExoPlayer codelab
Multiple samples showing the best practices in media APIs on Android (audio, video, etc.).
Multiple samples showing best practices for car app development on both Android Auto and Android Automotive OS.
Software Transactional Memory Implementation for the JVM
《Java虚拟机字节码:从入门到实战》第二版《深入浅出JVM字节码》开源电子书。这本书详细介绍ASM框架的API、Class文件结构解析、HotSpot虚拟机类加载源码分析、动态代理与字节码插桩的实现。
A collection of samples of different Android OS platform APIs.
🔥 xCrash provides the Android app with the ability to capture java crash, native crash and ANR. No root permission or any system permissions are required.
jsoup: the Java HTML parser, built for HTML editing, cleaning, scraping, and XSS safety.
Jetpack Media3 support libraries for media use cases, including ExoPlayer, an extensible media player for Android
🔥 ShadowHook is an Android inline hook library which supports thumb, arm32 and arm64.
🔥 ByteHook is an Android PLT hook library which supports armeabi-v7a, arm64-v8a, x86 and x86_64.
Compose Multiplatform, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
Alibaba Java Coding Guidelines pmd implements and IDE plugin
Matrix is a plugin style, non-invasive APM system developed by WeChat.
一份通俗易懂、风趣幽默的Java学习指南,内容涵盖Java基础、Java并发编程、Java虚拟机、Java企业级开发、Java面试等核心知识点。学Java,就认准二哥的Java进阶之路😄
🗺 The Android Developer Roadmap offers comprehensive learning paths to help you understand Android ecosystems.
🔥🔥 btrace(AKA RheaTrace) is a high performance Android trace tool which is based on Perfetto, it support to define custom events automatically during building apk and using bhook to provider more n…
Multiple samples showing the best practices in storage APIs on Android.
Dynamic java method AOP hook for Android(continution of Dexposed on ART), Supporting 5.0~11