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/25 14:17]
grp9
android2010:grp9:start [2010/03/28 23:54] (current)
grp9
Line 43: Line 43:
  
 ===== 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 =====
 {{:android2010:grp9:speedtester_slides_grp9.ppt|}} {{:android2010:grp9:speedtester_slides_grp9.ppt|}}
 +
 +
 +{{:android2010:grp9:speedtest_report.pdf|}}
 +
 +
 +{{:android2010:grp9:speedtest_brochyre.pdf|}}
  
 ===== Package ===== ===== Package =====
Line 51: Line 59:
  
  
-{{:android2010:grp9:speedtest_source.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.