Example usage for android.support.v4.app NotificationCompat.Builder subclass-usage

List of usage examples for android.support.v4.app NotificationCompat.Builder subclass-usage

Introduction

In this page you can find the example usage for android.support.v4.app NotificationCompat.Builder subclass-usage.

Usage

From source file org.kontalk.ui.ProgressNotificationBuilder.java

/**
 * Builder for progress notifications.
 * @author Daniele Ricci
 */
public class ProgressNotificationBuilder extends NotificationCompat.Builder {

From source file com.owncloud.android.utils.NotificationBuilderWithProgressBar.java

/**
 * Extends the support class {@link NotificationCompat.Builder} to grant that
 * a progress bar is available in every Android version, because 
 * {@link NotificationCompat.Builder#setProgress(int, int, boolean)} has no
 * real effect for Android < 4.0
 * 

From source file com.google.android.vending.expansion.downloader.impl.V4CustomNotificationBuilder.java

/**
 * This class wraps NotificationCompat to give us similar progress functionality on Donut-Honeycomb.
 */
public class V4CustomNotificationBuilder extends NotificationCompat.Builder {

    public V4CustomNotificationBuilder(Context context) {

From source file com.digitalarx.android.notifications.NotificationBuilderWithProgressBar.java

/**
 * Extends the support class {@link NotificationCompat.Builder} to grant that
 * a progress bar is available in every Android version, because 
 * {@link NotificationCompat.Builder#setProgress(int, int, boolean)} has no
 * real effect for Android < 4.0
 * 

From source file com.synox.android.notifications.NotificationBuilderWithProgressBar.java

/**
 * Extends the support class {@link NotificationCompat.Builder} to grant that
 * a progress bar is available in every Android version, because 
 * {@link NotificationCompat.Builder#setProgress(int, int, boolean)} has no
 * real effect for Android < 4.0
 */

From source file com.cerema.cloud2.notifications.NotificationBuilderWithProgressBar.java

/**
 * Extends the support class {@link NotificationCompat.Builder} to grant that
 * a progress bar is available in every Android version, because 
 * {@link NotificationCompat.Builder#setProgress(int, int, boolean)} has no
 * real effect for Android < 4.0
 */

From source file com.owncloud.android.notifications.NotificationBuilderWithProgressBar.java

/**
 * Extends the support class {@link NotificationCompat.Builder} to grant that
 * a progress bar is available in every Android version, because 
 * {@link NotificationCompat.Builder#setProgress(int, int, boolean)} has no
 * real effect for Android < 4.0
 */

From source file pw.thedrhax.util.Notify.java

public class Notify extends NotificationCompat.Builder {
    private Context context;
    private NotificationManager nm;
    private SharedPreferences settings;

    private int id = 0;