wyntonchin
Android程序员,原生算得上精通吧,kotlin、java 做过手机framework,音视频,VRLauncher,iOT智能控制。 目前在自学flutter,ffmpeg
青岛海信China
wyntonchin's Stars
liujiayu5566/MockGps
mockGps 支持模拟定位以及模拟导航 支持Android14
gengqifu/361Camera
An Android camera application
pichillilorenzo/flutter_inappwebview
A Flutter plugin that allows you to add an inline webview, to use a headless webview, and to open an in-app browser window.
getActivity/Logcat
Android 日志打印框架,在手机上可以直接看到 Logcat 日志啦
ellisonchan/SplashScreen
Splash screen demo that used with Jetpack ‘SplashScreen‘ library and Android 12's Splash Screen API.
getActivity/AndroidGithubBoss
Github Android 个人技术开源影响力排行榜
getActivity/XXPermissions
Android 权限请求框架,已适配 Android 14
Gurupreet/ComposeCookBook
A Collection on all Jetpack compose UI elements, Layouts, Widgets and Demo screens to see it's potential
chalilayang/AudioPlayerDemo
tuke0919/YingKe-MediaCodec
学习实践MediaCodeC。Android MediaCodec API 实现下载网络video,MediaCodec播放器播放视频,MediaCodec录视频,MediaCodec实视频转码,MediaCodec从视频分离音频aac,MediaCodec音频解码pcm原始数据,MediaCodec多个音频进行混音,MediaCodec拼接多个视频
ChenLittlePing/LearningVideo
【Android 音视频开发打怪升级】系列文章示例代码(A demo to introduce how to develop android video)。本项目将从MediaCodec硬解,FFmpeg软解,OpenGL等方面,全方位讲解如何在Android上进行音视频编辑开发。
perihanmirkelam/TcpServer
Socket programming example. Basic TCP Server application.
mikalv/awesome-qt-qml
A curated list of awesome Qt and QML libraries, resources, projects, and shiny things.
qingmei2/MVI-Architecture
The practice of MVI + Jetpack architecture in Android.
jenly1314/CircleProgressView
🎡 CircleProgressView是一个圆形渐变的进度动画控件(支持外环显示刻度,内环随之变化,配置参数完全可配),动画效果纵享丝滑。
jenly1314/ArcSeekBar
🎡 ArcSeekBar 一个弧形可拖动进度条控件。弧形大小,弧度,颜色渐变等配置完全可定制化
qyvlik/HttpRequest
HttpRequest such as XMLHttpRequest, but more powerful.
pansinm/CleanPlayer
基于Qt编写的音乐播放器,界面由QML编写,网络和文件由C++实现,能够搜索和播放在线歌曲。
gongjianbo/QmlComponentStyle
QML Component Style Demo Based on Qt5.12。QML组件样式Demo,以Qt5.12为基础版本。
raedev/android-cnblogs
An android application of the cnblogs.com website.
bilibili/ijkplayer
Android/iOS video player based on FFmpeg n3.4, with MediaCodec, VideoToolbox support.
fishwjy/VideoCompressor
A High-performance video compressor for Android using Hardware decoding and encoding API(MediaCodec).
luoyayun361/Qt-QML-Example
Qt、QML 示例集合。
graycatya/Qml_CustomControl
QtQuick 子控件实现,以及自定义控件实现方法,提供了测试案例。
yellowcath/VideoProcessor
process video(cut & scale & increase & decrease & reverse) with mediacodec
yangjie10930/EpMedia
Android上基于FFmpeg开发的视频处理框架,简单易用,体积小,帮助使用者快速实现视频处理功能。包含以下功能:剪辑,裁剪,旋转,镜像,合并,分离,变速,添加LOGO,添加滤镜,添加背景音乐,加速减速视频,倒放音视频。 The video processing framework based on FFmpeg developed on Android is simple, easy to use, and small in size, helping users quickly realize video processing functions. Contains the following functions: editing, cropping, rotating, mirroring, merging, separating, variable speed, adding LOGO, adding filters, adding background music, accelerating and decelerating video, rewinding audio and video.
corerzhang/VerticalDrawerLayout
一个垂直方向的DrawerLayout,抽屉从上向下展开
jaredtao/TaoQuick
a cool QtQuick/qml component library and demo(一套酷炫的QtQuick/Qml基础库和示例)
toby20130333/QtQuickExample
基于QtQuick的入门例子,方便大家入门学习
pcdack/MyMVITest
MVI设计模式的例子