Android Open Source - Development EventBus EventBusSample






Project Summary

Just a simple example on how to use EventBus on Android.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of EventBusSample.

ItemValue
Java File Count11
Target SDK Version19
Minimum SDK Version19
Activity Count1
Fragment Count1




Java Source Files

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