Example usage for android.os Message subclass-usage

List of usage examples for android.os Message subclass-usage

Introduction

In this page you can find the example usage for android.os Message subclass-usage.

Usage

From source file com.ch_linghu.fanfoudroid.data.Tweet.java

public class Tweet extends Message implements Parcelable {
    private static final String TAG = "Tweet";

    public com.ch_linghu.fanfoudroid.fanfou.User user;
    public String source;
    public String prevId;