NOTICE! This project is experimental, so don't use it in production! No support is provided and only bug fixes and pull requests can be accepted.
云豹直播系统是完全开源的商用直播平台源码,由我司专业直播软件开发团队自主研发,支持二次开发,全球服务器任意节点可进行直播平台搭建部署,含众多运营级直播特色功能,快速实现平台引流、互动直播、流量变现等运营需求。系统功能通用,无论是个人还是企业都可以利用该系统快速搭建一个属于自己的商业直播平台。
万岳在线教育经过对教育市场的长期调研,综合当下各大线上教培机构对于教育平台的功能需求,着重于用户体验,自主研发了一套集知识付费、直播授课、网校建设等功能为一体的万岳在线教育系统,满足用户对于公开课、大班课、小班课、职业培训等多种线上教学活动的场景需求。
最良心的开源表情键盘解决方案 Features API > 9 表情键盘支持无闪烁自跟随系统软键盘高度,及支持自定义高度 表情支持自定义格式,支持任意来源 组件支持完全自定义,样式支持任意更改 支持全屏 默认微信键盘样式 赠QQ键盘高仿,不谢
cnn_captcha use CNN recognize captcha by tensorflow. 本项目针对字符型图片验证码,使用tensorflow实现卷积神经网络,进行验证码识别。 项目封装了比较通用的校验、训练、验证、识别、API模块,极大的减少了识别字符型
inspired and modified from this and wechat jsBridge file, with some bugs fix and feature enhancement. This project make a bridge between Java and JavaScript. It provides safe and convenient way to call Java code from js and call js code from java.
http://www.recyclerview.org/ Powerful and flexible RecyclerView Adapter, Please feel free to use this. (Welcome to Star and Fork) 强大而灵活的RecyclerView Adapter(欢迎 Star 和 Fork) New version 3.x release, Written using kotlin and AndroidX, Support java use. Fixed many legacy issues, strengthened support for DataBinding, and ‘multi-layout’ is more flexible. 新版3.x版已发布,使用kotlin和AndroidX编写,支持java使用。解决了许多遗留问题,增强了对DataBinding的支持,并且“多重布局”更加灵活。 Of course, you can continue to use the 2.x version. 当然,你也可
最近搞了一下Android的动态壁纸,像实现“萤火视频桌面”那样,本来以为很难的,但是了解了一下感觉还是很容易的。 效果图:http://lc-fgtnb2h8.cn-n1.lcfile.com/82f4e474384b28b5739a.gif Android壁纸的实现和管理分为三层: 只想了解动态壁纸的看第一个就好了 WallpaperService与Engine 壁纸运行在一个Android服务之中,这个服务的名字叫做WallpaperService。当用户选择了一个壁纸之后,此壁纸所对应的WallpaperService便会启动并开始进行壁纸的绘制工作。Engine是WallpaperService中的一个内部类,实现了壁纸窗口的创建以及Surface的维护工作。这一层次的内容主要体现了壁纸的实现原理。 WallpaperManagerService 这个系统服务用于管理壁纸的运行与切换,并通过WallpaperManager类向外界提供操作壁纸的接口。这一层次主要体现了Android对壁纸的管理方式。 WindowManagerService 用于计算壁纸窗口的Z序、
A type-safe HTTP client for Android and Java. For more information please see the website.
See the project website for documentation and APIs. HTTP is the way modern applications network. It’s how we exchange data & media. Doing HTTP efficiently makes your stuff load faster and saves bandwidth. OkHttp is an HTTP client that’s efficient by default: HTTP/2 support allows all requests to the same host to share a socket. Connection pooling reduces request latency (if HTTP/2 isn’t available). Transparent GZIP shrinks download sizes. Response caching avoids the network completely for rep
Android-Jetpack-Demo 是一个简单的、集成当前Google主流Android技术的示例Demo,旨在帮助有需要的初级开发者,快速上手Android新技术、新架构。主要使用livedata、lifecycle、paging、room、navigation、workmanager、rxjava、kotlin、dagger2以及viewmodel的MVVM简单架构