Top Banner
Intégration de Google Maps dans Android Réalisés par: BESSROUR Oussama HASSINE Amani
22

Google Map with ANDROID

Nov 13, 2014

Download

Education

Présentation de l'API google map sous ANDROID
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Google Map with ANDROID

Intégration de Google Maps dans Android

Réalisés par:BESSROUR Oussama HASSINE Amani

Page 2: Google Map with ANDROID

Qu’est ce que Google Maps?

Intégration Google Maps dans Android

QUIZ

Démo

Conclusion

Plan

Page 3: Google Map with ANDROID

Qu’est ce que Google Maps?1/3

Google Maps est un service partiellement de cartographie en ligne.

Service lancé en 2004 aux USA et au Canada en 2005.

Définition:

Page 4: Google Map with ANDROID

Qu’est ce que Google Maps? 2/3

L’utilité de Google Maps?

Applications basées sur la localisation.

Construire des cartes pour des applications mobiles.

Page 5: Google Map with ANDROID

Qu’est ce que Google Maps? 3/3

Visualiser des données géo_spatiales.

Personnalisation des cartes.

Obtention de la License Google Maps API.

Page 6: Google Map with ANDROID

Intégration de Google Maps dans Android

Page 7: Google Map with ANDROID

Intégration de Google Maps dans Android1/7

String.xml AndroidManifest.xml Main.Java

EclipseMd5 Clé API google

Page 8: Google Map with ANDROID

Intégration de Google Maps dans Android2/7

Installation des API’s Google Maps

Page 9: Google Map with ANDROID

Intégration de Google Maps dans Android3/7

Emulateur :

Page 10: Google Map with ANDROID

Intégration de Google Maps dans Android4/7

Récupération de la clé Md5 checksum

Page 11: Google Map with ANDROID

Génération de la clé API

Intégration de Google Maps dans Android5/7

Page 12: Google Map with ANDROID

Insertion de la clé à travers le fichier « String.xml »

Intégration de Google Maps dans Android6/7

Page 13: Google Map with ANDROID

Intégration de Google Maps dans Android7/7

Modification du fichier « Androidmanifest.xml »

Page 14: Google Map with ANDROID

QUIZ

Page 15: Google Map with ANDROID

Quiz 1/5

1. Quel est le jour et la date du lancement de Google Maps?

Le jeudi 27 avril 2006

Page 16: Google Map with ANDROID

Quiz 2/5

2. Qu’est ce que les API?

Application Programming Interface: C’est un ensemble de fonctions mises à disposition par une bibliothèque

Page 17: Google Map with ANDROID

Quiz 3/5

3. Qu’est ce que la clé Md5 checksum?

C’est l’empreinte du certificat qui nous permettra d’obtenir la clé API de Google

Page 18: Google Map with ANDROID

Quiz 4/5

4. Quel est l’utilité du fichier « String.xml »?

C’est un fichier de ressource dans lequel on peut mettre des chaînes de caractères , des tableaux , des entiers utiles pour notre application

Page 19: Google Map with ANDROID

Quiz 5/5

5. Qu’est ce que le fichier AndroidManifest.xml ?

C’est un fichier obligatoire à travers lequel sera définit les propriétés de l’application

Page 20: Google Map with ANDROID

DEMO

Page 21: Google Map with ANDROID

Conclusion

“Google is a global Rorschach test. We see in it what we want to see. Google has built an infrastructure that makes a lot of dreams closer to reality.”

John Battelle

Page 22: Google Map with ANDROID

Merci pour votre attention

J2ME…