Outils pour utilisateurs

Outils du site


informatique:android

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
informatique:android [03/04/2016 13:07] – [Developement] cyrilleinformatique:android [06/01/2019 18:25] (Version actuelle) – [Android] recopier écran Android sur un bureau Linux cyrille
Ligne 1: Ligne 1:
 ====== Android ====== ====== Android ======
  
 +Aussi:
 +  * [[/informatique/mobile_app|/informatique/mobile_app]]
 +
 +===== Divers outils =====
 +
 +[[https://www.info24android.com/comment-lancer-votre-ecran-android-sur-un-bureau-linux/|recopier écran Android sur un bureau Linux]]
 ===== Docs ===== ===== Docs =====
  
Ligne 16: Ligne 22:
   * smartphone Samsung GT-S5369, Android 2.3.6 (API 10), Kernel 2.6.35   * smartphone Samsung GT-S5369, Android 2.3.6 (API 10), Kernel 2.6.35
     * USB idVendor=04e8, idProduct=685e     * USB idVendor=04e8, idProduct=685e
 +    * Ecran: TFT 262 000 couleurs, 320 x 240
 +  * smartphone Samsung Galaxy Core Prime SM-G361F, Android 5.1.1
 +    * Écran 4.5 pouces 480 x 800 (WVGA), Quad-Core 1.2GHz
  
-===== Tips =====+ 
 + 
 +==== Versions d'Androïd et API ==== 
 + 
 +Les [[http://developer.android.com/about/dashboards/index.html|statistiques des versions utilisées d'Androïd]], les tailles d'écran et versios d'OpenGL, publication par Google. 
 + 
 +| Version | Name | API | 
 +| 2.2 | Froyo | 8 | 
 +| 2.3.3 | Gingerbread | 10 | 
 +| 2.3.7 | ::: | ::: | 
 +| 4.0.3 | Ice Cream Sandwich | 15 | 
 +| 4.0.4 | ::: | ::: | 
 +| 4.1.x | Jelly Bean | 16 | 
 +| 4.2.x | ::: | ::: | 
 +| 4.3 | ::: | ::: | 
 +| 4.4 | KitKat | 19 | 
 +| 5.0 | Lollipop | 21 | 
 +| 5.1 | ::: | ::: | 
 +| 6.0 | Marshmallow | 23 | 
 + 
 +===== Developement ===== 
 + 
 + 
 +==== SDK & Tools ==== 
 + 
 +  * Android Studio https://developer.android.com/studio/index.html 
 + 
 +==== Tips ====
  
 On Android 4.2 and later, the **developer options are hidden by default**. To enable the developer options, select Settings > About phone and tap Build number seven times.  On Android 4.2 and later, the **developer options are hidden by default**. To enable the developer options, select Settings > About phone and tap Build number seven times. 
Ligne 40: Ligne 76:
 Manage Json: Manage Json:
   * [[https://developer.android.com/reference/org/json/JSONTokener.html|JSONTokener]] in Android reference   * [[https://developer.android.com/reference/org/json/JSONTokener.html|JSONTokener]] in Android reference
-===== Developement =====+ 
 +==== En vrac ====
  
 [[http://www.redmondpie.com/switchme-brings-multiple-user-accounts-to-android-download-now/|SwitchMe]] brings Multiple User Accounts to Android. [[http://www.redmondpie.com/switchme-brings-multiple-user-accounts-to-android-download-now/|SwitchMe]] brings Multiple User Accounts to Android.
  
-USB OTG +USB 
-  * Connecter des périphériques USB à un smartphone Android+  * USB On-The-Go (OTG) pour Connecter des périphériques USB à un smartphone Android 
 +  * [[http://android.serverbox.ch/?p=549|Android USB Host + Arduino: How to communicate without rooting your Android Tablet or Phone]] - En fin d'article tout plein d'explication (soft usb driver, ...) 
 +  * [[https://github.com/mik3y/usb-serial-for-android|usb-serial-for-android]] : This is a driver library for communication with Arduinos and other USB serial hardware on Android, using the Android USB Host API available on Android 3.1+. 
 + 
  
 Android Open Accessories Android Open Accessories
Ligne 52: Ligne 93:
  
 Dev Dev
 +  * [[https://www.apriorit.com/dev-blog/233-how-to-build-apk-file-from-command-line|How to build Android app .apk file from command line]]
   * [[http://developer.android.com/sdk/index.html#download|ADT Bundle]] = Eclipse + ADT plugin + Android SDK Tools + Android Platform-tools + The latest Android platform + The latest Android system image for the emulator   * [[http://developer.android.com/sdk/index.html#download|ADT Bundle]] = Eclipse + ADT plugin + Android SDK Tools + Android Platform-tools + The latest Android platform + The latest Android system image for the emulator
   * [[http://android.developpez.com/cours/?page=Debutan|tutoriels pour Android]] sur [[http://android.developpez.com|android.developpez.com]]   * [[http://android.developpez.com/cours/?page=Debutan|tutoriels pour Android]] sur [[http://android.developpez.com|android.developpez.com]]
   * [[http://www.siteduzero.com/informatique/tutoriels/votre-premiere-application-android|Votre première application Android]] par ShigeruM   * [[http://www.siteduzero.com/informatique/tutoriels/votre-premiere-application-android|Votre première application Android]] par ShigeruM
   * [[http://wiki.frandroid.com/wiki/D%C3%A9veloppement_Android|Wiki FrAndroid]]   * [[http://wiki.frandroid.com/wiki/D%C3%A9veloppement_Android|Wiki FrAndroid]]
-  * http://anddev.org 
-  * [[https://www.apriorit.com/dev-blog/233-how-to-build-apk-file-from-command-line|How to build Android app .apk file from command line]] 
  
 Glossaire: Glossaire:
   * AVD : Android Virtual Device => Périphérique Android Virtuel   * AVD : Android Virtual Device => Périphérique Android Virtuel
  
 +Google [[https://developer.chrome.com/home/devtools-pillar|Chrome Developer Tools]]
  
 ADB for Android Developers (ARCHOS Internet Tablet) ADB for Android Developers (ARCHOS Internet Tablet)
   * http://www.archos.com/support/support_tech/updates_adb.html?country=in&lang=en   * http://www.archos.com/support/support_tech/updates_adb.html?country=in&lang=en
- 
-Google [[https://developer.chrome.com/home/devtools-pillar|Chrome Developer Tools]] 
  
 ===== OpenStreetMap ===== ===== OpenStreetMap =====
Ligne 79: Ligne 118:
 Keypad-Mapper Keypad-Mapper
   * [[http://wiki.openstreetmap.org/wiki/Keypad-Mapper_3]]   * [[http://wiki.openstreetmap.org/wiki/Keypad-Mapper_3]]
 +
 +Mapsforge
 +  * http://wiki.openstreetmap.org/wiki/Mapsforge
  
 ===== TTS ===== ===== TTS =====
Ligne 154: Ligne 196:
   * [[http://www.apriorit.com/dev-blog/227-handle-sms-on-android|How to Receive and Handle SMS on Android]]   * [[http://www.apriorit.com/dev-blog/227-handle-sms-on-android|How to Receive and Handle SMS on Android]]
  
-read sms: +Manage inbox sms: 
-  * http://androidsourcecode.blogspot.fr/2010/10/android-reading-inbox-sms.html +  * read: http://androidsourcecode.blogspot.fr/2010/10/android-reading-inbox-sms.html 
-How to Receive and Handle SMS on Android  +  * delete http://stackoverflow.com/questions/419184/how-to-delete-an-sms-from-the-inbox-in-android-programmatically
-  * http://www.apriorit.com/dev-blog/227-handle-sms-on-android +
-delete sms +
-  * http://stackoverflow.com/questions/419184/how-to-delete-an-sms-from-the-inbox-in-android-programmatically+
  
 +Envoyer des SMS:
 +  * [[http://www.mkyong.com/android/how-to-send-sms-message-in-android/|How to send SMS message in Android]] //(Android 2.3.3)//
 ===== TCP/IP ===== ===== TCP/IP =====
  
informatique/android.1459681679.txt.gz · Dernière modification : 03/04/2016 13:07 de cyrille

Sauf mention contraire, le contenu de ce wiki est placé sous les termes de la licence suivante : CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki