Example usage for android.content Intent subclass-usage

List of usage examples for android.content Intent subclass-usage

Introduction

In this page you can find the example usage for android.content Intent subclass-usage.

Usage

From source file com.thelastcrusade.soundstream.util.LocalBroadcastIntent.java

/**
 * A helper class for building and sending broadcast intents.
 * 
 * NOTE: as we want to use additional put* methods (for the extras bundle), we may
 * have to override the methods like we do with putParcelableArrayListExtra, so we
 * can keep method chaining functionality.

From source file devfigas.com.neverlargeexception.SuperIntent.java

public class SuperIntent extends Intent {

    protected static final String EXTRAS = "EXTRAS";
    private Bundle mBundle = new Bundle();
    protected IntentCofiguration mIntentCofiguration = new IntentCofiguration();