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 5 - Base de datos)
Search
Adrián Catalán
October 24, 2013
Technology
0
57
Clase 4 (Tema 5 - Base de datos)
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
71
Clase 2 (Tema 4 - View Pager)
ykro
0
81
Clase 3 (Tema 1 - CustomLayout)
ykro
0
58
Clase 3 (Tema 2 - Dialogs)
ykro
0
60
Clase 2 (Tema 2 - ActionBar y Menú)
ykro
0
47
Clase 3 (Tema 3 - Cámara)
ykro
0
49
Clase 3 (Tema 4 - Threads y API)
ykro
0
38
Clase 3 (Tema 5 - Parse JSON)
ykro
0
84
Other Decks in Technology
See All in Technology
AI Agentと MCP Serverで実現する iOSアプリの 自動テスト作成の効率化
spiderplus_cb
0
400
"複雑なデータ処理 × 静的サイト" を両立させる、楽をするRails運用 / A low-effort Rails workflow that combines “Complex Data Processing × Static Sites”
hogelog
3
1.7k
Goのビルドシステムの変遷 / The history of Go's build system
ymotongpoo
12
3.8k
Azure SynapseからAzure Databricksへ 移行してわかった新時代のコスト問題!?
databricksjapan
0
120
From Prompt to Product @ How to Web 2025, Bucharest, Romania
janwerner
0
110
FastAPIの魔法をgRPC/Connect RPCへ
monotaro
PRO
1
660
stupid jj tricks
indirect
0
7.8k
SwiftUIのGeometryReaderとScrollViewを基礎から応用まで学び直す:設計と活用事例
fumiyasac0921
0
120
Windows で省エネ
murachiakira
0
150
BtoBプロダクト開発の深層
16bitidol
0
150
GopherCon Tour 概略
logica0419
2
160
生成AIを活用したZennの取り組み事例
ryosukeigarashi
0
190
Featured
See All Featured
Product Roadmaps are Hard
iamctodd
PRO
54
11k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
32
2.2k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Mobile First: as difficult as doing things right
swwweet
224
9.9k
Music & Morning Musume
bryan
46
6.8k
jQuery: Nuts, Bolts and Bling
dougneiner
64
7.9k
The World Runs on Bad Software
bkeepers
PRO
71
11k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
A designer walks into a library…
pauljervisheath
208
24k
Building Adaptive Systems
keathley
43
2.8k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.9k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Transcript
CLASE 4: Mapas y datos Adrián Catalán
[email protected]
@ykro
BASE DE DATOS Tema 5
http://fav.me/d1rpvfx
Base de datos • SQLite • /data/data/<paquete>/nombre • Emulador /
Rootear
Sqlite open helper
CUrsor • Permite acceder a los datos de una base
de datos SQLite • No está sincronizado (¡cuidado con la concurrencia!) • moveToNext()
inserción
actualización
consulta
http://fav.me/d2gxkon