Pinned Repositories
ActionBarSherlock
[DEPRECATED] Action bar implementation which uses the native action bar on Android 4.0+ and a custom implementation on pre-4.0 through a single API and theme.
Android
GitHub上最火的Android开源项目,所有开源项目都有详细资料和配套视频
android-advanced-decode
《Android进阶解密》源码
Android-PickerView
仿iOS的PickerView控件,有时间选择和选项选择并支持一二三级联动效果
android-ripple-background
雷达动效A beautiful ripple animation for your app
android-titlebar
🔥 通用,功能全面的自定义标题栏,支持沉浸式标题栏,颜色渐变,miui9
Android_100_TOP-Projects
Android 100 TOP Projects all over the github (Android百大框架排行榜)
AndroidFFmpeg
android 读取摄像头和麦克风,使用rtmp推流
AndroidIMBySocketIO
基于Socket.IO实现Android聊天功能
SuperTextView
a super textview for android
603751448's Repositories
603751448/AndroidIMBySocketIO
基于Socket.IO实现Android聊天功能
603751448/AVBookCode
《Android音视频开发》一书源码及勘误
603751448/BottomBarLayout
(一个轻量级的底部导航控件)A simple and lightly widget to accomplish bottom Navigation,可设置未读数、提示点、提示消息
603751448/KrumbsView
The ultimate breadcrumbs view for Android!
603751448/pjsip-android
SIP Service for Android based on PJSIP
603751448/Agora-Flutter-Quickstart
Quickstart for Agora Flutter SDK(Android/iOS)
603751448/android-amap-track-collect
这阵子由于项目需要,需要从手机上采集用户的运动轨迹数据,这样的功能大家都见到的很多了,比如咕咚、悦动圈,对跑步运动轨迹数据进行采集,再如,微信运动、钉钉运动,对于每一天你走步进行计数,如果要记录轨迹就离不开的手机定位,如果要记录步数那就离不开陀螺仪(角速度传感器),花了一天多的时间实现了一个定位数据实时采集的功能。
603751448/android-audio-high-performance
Code samples and documentation for building high performance audio apps on Android
603751448/AndroidQuick
做外包用的快速开发库--微信、支付宝支付(含签名,下单)、自定义View(验证码/密码,九宫格图片上传等)、图片预览、RxJava、EventBus、base层封装等
603751448/AndroidSlideBack
Android 一键加入侧滑返回 (类似“小米MIX”和新版“即刻”滑动返回)
603751448/auth
Get started with the Android Authentication Framework!
603751448/blackstone
Gomoku (Five in a Row) game manager with a powerful built-in AI, written in Java with a clean, minimal interface.
603751448/coolweatherjetpack
酷欧天气的Jetpack版本实现,采用了MVVM架构。
603751448/fish-redux
An assembled flutter application framework.
603751448/flutter-go
flutter 开发者帮助 APP,包含 flutter 常用 140+ 组件的demo 演示与中文文档
603751448/Flutter-SDK
Flutter wrapper around the Agora RTC SDKs for Android and iOS
603751448/frp
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
603751448/giffun
一款开源的GIF在线分享App,乐趣就要和世界分享。
603751448/ImagePicker
高仿微信图片选择器(支持单图,多图,视频选择,支持图片自由缩放,视频播放等功能)
603751448/ImagePicker-1
完全仿微信的图片选择,并且提供了多种图片加载接口,选择图片后可以旋转,可以裁剪成矩形或圆形,可以配置各种其他的参数
603751448/ImageShowPicker
单纯的上传图片展示控件
603751448/Page
啥是佩奇
603751448/plaid
An Android app which provides design news & inspiration as well as being an example of implementing material design.
603751448/RTP
视频通话,采用H264进行硬编码与硬解码,数据通过RTP协议打包通过UDP发送到接收端解码展示。
603751448/smartTable
一款android自动生成表格框架---An Android automatically generated table framework
603751448/StompProtocolAndroid
STOMP protocol via WebSocket for Android
603751448/TimeLine
瀑布流式的时间轴
603751448/webrtc_server
webrtc服务器端的实现,搭建教程:
603751448/wlmedia
android 音视频播放SDK,几句代码即可实现音视频播放功能~
603751448/wlplayer
NDK+FFmpeg+OpenSL+OpenGL+Mediacodec 的视频播放SDK源码和实例APP,很适合学习ffmpeg解码流程和Android中NDK实战开发