Pinned Repositories
android-architecture
A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
android-resource-remover
A simple utility to remove unused resources in your Android app to lower the size of the APK. It's based on the Android lint tool output.
android_design_patterns_analysis
Android源码设计模式分析项目
AndroidELF
search all symbal in ELF file(dlsym can not find)
ApkHackTool
When I want to hack an apk, I always run some cmd , but now one click.
apollo
An open autonomous driving platform
ARouter
A android router middleware that help app navigating to activities and custom services.
ASimpleCache
a simple cache for android and java
BlockChain
黑马程序员 120天全栈区块链开发 开源教程
CJFrameForAndroid
Android插件开发框架,插件化开发不再神秘。
jary163's Repositories
jary163/android-architecture
A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
jary163/android-resource-remover
A simple utility to remove unused resources in your Android app to lower the size of the APK. It's based on the Android lint tool output.
jary163/AndroidELF
search all symbal in ELF file(dlsym can not find)
jary163/ApkHackTool
When I want to hack an apk, I always run some cmd , but now one click.
jary163/apollo
An open autonomous driving platform
jary163/ARouter
A android router middleware that help app navigating to activities and custom services.
jary163/BlockChain
黑马程序员 120天全栈区块链开发 开源教程
jary163/Crash-Course-Computer-Science-Chinese
:computer: 计算机速成课 | Crash Course 字幕组 (全40集 2018-5-1 精校完成)
jary163/DKVideoPlayer
Android Video Player. 安卓视频播放器,封装MediaPlayer、ExoPlayer、IjkPlayer。模仿抖音并实现预加载,列表播放,悬浮播放,广告播放,弹幕
jary163/easytrader
提供银河/国金/华泰客户端/同花顺客户端/雪球的基金、股票自动程序化交易以及自动打新,支持跟踪 joinquant /ricequant 模拟交易 和 实盘雪球组合, 量化交易组件
jary163/ExoPlayer
An extensible media player for Android
jary163/freeline
A super fast build tool for Android, an alternative to Instant Run
jary163/GitHub-Chinese-Top-Charts
:cn: GitHub中文排行榜,帮助你发现高分优秀中文项目、更高效地吸收国人的优秀经验成果;榜单每周更新一次,敬请关注!(武汉加油!**加油!世界加油!)
jary163/go-releated-docs
Docs/tutorial about go, ethereum and blockchain technology
jary163/gradle-unused-resources-remover-plugin
Gradle Plugin that removes unused resources in Android projects.
jary163/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.
jary163/harmonyos-tutorial
HarmonyOS Tutorial. 《跟老卫学HarmonyOS开发》
jary163/ijkplayer
Android/iOS video player based on FFmpeg n3.4, with MediaCodec, VideoToolbox support.
jary163/kotlin
The Kotlin Programming Language.
jary163/linux_kernel_wiki
linux内核学习资料:200+经典内核文章,100+内核论文,50+内核项目,500+内核面试题,80+内核视频
jary163/MethodTraceMan
用于快速找到高耗时方法,定位解决Android App卡顿问题。通过gradle plugin+ASM实现可配置范围的方法插桩来统计所有方法的耗时,并提供友好的界面展示,支持耗时筛选、线程筛选、方法名筛选等。(A Tool for Discovering High Time-consuming Methods for Android App)
jary163/okhttp
An HTTP+SPDY client for Android and Java applications.
jary163/RecyclerViewManager
RecyclerViewManager supports PullToRefresh, LoadMore and onItemClick, U can also add headers or footers for RecyclerView.
jary163/RxJava
RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
jary163/SandHook
Android ART Hook/Native Inline Hook/Single Instruction Hook - support 4.4 - 11.0 32/64 bit - Xposed API Compat
jary163/shadowsocks
Forked from shadowsocks/shadowsocks
jary163/SmarterStreaming
国内外为数不多致力于极致体验的超强全自研跨平台(windows/android/iOS)流媒体内核,通过模块化自由组合,支持实时RTMP推流、RTSP推流、RTMP播放器、RTSP播放器、录像、多路流媒体转发、音视频导播、动态视频合成、音频混音、直播互动、内置轻量级RTSP服务等,比快更快,业界真正靠谱的超低延迟直播SDK(1秒内,低延迟模式下200~400ms)。
jary163/TagCloudView
支持 SingleLine 模式的标签云效果
jary163/VideoListPlayer
Play video in ListView or RecyclerView
jary163/YCVideoPlayer
视频播放器封装库案例,仿照优酷,爱奇艺视频播放器,可以添家视频观看权限,试看模式,类似优酷试看功能。基于ijkplayer,支持网络视频或者本地视频播放,滑动调节亮度或者音量,快进快退,记录播放位置。可以设置边观看变缓存,支持全屏播放,小窗口,正常播放等模式;还支持列表播放,切换分辨率,还可以自定义视频播放器,拓展性强。已经用于实际开发中……