Skip to content
#

rxjava2

Here are 2,358 public repositories matching this topic...

🔥🔥🔥 FlyTour是Android MVVM+MVP+Dagger2+Retrofit+RxJava+组件化+插件组成的双编码架构+双工程架构+双语言Android应用开发框架,通过不断的升级迭代该框架已经有了十个不同的版本,5.0之前工程架构采用gradle配置实现组件化,5.0之后的工程架构采用VirtualAPK实现了插件化,5.0之前采用Java编码实现,5.0之后采用Kotlin编码实现,编码架构由MVVM和MVP组成,工程架构和编码架构及编码语言开发者可根据自己具体的项目实际需求去决定选择使用,该框架是Android组件化、Android插件化、Android MVP架构、Android MVVM架构的集大成者,帮助你快速的搭建自己的App项目开发框架,以便把主要的精力放在自己的项目的业务功能实现上,另外在长期的工作实践中总结整理大量的实用工具类在项目lib_common组件的util包当中方便大家调用。

  • Updated Mar 26, 2020
  • Java
springMonton
springMonton commented Apr 2, 2020

如下问题是基于soul-master代码分支发现的:

场景一

dubbo单参数,方法参数为Java基本类型,代码如下:
@override
@SoulClient(path = "/findById", desc = "根据用户查询")
public DubboTest findById(final String id) {
DubboTest dubboTest = new DubboTest();
dubboTest.setId(id);
dubboTest.setName("hhah");
return dubboTest;
}

调用网关,http://localhost:9195/dubbo/findById body设置:{"id":"1"

GrahamBorland
GrahamBorland commented Nov 2, 2016

RxTiPresenterUtils.deliverLatestCacheToView caches and re-delivers all items emitted by the source.

Look at this log output. When the view is detached, several items are emitted by the source, but not delivered. This is correct so far.

After the view is reattached, all of the items are delivered again, including those which had already been delivered (c9915aa) and those which should

Improve this page

Add a description, image, and links to the rxjava2 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rxjava2 topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.