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
Android Picnic Codelab @IWD 2016
Search
Andres Vasquez
March 12, 2016
Programming
0
120
Android Picnic Codelab @IWD 2016
Codelab about Android + QR
Andres Vasquez
March 12, 2016
Tweet
Share
More Decks by Andres Vasquez
See All by Andres Vasquez
Deja de procastinar y ponte a Programar
andresvasqueza
0
89
Android Architecture Components Codelab
andresvasqueza
0
140
Droid 4 Droids Lima 2017
andresvasqueza
1
83
Android Architecture Components
andresvasqueza
0
41
Firebase + Android Codelab
andresvasqueza
0
45
Trabaja para Google! (Work 4Google)
andresvasqueza
0
85
Como hacer que Android te pague la comida
andresvasqueza
0
35
Other Decks in Programming
See All in Programming
#kanrk08 / 公開版 PicoRubyとマイコンでの自作トレーニング計測装置を用いたワークアウトの理想と現実
bash0c7
1
650
PostgreSQLのRow Level SecurityをPHPのORMで扱う Eloquent vs Doctrine #phpcon #track2
77web
2
410
来たるべき 8.0 に備えて React 19 新機能と React Router 固有機能の取捨選択とすり合わせを考える
oukayuka
2
880
PicoRuby on Rails
makicamel
2
110
git worktree × Claude Code × MCP ~生成AI時代の並列開発フロー~
hisuzuya
1
520
AIコーディング道場勉強会#2 君(エンジニア)たちはどう生きるか
misakiotb
1
270
Webの外へ飛び出せ NativePHPが切り拓くPHPの未来
takuyakatsusa
2
450
たった 1 枚の PHP ファイルで実装する MCP サーバ / MCP Server with Vanilla PHP
okashoi
1
220
Hypervel - A Coroutine Framework for Laravel Artisans
albertcht
1
110
Google Agent Development Kit でLINE Botを作ってみた
ymd65536
2
210
ruby.wasmで多人数リアルタイム通信ゲームを作ろう
lnit
2
320
Quand Symfony, ApiPlatform, OpenAI et LangChain s'allient pour exploiter vos PDF : de la théorie à la production…
ahmedbhs123
0
100
Featured
See All Featured
Building a Modern Day E-commerce SEO Strategy
aleyda
42
7.4k
Producing Creativity
orderedlist
PRO
346
40k
Site-Speed That Sticks
csswizardry
10
670
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
130
19k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
31
1.2k
The World Runs on Bad Software
bkeepers
PRO
69
11k
It's Worth the Effort
3n
185
28k
GraphQLとの向き合い方2022年版
quramy
49
14k
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.8k
Building an army of robots
kneath
306
45k
Facilitating Awesome Meetings
lara
54
6.4k
Transcript
Android Picnic By: Andrés Vasquez #AndroidPicnic #IWD2016
Andrés Vasquez Ing. Telecomunicaciones +3 Años Android Developer Co. Founder
Jakare S.R.L. Emprender Marca tu Vida
[email protected]
[email protected]
https://github.com/andres-vasquez
Android Study Jams #WomenTechmakers #IWD16
#IWD16
Udacity & Google ‘Developing Android Apps’
#WomenTechmakers #IWD16
Picnic? #WomenTechmakers #IWD16
#IWD16 Código de barras
MENU PRINCIPAL LISTA DE PRODUCTOS INGRESO DE PRODUCTOS DB
https://github.com/andres-vasquez/wtmAndroidPicnic
Librerias? #WomenTechmakers #IWD16 compile 'com.android.support:appcompat-v7:23.0.1' compile 'me.dm7.barcodescanner:zxing:1.8.3' compile 'com.mikepenz:iconics:1.2.0@aar' compile
'com.google.code.gson:gson:2.3'
Permisos? #WomenTechmakers #IWD16 <uses-permission android:name="android.permission.CAMERA" /> <uses-permission android:name="android.permission.FLASHLIGHT" /> <uses-permission
android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
MainActivity #WomenTechmakers #IWD16 INGRESAR RelativeLayout ImageView Button
ListaActivity #WomenTechmakers #IWD16 Contador: 3 1234566677 0 1234566677 0 1234566677
0 LinearLayout TextView ListView
IngresaItemActivity #WomenTechmakers #IWD16 Ingrese el código AGREGAR RelativeLayout Button LinearLayout
EditText Button
Intents #WomenTechmakers #IWD16
Intents #WomenTechmakers #IWD16
Compartimos?
Conocimiento = Oportunidades #IWD16
Gracias!