Pinned Repositories
alpha
Alpha是一个基于PERT图构建的Android异步启动框架,它简单,高效,功能完善。 在应用启动的时候,我们通常会有很多工作需要做,为了提高启动速度,我们会尽可能让这些工作并发进行。但这些工作之间可能存在前后依赖的关系,所以我们又需要想办法保证他们执行顺序的正确性。Alpha就是为此而设计的,使用者只需定义好自己的task,并描述它依赖的task,将它添加到Project中。框架会自动并发有序地执行这些task,并将执行的结果抛出来。
android-blocked-upload
安卓大文件/多文件 断点续传示例工具,核心使用RandomAccessFile 类顺序读取文件上传
android-chat
全开源即时通讯(IM)系统 高仿微信
Android-PickerView
This is a picker view for android , support linkage effect, timepicker and optionspicker.(时间选择器、省市区三级联动)
android-tech-frontier
【停止维护】一个定期翻译国外Android优质的技术、开源库、软件架构设计、测试等文章的开源项目
android-upload-service
Easily upload files (FTP / Multipart / Binary) in the background with progress indication notification
android-utils
It contains most of the Android utility classes.
AndroidMP3Recorder
为Android提供MP3录音功能[RETIRED]
AndroidScratchCard
Light Weighted Scratch Card View Library for Android
z_comic_new
一款采用MVP模式的设计的仿造腾讯漫画的APP
xuxiaoguang's Repositories
xuxiaoguang/z_comic_new
一款采用MVP模式的设计的仿造腾讯漫画的APP
xuxiaoguang/alpha
Alpha是一个基于PERT图构建的Android异步启动框架,它简单,高效,功能完善。 在应用启动的时候,我们通常会有很多工作需要做,为了提高启动速度,我们会尽可能让这些工作并发进行。但这些工作之间可能存在前后依赖的关系,所以我们又需要想办法保证他们执行顺序的正确性。Alpha就是为此而设计的,使用者只需定义好自己的task,并描述它依赖的task,将它添加到Project中。框架会自动并发有序地执行这些task,并将执行的结果抛出来。
xuxiaoguang/android-chat
全开源即时通讯(IM)系统 高仿微信
xuxiaoguang/AndroidScratchCard
Light Weighted Scratch Card View Library for Android
xuxiaoguang/AndroidSlideBack
Android 一键加入侧滑返回 (类似“小米MIX”和新版“即刻”滑动返回)
xuxiaoguang/Blur-LIB-Android
xuxiaoguang/Bounceview-Android
Customizable bounce animation for any view like in Clash Royale app
xuxiaoguang/Broccoli
An Android library that shows the placeholder of the view.
xuxiaoguang/Diooto
微博,微信图库效果,微信视频拖放效果,适配状态栏 、屏幕旋转 、全屏 、长图、GIF、视频
xuxiaoguang/download
🔴蓝灯最新版本下载 https://github.com/getlantern/download 🔴 Lantern Latest Download https://github.com/getlantern/lantern/releases/tag/latest 🔴
xuxiaoguang/GiftRain
Android复杂红包雨实现,带点击事件处理。
xuxiaoguang/ImageWatcher
高仿微信可拖拽返回
xuxiaoguang/Lighter
A highlight & guide library for android
xuxiaoguang/MultiActionSwipeHelper
An Android RecyclerView Swipe Helper for handling multiple actions per direction
xuxiaoguang/MultiLamp
Android library to showcase/highlight the multiple views on same overlay
xuxiaoguang/PhotoMovie
Using your photos to create cool videos.(高仿抖音照片电影功能)
xuxiaoguang/Python
Python 入门教程:【草根学 Python (基于Python3.6)】
xuxiaoguang/RulerView
Android自定义控件RulerView,仿唯品会身高、体重等标尺,尺码控件,滑动可修改刻度值
xuxiaoguang/SelfAdjointView
Let view move/scale/transparency-change with its parent scrolling.
xuxiaoguang/SlideActionView
An Android view which provides a nice slide-to-left/right interaction.
xuxiaoguang/super-tcplayer
基于腾讯开源的超级播放器封装的vue播放器组件
xuxiaoguang/SuperWeb
Android基于腾讯X5内核的WebView(超级浏览器),拥有文件上传、下载、浏览(支持PDF/PPT/DOC/EXCEL/TXT格式)、Android与JS的交互、视频播放、自定义进度条、下拉回弹等功能
xuxiaoguang/SwipeMenuRecyclerView
Swipe menu for recyclerView
xuxiaoguang/TextBannerView
一个Android文字轮播控件,又名跑马灯;已经实现了可垂直跑、可水平跑的跑马灯,几行代码集成!
xuxiaoguang/VideoAudioDemo
Video Audio practice demo
xuxiaoguang/WheelPicker
A smooth, highly customizable wheel view and picker view, support 3D effects like iOS. 一个顺滑的、高度自定义的滚轮控件和选择器,支持类似 iOS 的 3D 效果
xuxiaoguang/XUI
💍一个简洁而优雅的Android原生UI框架,解放你的双手!
xuxiaoguang/YcShareElement
Easy to implement Android ShareElement Animation(轻松实现Android ShareElement动画)
xuxiaoguang/YCStateLayout
状态切换,让View状态的切换和Activity彻底分离开。用builder模式来自由的添加需要的状态View,可以设置有数据,数据为空,加载数据错误,网络错误,加载中等多种状态,并且支持自定义状态的布局。。目前已经用于新芽,投资界等正式项目中,拓展性强!!
xuxiaoguang/YCVideoPlayer
视频播放器封装库案例,仿照优酷,爱奇艺视频播放器,可以添家视频观看权限,试看模式,类似优酷试看功能。基于ijkplayer,支持网络视频或者本地视频播放,滑动调节亮度或者音量,快进快退,记录播放位置。可以设置边观看变缓存,支持全屏播放,小窗口,正常播放等模式;还支持列表播放,切换分辨率,还可以自定义视频播放器,拓展性强。已经用于实际开发中……