Stars
BRVAH:Powerful and flexible RecyclerAdapter
[永久维护] Android 快速构建 RecyclerView, 比 BRVAH 更简单强大
GroupedRecyclerViewAdapter可以很方便的实现RecyclerView的分组显示,并且每个组都可以包含组头、组尾和子项;可以方便实现多种Type类型的列表,可以实现如QQ联系人的列表一样的列表展开收起功能,还可以实现头部悬浮吸顶功能等。
Stream VR games from your PC to your headset via Wi-Fi
📚 Freely available programming books
基于 Jetpack + Kotlin 的 Android 组件化 MVVM 框架
🔥🔥🔥 组件化综合案例,组件分层为:基础公共组件,功能组件,业务组件,主工程。每一层组件的建设,很详细的工程案例,很全面的一个组件化实践案例。一个超级综合案例!
This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler.
An Android app which provides design news & inspiration as well as being an example of implementing material design.
A fun to play quiz that showcases material design on Android
Repository for code examples used in the book RxJava for Android Developers
Material design file manager for Android
Contains a script that assembles FFmpeg library for Android
An android application for synchronized video and audio playback on multiple devices.
基于Android平台音视频硬解码的简单教程,串联整个音视频播放流程,完成音频解码,音频播放,视频解码,视频渲染,音视频同步等等
Sends/Receives RTSP messages and uses the payload from RTP packets to stream mjpeg video from a server.
接收端,MediaCodec解码h264数据,再用SurfaceTexture显示解码的数据
摄像头预览用MediaCodec编码h264数据,再用rtp发送实时数据流
A parser/writer of RTP & RTCP packets with no external dependancies
Library that receives UDP packets wrapped into RTP and coded in H264, decodes the corresponding frames and plays the resulting stream in an Android SurfaceView
Example code how to play a stream with VLC