-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmoodify-project.html
216 lines (169 loc) · 8.21 KB
/
moodify-project.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="description" content="Evie May's Portfolio">
<meta name="keywords" content="minimal, portfolio, agency template, html template">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Evie May - Projects</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- MAIN CSS -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- PRE LOADER -->
<div class="preloader">
<div class="spinner">
<span class="sk-inner-circle"></span>
</div>
</div>
<!-- MENU -->
<div class="navbar navbar-default navbar-static-top" role="navigation">
<div class="container">
<!-- NAVBAR HEADER -->
<div class="navbar-header">
<button class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
</button>
<!-- lOGO -->
<a href="index.html" class="navbar-brand">Evie May</a>
</div>
<!-- MENU LINKS -->
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Work</a></li>
<li><a href="about.html">About</a></li>
<li><a href="Website-Resume.pdf">Resume</a></li>
<li><a href="contact.html">Let's talk</a></li>
</ul>
</div>
</div>
</div>
<!-- HEADER -->
<section id="header">
<div class="container">
<div class="row">
<div>
<h1 class="about-info">Moodify App</h1>
</div>
</div>
</div>
</section>
<!-- PROJECT DETAIL -->
<section id="project-detail">
<div class="container">
<div class="row">
<div>
<div class="img-overview-container">
<video class="img-demo" width="35%" height="35%" controls>
<source src="photos/videos/MoodifyDemoVideo.mov" type="video/mp4">
<source src="photos/videos/MoodifyDemoVideo.mov" type="video/ogg">
Your browser does not support the video tag.
</video>
<div class="overview-txt">
<h2>Overview</h2>
<p>Moodify is a music recommendation app created as a final project for my Mobile App
Development course at
Oregon State University. It utilizes the Spotify API to play songs on the phone and
display the song name, artist, and album cover of the currently playing song. Users can
select their mood in the user preferences and songs suggestions are displayed. The user
also has the option to share the song, artist, or album with friends.</p>
</div>
</div>
<div class="project-detail-image">
<img src="images/project-image.jpg" class="img-responsive" alt="">
</div>
</div>
<div class="col-md-12 col-sm-12">
<div class="col-md-offset-1 col-md-4 col-sm-6">
<div class="project-detail-info">
<p>Github</p>
<h3><a href="https://github.com/eviemayy/Spotify-Music-Recommendation-App">Moodify</a>
</h3>
</div>
</div>
<div class="col-md-4 col-sm-3">
<div class="project-detail-info">
<p>My Roles</p>
<h3></h3>
<h3>Android development</h3>
</div>
</div>
<div class="col-md-3 col-sm-3">
<div class="project-detail-info">
<p>Technology</p>
<h3>Java</h3>
<h3>Android Studio</h3>
</div>
</div>
</div>
<div class="project-detail-text">
<h2>Roles and Responsibilites</h2>
<p>I worked on a team with three other classmates for a week to complete the project. We all worked
together on the app’s design and implementation. My main responsibilities on this project
included using Spotify’s Android SDK to play a song, album, and artist and collect information
on the song subscribing to the PlayerState. Additionally, I worked on the share feature to allow
for users to easily share their mood and the album, artist, or song they are listening to.
</p>
</div>
<div class="project-detail-text">
<h2>Tools Used</h2>
<p>We developed the app in Java using Android Studio. We used <a
href="https://developer.spotify.com/documentation/android/">Spotify’s Android SDK</a> in
order to play music and display information on the app.
</p>
</div>
<div class="project-detail-text">
<h2>Learning Outcomes</h2>
<p>This project allowed me to put into use the features we talked about in class. To name some of
the features used in this app: we included the use of multiple activities the user can navigate
between, implicit and explicit intents, we communicated with a third party API to provide data
for the app, implemented the activity lifecycle methods and view model architecture, implemented
user preferences, and added styling features. Prior to this course I had never used Java to
develop an Android app. Through this course I learned how to implement all of the features
listed above.
</p>
</div>
<div class="col-md-6 col-sm-6">
<img src="images/project-image.jpg" class="img-responsive" alt="">
</div>
<div class="col-md-6 col-sm-6">
<img src="images/project-image.jpg" class="img-responsive" alt="">
</div>
</div>
</div>
</section>
<!-- FOOTER -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-5 col-sm-6">
<h2>Evie May</h2>
</div>
<div class="col-md-3 col-sm-6">
<div class="footer-info">
<h4>Want to work with me?</h4>
<p><a href="mailto:eviemay98@gmail.com">eviemay98@gmail.com</a></p>
</div>
</div>
<div class="col-md-4 col-sm-12">
<ul class="social-icon">
<li><a href="https://github.com/eviemayy" class="fa fa-github"></a></li>
<li><a href="https://www.linkedin.com/in/evie-may-953511162/" class="fa fa-linkedin-square"></a>
</li>
<li><a href="https://twitter.com/maryevelynmay" class="fa fa-twitter"></a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- SCRIPTS -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>