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.pasta.mensadd.cardcheck.card.desfire.DesfireFileSettings.java

public abstract class DesfireFileSettings implements Parcelable {
    public final byte fileType;
    public final byte commSetting;
    public final byte[] accessRights;

    /* DesfireFile Types */

From source file moodle.android.moodle.model.Content.java

public class Content implements Parcelable {

    //private static Content instance;

    public Content() {

From source file istat.android.telephony.sms.Sms.java

/**
 * @author Toukea Tatsi (Istat)
 */
public final class Sms implements Parcelable {
    public static final String TYPE_MESSAGE_ALL = "0", TYPE_MESSAGE_INBOX = "1", TYPE_MESSAGE_SENT = "2",
            TYPE_MESSAGE_DRAFT = "3", TYPE_MESSAGE_OUTBOX = "4", TYPE_MESSAGE_FAILED = "5",

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

/**
 * TODO #Documentation
 * 
 * @author darioarchetti
 * 
 */

From source file org.lol.reddit.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 org.solovyev.android.calculator.onscreen.CalculatorOnscreenViewState.java

/**
 * User: serso
 * Date: 11/21/12
 * Time: 10:55 PM
 */
public class CalculatorOnscreenViewState implements Parcelable {

From source file com.clover.sdk.v3.apps.AppBundle.java

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

    /**
     * Unique identifier

From source file com.clover.sdk.v3.apps.AppMeteredCountry.java

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

    /**
     * Unique identifier

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

/**
 * This class represents owner of some VK object.
 */
@SuppressWarnings("unused")
public class VKApiOwner extends VKApiModel implements Identifiable, android.os.Parcelable {

From source file com.morphoss.jumble.models.Word.java

public class Word implements Parcelable {

    /**
     * This class sets all the details about the Word type
     */
    public static String TAG = "Word";