OttoDemo was created for a presentation given to the Cincinnati Android Developers Group. It publishes Strings(), Booleans() and Integers() to the bus for example purposes only and is not my recommended solution. AnEventClass(), as is also used, is what you *should* do when publishing something to the Bus()..
OttoDemo is hosted in the following web site
https://github.com/androidfu/OttoDemo
If you think the Android project OttoDemo 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 OttoDemo.
Item | Value |
---|---|
Java File Count | 17 |
Supported screen sizes | [xhdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 7 |
Activity Count | 1 |
Fragment Count | 2 |
jar files used | android-support-v4.jar |
OttoDemo has the following Java source files.
com.cadg.androidfu.otto.AdjustQuantityFragment.java com.cadg.androidfu.otto.BaseFragment.java com.cadg.androidfu.otto.MainActivity.java com.cadg.androidfu.otto.OttoApplication.java com.cadg.androidfu.otto.TotalFragment.java com.cadg.androidfu.otto.model.QuantityChangedEvent.java com.cadg.androidfu.otto.model.QuantityManager.java com.squareup.otto.Bus.java com.squareup.otto.BusProvider.java com.squareup.otto.DeadEvent.java com.squareup.otto.Produce.java com.squareup.otto.Subscribe.java com.squareup.otto.ThreadEnforcer.java