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.frodo.github.bean.dto.request.RepoRequestDTO.java

/**
 * Created by Bernat on 13/10/2014.
 */
public class RepoRequestDTO implements Parcelable {

    public static final Creator<RepoRequestDTO> CREATOR = new Creator<RepoRequestDTO>() {

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

public class QuiltBlock implements Parcelable {

    //
    // Fields
    //

From source file ca.frozen.curlingtv.classes.Settings.java

public class Settings implements Parcelable {
    // local constants
    private final static String TAG = "Settings";

    // instance variables
    public int port;

From source file ca.frozen.curlingtv.classes.Camera.java

public class Camera implements Comparable, Parcelable {
    // local constants
    private final static String TAG = "Camera";

    // instance variables
    public String network;

From source file org.catnut.metadata.WeiboAPIError.java

/**
 * ?API?
 *
 * @author longkai
 * @date 2014-01-19
 */

From source file com.grepsound.model.Track.java

/**
 * "THE BEER-WARE LICENSE" (Revision 42):
 * <phk@FreeBSD.ORG> wrote this file. As long as you retain this notice you
 * can do whatever you want with this stuff. If we meet some day, and you think
 * this stuff is worth it, you can buy me a beer in return
 *

From source file de.lebenshilfe_muenster.uk_gebaerden_muensterland.database.Sign.java

/**
 * Copyright (c) 2016 Matthias Tonhuser
 * <p/>
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or

From source file ca.frozen.rpicameraviewer.classes.Camera.java

public class Camera implements Comparable, Parcelable {
    // local constants
    private final static String TAG = "Camera";

    // instance variables
    public String network;

From source file com.josephblough.sbt.criteria.LicensesAndPermitsSearchCriteria.java

public class LicensesAndPermitsSearchCriteria implements Parcelable {

    private final static String TAG = "LicensesAndPermitsSearchCriteria";

    private final static String SEARCHES_JSON_ARRAY = "searches";
    private final static String NAME_JSON_ELEMENT = "name";

From source file com.grepsound.model.Playlist.java

/**
 * "THE BEER-WARE LICENSE" (Revision 42):
 * <phk@FreeBSD.ORG> wrote this file. As long as you retain this notice you
 * can do whatever you want with this stuff. If we meet some day, and you think
 * this stuff is worth it, you can buy me a beer in return
 * <p/>