PreferenceFragment sous AndroidBonjour Avez-vous un exemple sur les PreferenceFragment sous Android? | |
Android | |
PreferenceFragment Android | |
Anaïs Posté le : 9 Octobre à 16:35 38 502 vues |
Maël Posté le : 9 Octobre à 16:38 |
Bonjour Voici un exemple sur les PreferenceFragment sous Android: <?xml version="1.0" encoding="utf-8"?> <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" > <PreferenceCategory android:key="pref_key_category_1" android:title="@string/title_category_1" > <CheckBoxPreference android:defaultValue="false" android:key="pref_key_pref_1" android:summary="@string/summary_pref_1" android:title="@string/title_pref_1" /> <Preference android:dependency="pref_key_pref_1" android:key="pref_key_pref_2" android:summary="@string/summary_pref_2" android:title="@string/title_pref_2" /> <SwitchPreference android:key="pref_key_pref_3" android:summary="@string/summary_pref_3" android:switchTextOff="@string/switch_off_pref_3" android:switchTextOn="@string/switch_on_pref_3" android:title="@string/title_pref_3" /> </PreferenceCategory> <PreferenceCategory android:key="pref_key_category_2" android:title="@string/title_category_2" > <EditTextPreference android:key="pref_key_pref_4" android:summary="@string/summary_pref_4" android:title="@string/title_pref_4" /> <ListPreference android:entries="@array/list_pref_5" android:entryValues="@array/list_pref_5" android:key="pref_key_pref_5" android:summary="@string/summary_pref_5" android:title="@string/title_pref_5" /> <RingtonePreference android:key="pref_key_pref_6" android:ringtoneType="ringtone" android:summary="@string/summary_pref_6" android:title="@string/title_pref_6" /> </PreferenceCategory> </PreferenceScreen> |
Retenir la position dans les fragmentsSalutComment retenir la position dans les fragments sous Android? | |
Android | |
Position Fragments Android |
Utiliser des fragments dynamiques sous AndroidBonjourComment utiliser des fragments dynamiques sous Android? | |
Android | |
Fragments Dynamiques Android |
Les fragments en paysage sous AndroidBonsoirSavez-vous un exemple sur les fragments en paysage sous Android? | |
Android | |
Fragments Paysage Android |
Création d'un fragment fixeBonjourComment créer un fragment fixe sous Android? | |
Android | |
Fragment Fixe Android |
Exemple d'un émulateur de tag NDEFSalutJe voudrais un exemple d'utilisation d'un émulateur de tag NDEF sous Android? | |
Android | |
Emulateur Tag NDEF Android |
Activité destiné à gérer la lecture du tagBonjourAvez-vous un exemple d'une activité destiné à gérer la lecture du tag sous Android? | |
Android | |
Activité Tag Android |
Implémentation du filtre NFC dans l'applicationBonjourComment implémenter le filtre NFC dans l'application Android? | |
Android | |
Implémentation Filtre NFC Application Android |
Création d’un serveur BluetoothBonjourComment créer un serveur Bluetooth sous Android? | |
Android | |
Serveur Bluetooth Android |
La permission du NFC sous AndroidBonjourQuel est la permission du NFC sous Android? | |
Android | |
Permission NFC Android |
Ajouter des boutons sur une notificationBonjourComment ajouter des boutons sur une notification sous Android? | |
Android | |
Boutons Notification Android |
Création d'une notification affichant une listeBonjourComment créer une notification affichant une liste sous Android? | |
Android | |
Notification Liste Android |
Afficher une notification avec une grande imageSalutComment afficher une notification avec une grande image sous Android? | |
Android | |
Notification Image Android |
Exemple du notification basique sous AndroidSalutJe voudrais un exemple d'une notification basique sous Android? | |
Android | |
Notification Basique Android |
Modifier l'indicateur sous AndroidBonjourComment modifier l'indicateur en fonction de la page courante de l'utilisateur sous Android? | |
Android | |
Indicateur Page Utilisateur Android |
Navigation en tab sous AndroidBonjourComment naviguer en tab sous Android? | |
Android | |
Navigation Tab Android |
Utilisation du widget ViewPagerSalutAvez-vous un exemple sur l'utilisation du widget sous Android? | |
Android | |
wWdget ViewPager Android |
Passer des informations à la création d'un fragmentBonjourJe voudrais savoir comment passer des informations à la création d'un fragment sous Android? | |
Android | |
Informations Fragment Android |
Intégrer un menu sous AndroidBonjourComment intégrer un menu sous Android? | |
Android | |
Barre d'action Applications Android |
Bouton home sous AndroidSalutComment créer un bouton home sous Android? | |
Android | |
Bouton Android Home |
Spliter le menu sous AndroidSalutComment "Spliter" le menu sous Android? | |
Android | |
Spliter Menu Android |
Veuillez vous connecter pour profiter pleinement de toutes les fonctionnalités de Oyant. | ||
Connexion |
Inscription |
|
Poster une question |