-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
211 lines (182 loc) · 8.23 KB
/
index.html
File metadata and controls
211 lines (182 loc) · 8.23 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Mobile Prototyping Fall 2016</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">Mobile Prototyping Fall 2016</h1>
<h2 class="project-tagline">Documentation for building the Mobile Proto curriculum.
<br>Checkout our lessons <a href="https://github.com/MobileProto16/Mobile-Proto-16" style="color:#1e6bb8;background-color: #fff;">here</a>!
</h2>
</section>
<section class="main-content">
<h3><a id="about" class="anchor" href="#about" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>What Is It?</h3>
<p>
Mobile Prototyping is a class where students learn to developing android applications. In this course, students learn the fundamentals of Java, how to design the architecture for an Android application, and how to implement their designs. Students will also become effective team-oriented developers.
</p>
<p>
The course is taught by <a href="https://github.com/nmohamed" class="user-mention">@nmohamed</a>, <a href="https://github.com/shrutiyer" class="user-mention">@shrutiyer</a>, <a href="https://github.com/davidabrahams" class="user-mention">@davidabrahams</a>, and <a href="https://github.com/billmwong" class="user-mention">@billmwong</a>.
NINJAs are <a href="https://github.com/thecardkid" class="user-mention">@thecardkid</a> and <a href="https://github.com/phuston" class="user-mention">@phuston</a>.
</p>
<h3><a id="goals" class="anchor" href="#goals" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a> Course Objectives</h3>
<p>
We hope that by the end of the semester, students will improve their abilities to …
</p>
<ul>
<li>Develop Android code with others in mind. Their code will be well documented and readable so that other developers can understand and add onto it, and their apps will be made considering other stakeholders.</li>
<li>Work effectively in a team by having good git workflow (simultaneously integrating and iterating), and dividing work fairly.</li>
<li>Use and find good internet resources and documentation to teach themselves how to write Android software.</li>
<li>Plan out the high level architecture of an Android coding project, including class structure and hierarchy and information flow.</li>
<li>Improve upon their work based on previous feedback from their peers and themselves.</li>
</ul>
<h3><a id="projects" class="anchor" href="#projects" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Final Projects</h3>
<section id="project-holder">
<section class="project" style="margin-top: 20px">
<b>Beakon</b>
<span class="description"><br>
Join a #socialmovement and become an activist in your community
</br></span>
<p><a href="https://github.com/MobileProto16/Beakon" style="color: white;">Code →</a></p>
</section>
<section class="project">
<b>Bloop</b><br>
<span class="description">
Play capture the flag with friends and strangers
</span><br><br>
<a href="https://play.google.com/store/apps/details?id=website.bloop.app&hl=en" style="color: white;">Play Store →</a><br>
<a href="https://github.com/BloopApp/Bloop" style="color: white;">Code →</a>
</section>
<section class="project">
<b>Guilt Motivator</b><br>
<span class="description">
Guilt yourself into doing your work
</span><br><br>
<a href="https://github.com/MobileProto16/guilt_motivator" style="color: white;">Code →</a>
</section>
<section style="clear: left"></section>
</section>
<h3><a id="students" class="anchor" href="#students" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Students</h3>
<section id="students-holder">
<section class="student" style="margin-top: 10px;">
<img src="https://github.com/margocrawf.png" class="avatar">
<span class="student-name">
Margo Crawford <br>
<a href="https://github.com/margocrawf">
@margocrawf
</a>
</span>
</section>
<section class="student">
<img src="https://github.com/Ziyilan.png" class="avatar">
<span class="student-name">
Jason Lan <br>
<a href="https://github.com/Ziyilan">
@Ziyilan
</a>
</span>
</section>
<section class="student">
<img src="https://github.com/DHZBill.png" class="avatar">
<span class="student-name">
Bill Du <br>
<a href="https://github.com/DHZBill">
@DHZBill
</a>
</span>
</section>
<section class="student">
<img src="https://github.com/nielsenlouise.png" class="avatar">
<span class="student-name">
Louise Nielsen <br>
<a href="https://github.com/nielsenlouise">
@nielsenlouise
</a>
</span>
</section>
<section class="student">
<img src="https://github.com/mary-keenan.png" class="avatar">
<span class="student-name">
Mary Keenan <br>
<a href="https://github.com/mary-keenan">
@mary-keenan
</a>
</span>
</section>
<section class="student">
<img src="https://github.com/ericasaywhat.png" class="avatar">
<span class="student-name">
Erica Lee <br>
<a href="https://github.com/ericasaywhat">
@ericasaywhat
</a>
</span>
</section>
<section class="student">
<img src="https://github.com/cbauerswald.png" class="avatar">
<span class="student-name">
Cecelia Auerswald <br>
<a href="https://github.com/cbauerswald">
@cbauerswald
</a>
</span>
</section>
<section class="student">
<img src="https://github.com/mafaldaborges.png" class="avatar">
<span class="student-name">
Mafalda Borges <br>
<a href="https://github.com/mafaldaborges">
@mafaldaborges
</a>
</span>
</section>
<section class="student">
<img src="https://github.com/wolfd.png" class="avatar">
<span class="student-name">
Danny Wolf <br>
<a href="https://github.com/wolfd">
@wolfd
</a>
</span>
</section>
<section class="student">
<img src="https://github.com/segerphilip.png" class="avatar">
<span class="student-name">
Philip Seger <br>
<a href="https://github.com/segerphilip">
@segerphilip
</a>
</span>
</section>
<section class="student">
<img src="https://github.com/sammyers.png" class="avatar">
<span class="student-name">
Sam Myers <br>
<a href="https://github.com/sammyers">
@sammyers
</a>
</span>
</section>
<section class="student">
<img src="https://github.com/songbird175.png" class="avatar">
<span class="student-name">
Celina Bekins <br>
<a href="https://github.com/songbird175">
@songbird175
</a>
</span>
</section>
</section>
<br><br>
<footer class="site-footer">
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
</footer>
</section>
</body>
</html>