Android Open Source - Example example OttoDemo






Project Summary

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()..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of OttoDemo.

ItemValue
Java File Count17
Supported screen sizes[xhdpi]
Target SDK Version17
Minimum SDK Version7
Activity Count1
Fragment Count2
jar files usedandroid-support-v4.jar




Java Source Files

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