Pinned Repositories
AccountAuthenticator
Aidl_transfer_file
一个示例,演示使用aidl传输超大型文件(An example to demonstrate using AIDL to transfer very large files)
aidldemo
🔥使用AIDL+匿名共享内存实现跨进程双向通信和大文件传输。
AndResGuard
proguard resource for Android by wechat team
android-api-analysis
Android精华录: 该库的目的是结合详细的Demo来全面解析Android相关的知识点, 帮助读者能够更快的掌握与理解所阐述的要点。 不定时更新,与预期接下的要做的事,希望点进来的你能够喜欢😍😍
android-architecture-components
Samples for Android Architecture Components.
android-BluetoothChat
Migrated:
android-car-Driving-mode
coolweather
lancet
A lightweight and fast AOP framework for Android App and SDK developers
you1039002059's Repositories
you1039002059/android-custom-lint-rules
This sample demonstrates how to create a custom lint checks and corresponding lint tests
you1039002059/Android-Notes
✍🏻 关注基础知识,打造优质Android博客,公众号[xfhy]的作者
you1039002059/android-showcase
💎 Android application following best practices: Kotlin, Coroutines, JetPack, Clean Architecture, Feature Modules, Tests, MVVM, DI, Static Analysis...
you1039002059/android-startup
🔥The Android Startup library provides a straightforward, performant way to initialize components at the application startup. Both library developers and app developers can use Android Startup to streamline startup sequences and explicitly set the order of initialization.
you1039002059/androidannotations
Fast Android Development. Easy maintainance.
you1039002059/AndroidProject
Android 技术中台,但愿人长久,搬砖不再有
you1039002059/AndroidUtilCode
:fire: Android developers should collect the following utils(updating).
you1039002059/AndroidVideoCache
Cache support for any video player with help of single line
you1039002059/AndroidX-Jetpack-Practice
本仓库致力于建立最全、最新的的 AndroidX Jetpack 相关组件的实践项目 以及组件对应的分析文章(持续更新中)如果对你有帮助,请在右上角 star 一下,感谢
you1039002059/ASMApp
Android transform plugin
you1039002059/AsyncView
you1039002059/ByteX
ByteX is a bytecode plugin platform based on Android Gradle Transform API and ASM. 字节码插件开发平台
you1039002059/compose-samples
Official Jetpack Compose samples.
you1039002059/ComposeMovie
Movie app that built with Jetpack Compose
you1039002059/Design-WanAndroid
🦄WanAndroid的最佳Material Design实践,严格遵循Material设计,完美支持其Dynamic Colors等新特性,MVVM架构,保证UI风格、逻辑设计的一致性。全盘采用Jetpack,只为解决某些特定问题而引入其他依赖,避免大材小用,且尽可能均自己实现
you1039002059/Dobby
a lightweight, multi-platform, multi-architecture hook framework.
you1039002059/DragBoardView
:star: Android 看板,支持项拖拽、列拖拽。Draggable kanban/board view for Android.
you1039002059/EasyTrack
实现西瓜视频视图树埋点数据收集方案
you1039002059/Hunter
A fast, incremental, concurrent framework to develop compile plugin for android project to manipulate bytecode
you1039002059/mars
Mars is a cross-platform network component developed by WeChat.
you1039002059/matrix
Matrix is a plugin style, non-invasive APM system developed by WeChat.
you1039002059/MethodTraceMan
用于快速找到高耗时方法,定位解决Android App卡顿问题。通过gradle plugin+ASM实现可配置范围的方法插桩来统计所有方法的耗时,并提供友好的界面展示,支持耗时筛选、线程筛选、方法名筛选等。(A Tool for Discovering High Time-consuming Methods for Android App)
you1039002059/MultiType
Flexible multiple types for Android RecyclerView.
you1039002059/Pokedex
🗡️ Android Pokedex using Hilt, Motion, Coroutines, Flow, Jetpack (Room, ViewModel) based on MVVM architecture.
you1039002059/qark
Tool to look for several security related Android application vulnerabilities
you1039002059/security-samples
Multiple samples showing the best practices in security APIs on Android.
you1039002059/wanandroid-compose
Compose+MVI+Navigation实现wanAndroid客户端
you1039002059/XArch
🔥🔥🔥Android架构最佳实践 - 手把手带你搭建一个优秀的Android项目架构
you1039002059/xLog-1
Android logger, pretty, powerful and flexible, log to everywhere, save to file, all you want is here.
you1039002059/YCVideoPlayer
基础封装视频播放器player,可以在ExoPlayer、MediaPlayer原生MediaPlayer可以自由切换内核;该播放器整体架构:播放器内核(自由切换) + 视频播放器 + 边播边缓存 + 高度定制播放器UI视图层。支持视频简单播放,列表播放,仿抖音滑动播放,自动切换播放,使用案例丰富,拓展性强。