1. Principe
Une notification est une indication qui s'affiche sur la barre qui se situe en haut d'un téléphone Android. Cette notification sert à prévenir un utilisateur de certains évènements, comme la réception d'un message par exemple. Dans cet article, les notifications seront abordées pour la dernière version d'Android (Ice Cream Sandwich).
2. Ajouter une notification
Dans cette partie, nous allons créer une vue avec un bouton. Il servira à ajouter une notification. Pour commencer, nous allons modifier notre vue main.xml :
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical">
<Button
android:id="@+id/add_notification"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/add_notification"/>
- Accédez à tous les contenus de Connect en illimité
- Découvrez des listes de lecture et des contenus Premium
- Consultez les nouveaux articles en avant-première