Pinned Repositories
AccessibilitySample
演示辅助功能基本流程和使用,通过简单的例子看懂辅助功能原理。我们可以使用辅助功能帮助我们做一些有意思的事情,比如抢红包插件(但是微信不准),帮助用户开启权限(这个还不错哟)
AndroidDrawClassic
android绘制基础总结:使用Android自身的drawable绘制,实现大多数基础图形的绘制,减少图片的使用,从而减少apk体积与内存占用。使用Android提供的绘图api实现丰富的自定义View控件
AndroidRotateAnim
Android旋转动画+Android圆形进度条组合
AppStartUpSpeedOpt
Android app 启动速度优化模拟,主要介绍一个App从启动到首屏绘制过程中可优化的点
FavoriteForAndroid
Android收藏夹,整理一些比较有用的文章,工具
FingerprintRecognition
指纹识别,除了api>=23的支持指纹识别的设备,还支持api<23的具有指纹识别硬件支持的设备(前提是这些设备兼容了Google官方的标准接口),部分厂商(魅族,三星等)低版本需要接入他们的SDK进行适配
FTPSync
Java FTP 上传下载文件(支持直接上传下载一个目录)
PhoneStateListen
Android来去电监听,电话挂断
SmartAlertPop
封装一个独立弹窗Module,这里的弹窗包括普通的Dialog方式弹框和WindowManager方式弹窗,主要是方便做项目重构,统一对弹窗进行管理,方便维护,拓展。如果你在对项目UI进行整体改版,需要对大量对话框和WindowManager弹窗进行UI适配的时候,此项目中的方法将非常适用
SmartPopupWindow
提供关于PopupWindow使用过程中遇到的一些特殊问题的解决方案,例如:PopupWindow不响应点击外部消失和返回键消失的解决方法;PopupWindow精确计算要显示位置原理和方法;实现带箭头的上下文菜单遇到的坑;Android7.0 PopupWindow的兼容问题;屏幕旋转时调用PopupWindow update方法更新位置失效的问题及解决方案
PopFisher's Repositories
PopFisher/GSYVideoPlayer
视频播放器(IJKplayer),HTTPS支持,支持弹幕,支持滤镜、水印、gif截图,支持基本的拖动,声音、亮度调节,支持边播边缓存,支持视频本身自带rotation的旋转(90,270之类),重力旋转与手动旋转的同步支持,支持列表播放 ,直接添加控件为封面,列表全屏动画,视频加载速度,列表小窗口支持拖动,5.0的过场效果,调整比例,多分辨率切换,支持切换播放器,进度条小窗口预览,其他一些小动画效果,rtsp、concat、mpeg。简书:
PopFisher/jvm-sandbox
Real - time non-invasive AOP framework container based on JVM
PopFisher/Xposed
The native part of the Xposed framework (mainly the modified app_process binary).
PopFisher/tinkerpatch-easy-sample
无需修改自己App代码,一键接入的Sample
PopFisher/FingerprintRecognition
指纹识别,除了api>=23的支持指纹识别的设备,还支持api<23的具有指纹识别硬件支持的设备(前提是这些设备兼容了Google官方的标准接口),部分厂商(魅族,三星等)低版本需要接入他们的SDK进行适配
PopFisher/AndroidRotateAnim
Android旋转动画+Android圆形进度条组合
PopFisher/tinker
Tinker is a hot-fix solution library for Android, it supports dex, library and resources update without reinstall apk.
PopFisher/FTPSync
Java FTP 上传下载文件(支持直接上传下载一个目录)
PopFisher/MaterialRatingBar
Material Design RatingBar with better appearance
PopFisher/AndroidDrawClassic
android绘制基础总结:使用Android自身的drawable绘制,实现大多数基础图形的绘制,减少图片的使用,从而减少apk体积与内存占用。使用Android提供的绘图api实现丰富的自定义View控件
PopFisher/DroidPlugin
A plugin framework on android,Run any third-party apk without installation, modification or repackage
PopFisher/MaterialProgressBar
Material Design ProgressBar with consistent appearance
PopFisher/AndroidSDKSearchExtension
A Chrome extension that adds an 'ad' omnibox command and view source links for the Android SDK.
PopFisher/FloatingWindow
Android悬浮窗那些事儿:悬浮窗,悬浮窗权限,应用外弹窗(后台弹窗),应用内弹窗(前台弹窗),悬浮Toast,反射系统Toast。
PopFisher/android-architecture-components
Samples for Android Architecture Components.
PopFisher/PhoneStateListen
Android来去电监听,电话挂断
PopFisher/AppStartUpSpeedOpt
Android app 启动速度优化模拟,主要介绍一个App从启动到首屏绘制过程中可优化的点
PopFisher/dex2jar
Tools to work with android .dex and java .class files
PopFisher/AndroidAnimationDemos
Andorid动画案例(有普通动画,属性动画,自己实现onDraw的自绘动画):1. 模拟开关开启动画; 2. 3D旋转动画; 3. 圆形进度特效; 4. 多功能圆形进度百分比控件
PopFisher/Android-Studio-Plugins-cn
希望整理Android Studio 最全面的开发插件。
PopFisher/Android-Studio-Plugins
This is a list of all awesome and useful android studio plugins.
PopFisher/BubbleSeekBar
A beautiful Android custom seekbar, BubbleSeekBar for Android Renewal!
PopFisher/Melophile
Music App built using RxJava2, Retrofit2, Dagger2 and clean architecture.
PopFisher/guava
Google Core Libraries for Java
PopFisher/QMUI_Android
提高 Android UI 开发效率的 UI 库
PopFisher/CameraView
A well documented, high-level Android interface that makes capturing pictures and videos easy, addressing most of the common issues and needs.
PopFisher/SmartRefreshLayout
下拉刷新、上拉加载、RefreshLayout、OverScroll,Android智能下拉刷新框架,支持越界回弹,具有极强的扩展性,集成了几十种炫酷的Header和 Footer。
PopFisher/plaid
An Android app which provides design news & inspiration as well as being an example of implementing material design.
PopFisher/RxTools
Android开发人员不得不收集的工具类集合 | 支付宝支付 | 微信支付(统一下单) | 微信分享 | 一键集成UCrop选择圆形头像 | 一键集成二维码和条形码的扫描与生成 | 常用Dialog | WebView的封装可播放视频 | 仿斗鱼滑动验证码 | Toast封装 | 震动 | GPS | Location定位 | 压缩与加密 | 图片缩放 | Exif 图片添加地理位置信息(经纬度) | 编译运行一下说不定会找到惊喜
PopFisher/article
articles by WeChat Mobile Development Team