Andrew Chen

Results 9 comments of Andrew Chen

In RxJava and RxJs, the `distinct` operator accepts a selector instead of an equation, that's inconsistent to this. IMO, we should somehow provide an equivalent method. According to you mention...

```kt var longPressed = false setOnTouchListener { v, event -> var touched = false if (longPressed) { touched = popup.onTouch(v, event) } if (event.action == MotionEvent.ACTION_UP) { longPressed = false...

I've built a repository for example that supports gradle: https://github.com/yongjhih/android-ui-example

How to reproduce? By the way, https://github.com/yongjhih/RetroFacebook is using this project.

Ok, I got that. It's not supported right now, sorry. Thanks for your report.

README.md is not good for you?

Sorry, I don't have idea about that

So we have to implement a class that contains 2 members of topic and message for that.