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.acrr.base.dashboard.DashboardCategory.java

public class DashboardCategory implements Parcelable, List<DashboardTile> {

    /**
     * Default value for {@link com.acrr.base.dashboard.DashboardCategory#id DashboardCategory.id}
     * indicating that no identifier value is set.  All other values (including those below -1)
     * are valid.

From source file com.achep.base.dashboard.DashboardCategory.java

public class DashboardCategory implements Parcelable, List<DashboardTile> {

    /**
     * Default value for {@link com.achep.base.dashboard.DashboardCategory#id DashboardCategory.id}
     * indicating that no identifier value is set.  All other values (including those below -1)
     * are valid.

From source file com.bullmobi.base.dashboard.DashboardCategory.java

public class DashboardCategory implements Parcelable, List<DashboardTile> {

    /**
     * Default value for {@link com.bullmobi.base.dashboard.DashboardCategory#id DashboardCategory.id}
     * indicating that no identifier value is set.  All other values (including those below -1)
     * are valid.

From source file org.mariotaku.twidere.model.ParcelableCardEntity.java

/**
 * Created by mariotaku on 15/12/31.
 */
@JsonObject
@ParcelablePlease
public final class ParcelableCardEntity implements Parcelable {

From source file com.paranoid.gerrit.objects.JSONCommit.java

public class JSONCommit implements Parcelable {
    private static final String TAG = JSONCommit.class.getSimpleName();

    // public
    public static final String KEY_STATUS_OPEN = "open";
    public static final String KEY_STATUS_MERGED = "merged";

From source file com.vk.sdk.api.model.VKApiPhotoSize.java

/**
 * Describes an photo info in <a href="http://vk.com/dev/photo_sizes">special format<a/>.
 *
 * Some methods returns information about copies of the original image in different sizes,
 * Represented as an array of sizes, containing a description of the objects of this class.
 *

From source file com.clover.sdk.v3.device.Device.java

@SuppressWarnings("all")
public final class Device
        implements android.os.Parcelable, com.clover.sdk.v3.Validator, com.clover.sdk.JSONifiable {

    /**
     * Unique identifier

From source file io.openkit.OKLeaderboard.java

public class OKLeaderboard implements Parcelable {

    private String name;
    private int OKAPP_id;
    private int OKLeaderboard_id;
    private LeaderboardSortType sortType;

From source file com.nextgis.firereporter.ScanexSubscriptionItem.java

public class ScanexSubscriptionItem implements Parcelable {
    protected long nID;
    protected String sTitle;
    protected String sLayerName;
    protected String sWKT;
    protected boolean bSMSEnable;

From source file com.vk.sdkweb.api.model.VKApiVideo.java

/**
 * A video object describes an video file.
 */
@SuppressWarnings("unused")
public class VKApiVideo extends VKAttachments.VKApiAttachment implements Parcelable, Identifiable {