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 io.openkit.OKAchievement.java

public class OKAchievement implements Parcelable {

    public static final String OK_ACHIEVEMENT_KEY = "OKAchievement";

    private String name;
    private int OKAPP_id;

From source file com.cas.model.Module.java

public class Module implements Parcelable {
    //private static Module instance;

    public Module() {

    }

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

/**
 * A school object describes a school.
 */
@SuppressWarnings("unused")
public class VKApiSchool extends VKApiModel implements Parcelable, Identifiable {

From source file org.immopoly.android.model.Flat.java

public class Flat implements Parcelable, Comparable<Flat>, SQLData {

    public static final int AGE_OLD = 0;
    public static final int AGE_NORMAL = 1;
    public static final int AGE_NEW = 2;

From source file com.clover.sdk.v3.base.Address.java

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

    public java.lang.String getAddress1() {
        return genClient.cacheGet(CacheKey.address1);

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

/**
 * Chat object describes a user's chat.
 */
@SuppressWarnings("unused")
public class VKApiChat extends VKApiModel implements android.os.Parcelable, Identifiable {

From source file com.markupartist.sthlmtraveling.provider.planner.JourneyQuery.java

public class JourneyQuery implements Parcelable {
    public Location origin;
    public Location destination;
    public Location via;
    public Time time;
    public boolean isTimeDeparture = true;

From source file com.wootric.androidsdk.objects.LocalizedTexts.java

/**
 * Created by maciejwitowski on 9/3/15.
 */
public class LocalizedTexts implements Parcelable {

    private static final String ANCHOR_LIKELY_KEY = "likely";

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

/**
 * Root class for all VK models.
 * Any VK model supports Parcelable interface so you can pass it as extra.
 *
 * VK model is also allows you to store some object inside as a tag.
 * These objects are retained by hard links,

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

public class Module implements Parcelable {
    //private static Module instance;

    public Module() {

    }