meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
android2010:grp9:start [2010/03/18 23:23]
grp9
android2010:grp9:start [2010/03/28 23:54] (current)
grp9
Line 1: Line 1:
 ====== SpeedTester ====== ====== SpeedTester ======
  
-  * Antti Hannuksela +  * Antti Hannuksela 0326589 
-  * Pauli Immonen +  * Pauli Immonen 0326615 
-  * Saku Ollikainen+  * Saku Ollikainen 0326712
  
 ===== Idea ===== ===== Idea =====
  
-Speedtest is a game with four coloured buttons and you have to press them in the same order as they blink. When you press wrong button the game ends and your score is the number of correctly pressed buttons. The blinking gets slightly faster all the time. The program saves the highest score.+SpeedTester is a game with four coloured buttons and you have to press them in the same order as they blink. When you press wrong button the game ends and your score is the number of correctly pressed buttons. The blinking gets slightly faster all the time. The program saves the highest score.
  
 {{:android2010:grp9:nopeust.jpg|}} {{:android2010:grp9:nopeust.jpg|}}
Line 40: Line 40:
  
 ===== Screen shots ===== ===== Screen shots =====
-(when ready)+{{:android2010:grp9:screenshot.jpg|}}
  
 ===== Implementation Comments ===== ===== Implementation Comments =====
 +
 +Our application is quite simple but at least it works as it's meant to work. We made our own layout and didn't use default layouts for buttons.
  
 ===== Presentation ===== ===== Presentation =====
-(powerpoint or pdf slides file)+{{:android2010:grp9:speedtester_slides_grp9.ppt|}} 
 + 
 + 
 +{{:android2010:grp9:speedtest_report.pdf|}} 
 + 
 + 
 +{{:android2010:grp9:speedtest_brochyre.pdf|}}
  
 ===== Package ===== ===== Package =====
-(.zip file)+{{:android2010:grp9:speedtester.zip|}} 
 + 
 + 
 +{{:android2010:grp9:speedtest_source_1.zip|}}
  
 ==== How to run ==== ==== How to run ====
 +Install the .apk file normally. It won't require any tricks but we recommend to run the program in horizontally aligned screen. In emulator the screen will be rotated by pressing 7 in NumPad.
  
 ===== Conclusion of your work ===== ===== Conclusion of your work =====
-(what was good, what was bad, impressive or depressive things in android development) 
  
 +In the end creating xml-layouts with eclipse was quite easy. Even though we didn't have any kind of experience about graphical user interfaces we managed to get it work properly. By using the documentation available on the internet we were able to solve all of our problems or otherwise we got help from other groups.