CSCI 448 - Mobile Application Development

Spring 2016

|   Home   |   Syllabus  |   Assignments  |   Schedule  |   Resources    |

"Kyle Dymowski"



Assignment 1

This assignment was to create a jeopardy app that asks three questions. A multiple choice, true/false, and fill in the blank. A neat feature that implemented was a ArrayList that allows all questions to be added to one list. This list is then shuffled using two time base seeds to help insure the questions are not asked in the name order



Assignment 2

This assignment is a memory based game I named That Monkey Game. I was inspired by a game that shows that monkeys may have photographic memories. The way the game works is after the first button is pressed [0] all numbers are then blacked out and you need to count from 0 to 8. The grid size can be changed in options from 3x3 to 5x5. The App contains three different activities and use intents extra and results to pass information around.



Assignment 3

This assignment creates a crime tracker app. We worked with images, accessing outside resources, and tons of fragements



Assignment 4

This assignment was to create a game using two of the builtin sensors and 2D graphics. I made a game I call impossi-pong where the use of the accelerometer in the x direction controlls one paddle, and the y controlls the other. But wait thats not all the ball is still affected by the acclerometer readings. The other sensor used is the light sensor. So if you would like that retro pong feel just play in a dark room.
Assigntment 5

This assignment made use of google maps api. Where we added markers that held lat and lng to these markers, these were stored in a database and reloaded when the app opens.