Pinned Repositories
algorithm009-class02
android_interview
gitbook地址
AndroidInterview
android 面试资料
AndroidJniBitmapOperations
Allows to perform various simple operations on bitmaps via JNI , while also providing some protection against OOM using the native Java environment on Android
babyxrc
Resource compiler, packages images, fonts, cursors, etc as compilable C source. Portable ANSI C.
baseAdapter
Android 万能的Adapter for ListView,RecyclerView,GridView等,支持多种Item类型的情况。
binder-demo
c++ 层实现binder服务例子
BinderSample
Android Binder Demo示例程序,分别从Android应用层(Java)、framework层(Java)、native层(C++)3个角度,通过example阐述如何创建和使用Android Binder IPC实例
LiveStream
一个实现直播的解决方案,视频采用H264编码、音频采用ACC编码、传输采用Rtmp协议
TvWidget
tv常用效果控件,包括焦点、边框处理等。
yinzp's Repositories
yinzp/TvWidget
tv常用效果控件,包括焦点、边框处理等。
yinzp/AndroidInterview
android 面试资料
yinzp/LiveStream
一个实现直播的解决方案,视频采用H264编码、音频采用ACC编码、传输采用Rtmp协议
yinzp/algorithm009-class02
yinzp/android_interview
gitbook地址
yinzp/AndroidJniBitmapOperations
Allows to perform various simple operations on bitmaps via JNI , while also providing some protection against OOM using the native Java environment on Android
yinzp/babyxrc
Resource compiler, packages images, fonts, cursors, etc as compilable C source. Portable ANSI C.
yinzp/baseAdapter
Android 万能的Adapter for ListView,RecyclerView,GridView等,支持多种Item类型的情况。
yinzp/binder-demo
c++ 层实现binder服务例子
yinzp/BinderSample
Android Binder Demo示例程序,分别从Android应用层(Java)、framework层(Java)、native层(C++)3个角度,通过example阐述如何创建和使用Android Binder IPC实例
yinzp/CardStackViewpager
一个实现了卡片滑动效果的Viewpager
yinzp/crosswalk
yinzp/CustomActionWebView
自定义webview长按文本弹出选项,并且点击后返回选项与所选中的文本,你的webview不再只支持系统的复制等功能了,长按web文本实现文本一键收藏、分享,就是这么简单。Demo中附带对webView的详细使用:api详解,配置详解,js多种通信方式详解。
yinzp/cv4j
The target is to set up a high quality and real-time image process and machine learning library which is implemented in pure java. The framework can run application on java desktop and android platform.
yinzp/DirectFB-examples
yinzp/DirectFBTutorials
some sample codes for how to use DirectFB API, welcome to fork it and study.
yinzp/DMView
Bullet screen(danmu/弹幕): Achieved through the use of RecyclerView
yinzp/ijkplayer
Android/iOS video player based on FFmpeg n3.2, with MediaCodec, VideoToolbox support.
yinzp/Image-Processing-Algorithm
基于OPenCV实现图像处理各种常用算法
yinzp/LoadingAndRetryManager
无缝为Activity、Fragment、任何View设置加载(loading)、重试(retry)和无数据(empty)页面。
yinzp/MusicLake
MediaPlayer、Exoplayer音乐播放器,可播在线音乐,qq音乐,百度音乐,虾米音乐,网易云音乐,YouTuBe
yinzp/openmultiboot
yinzp/raspi-teletext
Generate teletext with a Raspberry Pi
yinzp/shmqueue
基于c++内存池,共享内存和信号量实现高速的进程间通信队列,单进程读单进程写无需加锁,多进程读多进程写用信号量集实现读写锁保证读写安全
yinzp/TeamTalk
TeamTalk is a solution for enterprise IM
yinzp/ThreadPool
A simple C++11 Thread Pool implementation
yinzp/uamp
A sample audio app for Android
yinzp/waynboot-mall
这是一套全部开源的微商城项目,包含一个运营后台、H5商城前台和服务端接口。 实现了商城所需的首页展示、商品分类、商品详情、sku详情、商品搜索、购物车、结算下单、线上支付,商品评论等一系列功能。 技术上基于最新得Springboot3.0、jdk17,整合了MySql、Redis、RabbitMQ、ElasticSearch等常用中间件,对于初学者而言根据readme中的本地开发指南就能成功启动项目。还提供 docker-compose 一键部署脚本,只需要十多分钟就能启动商城前后台所有服务。
yinzp/webServer