Example usage for android.os Parcelable interface-usage

List of usage examples for android.os Parcelable interface-usage

Introduction

In this page you can find the example usage for android.os Parcelable interface-usage.

Usage

From source file com.krayzk9s.imgurholo.libs.JSONParcelable.java

/**
 * Created by Kurt Zimmer on 7/27/13.
 */
public class JSONParcelable implements Parcelable {

    private JSONObject jsonData;

From source file com.wellsandwhistles.android.redditsp.reddit.things.RedditComment.java

public final class RedditComment implements Parcelable, RedditThingWithIdAndType {

    public String body, body_html, author, subreddit;
    public String author_flair_text;
    public Boolean archived, likes, score_hidden;

From source file org.mozilla.mozstumbler.service.stumblerthread.datahandling.StumblerBundle.java

/**
 * A StumblerBundle contains stumbling data related to a single GPS lat/long fix.
 */
public final class StumblerBundle implements Parcelable {
    private final int mPhoneType;
    private final Location mGpsPosition;

From source file com.wellsandwhistles.android.redditsp.reddit.things.RedditSubreddit.java

public class RedditSubreddit implements Parcelable, Comparable<RedditSubreddit>, WritableObject<String> {

    public String getKey() {
        try {
            return getCanonicalName();
        } catch (InvalidSubredditNameException e) {

From source file it.polimi.spf.shared.model.SPFAction.java

/**
 * TODO #Documentation
 * 
 * @author Jacopo Aliprandi
 */
public abstract class SPFAction implements Parcelable {

From source file com.clover.sdk.v1.merchant.TipSuggestion.java

/**
 * A class representing a tip suggestion associated with a merchant. Instances of this object are returned
 * as part of a {@link com.clover.sdk.v1.merchant.Merchant} object.
 */
public class TipSuggestion implements Parcelable {
    public static class Builder {

From source file com.kymjs.rxvolley.http.URLHttpResponse.java

/**
 * 6.0?org.apache.http.HttpResponse
 * NOTE:?Q @? ??URLHttpResponse???
 *
 * @author ?(https://github.com/lichenguang8706)
 * @author kymjs (http://www.kymjs.com/) .

From source file com.datastore_android_sdk.rxvolley.http.URLHttpResponse.java

/**
 * 6.0?org.apache.http.HttpResponse
 *
 */
public class URLHttpResponse implements Parcelable {

From source file com.richtodd.android.quiltdesign.block.Theme.java

public class Theme implements Parcelable {

    //
    // Fields
    //

From source file edgargtzg.popularmovies.MovieItemReview.java

/**
 * Contains a review of a movie item.
 */
public class MovieItemReview implements Parcelable {

    /**