Back to project page cdb-android.
The source code is released under:
GNU General Public License
If you think the Android project cdb-android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package ca.strangeware.cdb; public class ActivityIds { public static final String INTENT_KEY_STOP_ID = "ca.strangeware.cdb.stop_id"; public static final String INTENT_KEY_TRIP_ID = "ca.strangeware.cdb.trip_id"; public static final String INTENT_KEY_PICKUP_ID = "ca.strangeware.cdb.pickup_id"; }