-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathgallery.html
More file actions
326 lines (326 loc) · 11.6 KB
/
Copy pathgallery.html
File metadata and controls
326 lines (326 loc) · 11.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="App Inventor for Android" name="description" />
<meta content="Android, Blocks App Inventor, Mobile, Phone, IDE" name="keywords" />
<title>
Gallery - App Inventor for Android
</title>
<link href="/static/images/appinventor-16.png" rel="SHORTCUT ICON" type="image/ico" />
<link href="/static/images/appinventor-16.png" rel="icon" type="image/png" />
<link href="/static/css/appinventor.css" rel="stylesheet" />
<script src="http://www.google.com/js/gweb/analytics/autotrack.js">
</script>
<script>
var tracker = new gweb.analytics.AutoTrack({
profile: 'UA-5856106-2'
});
</script>
<script language = "JavaScript" src="/static/scripts/HeaderAndFooter.js"></script>
<style>
img.c4 {border-width:0}
img.c3 {float:left; width: 30px; height: 30px; border: 1px solid #efefef; margin-right: 10px;}
img.c2 {float: left; width: 30px; height: 30px; border: 1px solid #efefef; margin-right: 10px;}
div.c1 {clear:both;}
</style>
</head>
<body>
<script language = "JavaScript">createHeader('<div id="navigation-breadcrumb"> <a href="/learn/">Learn</a> > Gallery > ');</script><br>
<div id="aiac">
<div class="main-container">
<div class="customhr customhr-gray">
</div>
<div class="content">
<div class="content-body">
<div class="learn-page">
<h1>
Sample Apps
</h1>
<div class="sample-app">
<div class="sample-app-image">
<img alt="" class="c2" src="/static/images/gallery-droidmuni.jpg" />
</div>
<div class="sample-app-name">
<h2>
DROIDMuni
<span class="gallery-attribution">
Created by USF students, Henry
Scholz and Max Sigfried on 5/18/2010
</span>
</h2>
</div>
<div class="sample-app-desc">
<p>
DROIDmuni is an application for the Android Mobile OS that displays schedules
for the San Francisco transit system. After the user selects from one of the
transits lines and choosing a direction and particular stop, the application
will display the lines next arrival times. Once the user has retrieved the
desired arrival times, they are able to set up to four favorites which are
saved and stored based on their unique e-mail address. Using the DroidMuni
remind feature, the user can set a reminder to be notified when a bus is a
specified number of minutes away.
</p>
</div>
<div class="components">
<b>
Components Used:
</b>
<a href="/learn/reference/components/other.html#Canvas">
Canvas,
</a>
<a href="/learn/reference/components/basic.html#Button">
Button,
</a>
<a href="/learn/reference/components/basic.html#Clock">
Clock,
</a>
<a href="/learn/reference/components/social.html#Texting">
Texting,
</a>
<a href="/learn/reference/components/screenarrangement.html#HorizontalArrangement">
HorizontalArrangement,
</a>
<a href="/learn/reference/components/media.html#Sound">
Sound,
</a>
<a href="/learn/reference/components/basic.html#Label">
Label,
</a>
<a href="/learn/reference/components/basic.html#ListPicker">
ListPicker,
</a>
<a href="basic.html">
TextBox,
</a>
<a href="/learn/reference/components/basic.html#TinyWebDB">
TinyWebDB,
</a>
<a href="/learn/reference/components/notready.html#TinyDB">
TinyDB,
</a>
<a href="/learn/reference/components/screenarrangement.html#VerticalArrangement">
VerticalArrangement
</a>
</div>
</div>
<br />
<div class="sample-app">
<div class="sample-app-image">
<img alt="" class="c2" src="/static/images/gallery-parkit.jpg" />
</div>
<div class="sample-app-name">
<h2>
ParkIt
<span class="gallery-attribution">
Created by USF students, Hadley Simmons
and Jamie DeAraujo on 5/13/2010
</span>
</h2>
</div>
<div class="sample-app-desc">
<p>
Using GoogleMaps, ParkIt allows users to locate their car on their Android
phone. After clicking the "Park It" button, the app stores the users car's
location until the "Find It" Button is clicked. The "Find It" button displays
the user's current location, and the user's car's location using latitude and
longitude. When the user clicks "Show On Map", GoogleMaps is activated, and the
route to the car is displayed.
</p>
</div>
<div class="components">
<b>
Components Used:
</b>
<a href="/learn/reference/components/basic.html#Button">
Button,
</a>
<a href="/learn/reference/components/screenarrangement.html#HorizontalArrangement">
HorizontalArrangement,
</a>
<a href="/learn/reference/components/basic.html#Label">
Label,
</a>
<a href="/learn/reference/components/basic.html#TinyDB">
TinyDB,
</a>
<a href="/learn/reference/components/other.html#ActivityStarter">
ActivityStarter,
</a>
<a href="/learn/reference/components/sensors.html#LocationSensor">
LocationSensor
</a>
</div>
</div>
<br />
<div class="sample-app">
<div class="sample-app-image">
<img alt="" class="c2" src="/static/images/gallery-drumset.jpg" />
</div>
<div class="sample-app-name">
<h2>
Drum Kit
<span class="gallery-attribution">
Created by USF students, Danielle
Girolami and Mackenzie Lisenby on 4/5/2010
</span>
</h2>
</div>
<div class="sample-app-desc">
<p>
DrumKit is an application that allows the user to hit seven different parts of
a full, labeled drum kit and hear each drum's respective sound. This app allows
the user not only to learn more about the drums (i.e. the names and sounds of
the drums), but also to have fun and create their own beat.
</p>
</div>
<div class="components">
<b>
Components Used:
</b>
<a href="/learn/reference/components/other.html#Canvas">
Canvas,
</a>
<a href="/learn/reference/components/media.html#Sound">
Sound,
</a>
<a href="/learn/reference/components/media.html#Player">
Player,
</a>
<a href="/learn/reference/components/basic.html#Label">
Label
</a>
</div>
</div>
<br />
<div class="sample-app">
<div class="sample-app-image">
<img alt="" class="c2" src="/static/images/gallery-superhero.jpg" />
</div>
<div class="sample-app-name">
<h2>
Super Hero Game
<span class="gallery-attribution">
Created by USF students,
Alesha Killian and Patrick Steele on 4/13/2010
</span>
</h2>
</div>
<div class="sample-app-desc">
<p>
Super Hero Game is a fantastic Quiz game that tests the users true Super Hero
Knowledge. Each screen shows a different character from a superhero world and
asks a question pertaining to that picture. The user types in the answer and
clicks submit. The program responds with a RIGHT or WRONG and the user is
prompted to go on to the next question. The question will change as well as the
picture. If the user wants to quit at any time they can GIVE UP and the program
closes.
</p>
</div>
<div class="components">
<b>
Components Used:
</b>
<a href="/learn/reference/components/basic.html#Button">
Button,
</a>
<a href="/learn/reference/components/screenarrangement.html#HorizontalArrangement">
HorizontalArrangement,
</a>
<a href="/learn/reference/components/basic.html#Label">
Label,
</a>
<a href="/learn/reference/components/basic.html#Image">
Image
</a>
</div>
</div>
<br />
<div class="sample-app">
<div class="sample-app-image">
<img alt="" class="c3" src="/static/images/gallery-speedo.jpg" />
</div>
<div class="sample-app-name">
<h2>
Where's Speedo
<span class="gallery-attribution">
Created by Google Engineer, Liz
Looney on 7/2/2010
</span>
</h2>
</div>
<div class="sample-app-desc">
<p>
This app allows a user and a users friends or family find each other. The app
detects the user's location and sends it to the users friends or family using
the app. The app allows the user to view the location of another user on a map.
It also allows the user to set how often the app sends his/her location.
</p>
</div>
<div class="components">
<b>
Components Used:
</b>
<a href="/learn/reference/components/other.html#ActivityStarter">
ActivityStarter,
</a>
<a href="/learn/reference/components/basic.html#Button">
Button,
</a>
<a href="/learn/reference/components/basic.html#CheckBox">
CheckBox,
</a>
<a href="/learn/reference/components/basic.html#Clock">
Clock,
</a>
<a href="/learn/reference/components/screenarrangement.html#HorizontalArrangement">
HorizontalArrangement,
</a>
<a href="/learn/reference/components/basic.html#Image">
Image,
</a>
<a href="/learn/reference/components/basic.html#Label">
Label,
</a>
<a href="/learn/reference/components/basic.html#ListPicker">
ListPicker,
</a>
<a href="/learn/reference/components/sensors.html#LocationSensor">
LocationSensor,
</a>
<a href="/learn/reference/components/other.html#Notifier">
Notifier,
</a>
<a href="basic.html">
TextBox,
</a>
<a href="/learn/reference/components/notready.html#TinyWebDB">
TinyWebDB,
</a>
<a href="/learn/reference/components/screenarrangement.html#VerticalArrangement">
VerticalArrangement
</a>
</div>
</div>
<br />
</div>
</div>
</div>
<div class="footer">
<script language = "JavaScript">createFooter();</script><br>
<div class="footer-lastupdate">
<script>
if (document.lastModified != '') {
var m = "Page last updated: " + document.lastModified;
var p = m.length-8;
document.writeln("<center>");
document.write(m.substring(p, 0));
document.writeln("<\/center>");
}
</script>
</div>
</div>
</div>
</div>
</body>
</html>