博客地址:https://blog.csdn.net/qw85525006/article/details/103517012
Project vlayout is a powerfull LayoutManager extension for RecyclerView, it provides a group of layouts for RecyclerView. Make it able to handle a complicate situation when grid, list and other layouts in the same recyclerview. http://tangram.pingguohe.net/
一款用于进程,APP之间通信的RPC库 CSDN文章:https://blog.csdn.net/qw85525006/article/details/97438284
谷歌 TIF 框架(TIF(TV input Framework)是Google向电视制造商提供的一套关于TV相关数据(搜到的台,直播的节目单等)管理的一套框架和对应的API,用于创建Input模块来控制Android电视。) 不同的Input模块包括HDMI,ATV,DTV,网络等 相关文章:https://www.jianshu.com/p/385c92fceb16 Demo:https://github.com/songwenju/TIFSample
一套新颖巧妙易用的Android进程间通信IPC框架。 Hermes是一套新颖巧妙易用的Android进程间通信IPC框架。这个框架使得你不用了解IPC机制就可以进行进程间通信,像调用本地函数一样调用其他进程的函数。
PieBridge 框架基于Android原生提供的 Bundle 进行通讯。Bundle 实现了 Parcelable 接口,内部维护了 Map <String,Object> 数据结构, 所以既能实现高效的通讯,又能与各种复杂类型之间进行转换。
Andromeda 是爱奇艺开源的一个 Android 平台上轻量级的组件间通信框架,目前主要包含以下功能: 本地服务路由,注册本地服务是 registerLocalService(Class, Object), 获取本地服务是 getLocalService(Class); 远程服务路由,注册远程服务是 registerRemoteService(Class, Object), 获取远程服务是 getRemoteService(Class); 全局(含所有进程)事件总线, 订阅事件为 subscribe(String, EventListener), 发布事件为 publish(Event); 远程方法回调,如果某个业务接口需要远程回调,可以在定义 aidl 接口时使用 IPCCallback;
https://github.com/dinuscxj/LoadingDrawable Some beautiful android loading drawable, can be combined with any view as the LoadingView or the ProgressBar. Besides, some Drawable can customize the loading progress too.
A categorized collection of Android Open Source Projects, More powerful web version: https://p.codekk.com/