Skip to content
#

rxjava2

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

austinstoker
austinstoker commented Oct 21, 2019

It'd be nice to be able to schedule a bunch (100+) messages from something like a csv import. I want to write birthday messages to a bunch of people in our organization in advance. It's easier to type that much on a computer plus a spreadsheet could fill the send date and time for me. I realize this is more a feature request than a bug. If there is somewhere else o should add it I'd be glad to.

🔥🔥🔥 FlyTour是Android组件化+MVVM+MVP+RxJava+Retrofit+Dagger2组成的双架构框架,工程架构采用gradle配置实现组件化,模块的架构采用典型的MVVM+MVP架构,MVVM和MVP根据自己的项目实际需求去决定使用,该框架是Android组件化、Android MVVM架构、Android MVP架构的集大成者,帮助你快速的搭建自己的App项目开发框架,以便把主要的精力放在自己的项目的业务功能实现上,另外在长期的工作实践中总结整理大量的实用工具类在项目lib_common组件的util包当中方便大家调用。

  • Updated Dec 27, 2019
  • Java
linster
linster commented Sep 23, 2019

Describe the bug
Default InternetObservingSettings object uses http, causing Android 9 to fail on clear-text traffic

To Reproduce
Steps to reproduce the behavior:

  1. On Android 9, with wifi on, and connected to the internet, use ReactiveNetwork.observeInternetConnectivity() to get an Observable<Boolean>

Expected behavior
Should return an Observable of true.

**Actu

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.