Just a simple example on how to use EventBus on Android.
EventBusSample is hosted in the following web site
https://github.com/kevintanhongann/EventBusSample
If you think the Android project EventBusSample listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of EventBusSample.
Item | Value |
---|---|
Java File Count | 11 |
Target SDK Version | 19 |
Minimum SDK Version | 19 |
Activity Count | 1 |
Fragment Count | 1 |
EventBusSample has the following Java source files.
com.kevintan.eventbussample.MainActivity.java com.kevintan.eventbussample.bus.MoveToFragmentEvent.java com.kevintan.eventbussample.bus.NormalEvent.java com.kevintan.eventbussample.bus.SimpleEvent.java com.kevintan.eventbussample.bus.StickyEvent.java com.kevintan.eventbussample.bus.UpdateActionBarTitleEvent.java com.kevintan.eventbussample.data.DataObject.java com.kevintan.eventbussample.fragments.BaseFragment.java com.kevintan.eventbussample.fragments.NoStickyFragment.java com.kevintan.eventbussample.fragments.SecondFragment.java com.kevintan.eventbussample.fragments.ThirdFragment.java