Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Clase 4 (Tema 1 - Mapas)
Search
Adrián Catalán
October 24, 2013
Technology
0
68
Clase 4 (Tema 1 - Mapas)
Curso MOOC de Android en Telescopio (
http://telescopio.galileo.edu
)
Adrián Catalán
October 24, 2013
Tweet
Share
More Decks by Adrián Catalán
See All by Adrián Catalán
Clase 2 (Tema 3 - Tabs)
ykro
0
130
Clase 2 (Tema 5 - Navigation Drawer)
ykro
0
69
Clase 2 (Tema 4 - View Pager)
ykro
0
78
Clase 3 (Tema 1 - CustomLayout)
ykro
0
57
Clase 3 (Tema 2 - Dialogs)
ykro
0
58
Clase 2 (Tema 2 - ActionBar y Menú)
ykro
0
46
Clase 3 (Tema 3 - Cámara)
ykro
0
47
Clase 3 (Tema 4 - Threads y API)
ykro
0
37
Clase 3 (Tema 5 - Parse JSON)
ykro
0
82
Other Decks in Technology
See All in Technology
本が全く読めなかった過去の自分へ
genshun9
0
740
AIとともに進化するエンジニアリング / Engineering-Evolving-with-AI_final.pdf
lycorptech_jp
PRO
0
150
さくらのIaaS基盤のモニタリングとOpenTelemetry/OSC Hokkaido 2025
fujiwara3
2
300
5min GuardDuty Extended Threat Detection EKS
takakuni
0
180
Backlog ユーザー棚卸しRTA、多分これが一番早いと思います
__allllllllez__
1
120
AIの全社活用を推進するための安全なレールを敷いた話
shoheimitani
2
210
KubeCon + CloudNativeCon Japan 2025 Recap by CA
ponkio_o
PRO
0
280
無意味な開発生産性の議論から抜け出すための予兆検知とお金とAI
i35_267
2
10k
Understanding_Thread_Tuning_for_Inference_Servers_of_Deep_Models.pdf
lycorptech_jp
PRO
0
160
Flutter向けPDFビューア、pdfrxのpdfium WASM対応について
espresso3389
0
120
AI専用のリンターを作る #yumemi_patch
bengo4com
5
3.8k
品質と速度の両立:生成AI時代の品質保証アプローチ
odasho
1
140
Featured
See All Featured
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
31
1.3k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
730
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
357
30k
The Art of Programming - Codeland 2020
erikaheidi
54
13k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.4k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
281
13k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
2.9k
Mobile First: as difficult as doing things right
swwweet
223
9.7k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
46
9.6k
Transcript
CLASE 4: Mapas y datos Adrián Catalán
[email protected]
@ykro
MAPAS Tema 1
http://fav.me/d2pyy3h
Google play services • Maps, G+, Location y Juegos •
Disponible desde Froyo+
requisitos • API Key – Keystore y nombre del paquete •
¿cómo obtener el key? https://developers.google.com/maps/ documentation/android/ start#the_google_maps_api_key
Google APIs console • https://code.google.com/apis/console/
Google CLOUD console • https://cloud.google.com/console
Android manifest • API Key • OpenGL • Permisos – Internet
– Mapa – Úbicación
Android manifest
Android manifest
MapFragment • com.google.android.gms.maps.MapFragm ent • Luego interactuamos con getMap()
http://fav.me/d49h8ni