Giter Site home page Giter Site logo

amitshekhariitbhu / nybus Goto Github PK

View Code? Open in Web Editor NEW
285.0 24.0 52.0 392 KB

NYBus (RxBus) - A pub-sub library for Android and Java applications

Home Page: https://outcomeschool.com

License: Apache License 2.0

Java 100.00%
pubsub rxbus rxbus2 rxjava rxjava2 rxjava-android eventbus publisher subscriber eventbus-library

nybus's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

nybus's Issues

error when write channelId

Compilation failed; see the compiler error output for details.

i have error here
@subscribe(channelId = Channel.ONE)
public void onGetMovie(Movie mMovie) {
loadMovie(mMovie);
}

NYBusDriver is not thread safe

In NYBusDriver the events can be posted from any thread and are observed on the correct thread.

Each of the thread related observables themselves are not thread-safe. Consider using the serialized subject or confined all the onNext events to a single thread.

Any plans to move from jcenter to maven?

Any plans to move from jcenter to maven?

Reason: jcenter is being shut - Link & since jcenter() is needed in Gradle build script to use NYBus, when jcenter shuts down wont be able to use this.

can't post from Fragment to Activity?

Good library, i try to use NYBus to send data from fragment to Activity, but not working. Can you help me?

 //register
NYBus.get().register(this);
//post
 NYBus.get().post(List<Object> mItems);
// and recieve
@Subscribe
    public void onEvent(List<Object> event) {
        Log.d("vinh123", event.size()+"");
    }

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.