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:grp4:start [2010/03/18 19:26]
grp4
android2010:grp4:start [2010/03/28 23:38] (current)
grp4
Line 1: Line 1:
 ====== Project Name: Alcometer ====== ====== Project Name: Alcometer ======
-Group 4 \\ +**Group 4** \\ 
--- \\ +  - Jouni Pänkäläinen (0312386)\\  
-Jouni Pänkäläinen (0312386)\\  +  Niko Kurvinen (0312302)\\  
-Niko Kurvinen (0312302\\  +  Ananta Bhadra Lamichhane (0331749)\\ 
-Ananta Bhadra Lamichhane (0331749)\\ +
  
 ===== Idea ===== ===== Idea =====
Line 33: Line 32:
   - Manage Drinks Dialog   - Manage Drinks Dialog
   - Drinks Log Dialog    - Drinks Log Dialog 
- 
 \\ \\
 === 1. Main Interface === === 1. Main Interface ===
Line 47: Line 45:
   - //Settings//: It loads a dialog to update gender and weight of the user.   - //Settings//: It loads a dialog to update gender and weight of the user.
   - //Exit//: It closes the application.   - //Exit//: It closes the application.
 +
 \\ \\
 === 2. Settings Dialog === === 2. Settings Dialog ===
Line 52: Line 51:
 It allows to update the gender and weight of the user.  It allows to update the gender and weight of the user. 
  
-=== 3. Main Interface ===+\\ 
 +=== 3. Manage Drinks Dialog === 
 +It allows to manage existing drinks list with the features as listed below: 
 +  * //Add a new custom drink:// User can create a new drink to be populated on drink list with the input of drink name, percentage of alcohol present on the particular drink, volume of the drink and a custom image to be selected from a set of predefined images. 
 +  * //Edit a drink:// User can modify existing drink to change any of the attribute associated with the existing drink including its name, image, percentage of alcohol and volume of the drink. 
 +  * //Delete a drink:// User can delete a drink from the current drink list by selecting the particular drink and then pressing the delete button. 
 + 
 +\\ 
 +=== 4. Drink Log Dialog === 
 +It allows to manage the drink log with the features as listed below: 
 +  * //Remove a drink from the log:// User can remove any drink from the log entry by selecting the particular drink and then pressing Remove button. It will also update the current BAC percentage and countdown of the timer on output window to refresh the modified BAC after removing the previously selected drink. 
 +  * //Reset the Log:// It will reset the entire history of the drinks consumed by the user. It will result the BAC to be reset to have a fresh initialization.
  
 ===== Features ===== ===== Features =====
Line 113: Line 123:
      * <del>Drink Log</del>      * <del>Drink Log</del>
   * Bug Fixing - //fixed if found//   * Bug Fixing - //fixed if found//
-  * Code Optimization and Finalizing +  * <del>Code Optimization and Finalizing</del> 
-  * Documentation +  * <del>Documentation</del> 
-  * Presentation+  * <del>Presentation</del>
  
 ===== Design ===== ===== Design =====
Line 130: Line 140:
  
 ===== Screenshots ===== ===== Screenshots =====
-{{:android2010:grp4:main_screen.png?200| Main screen just after the application has started.}} +{{:android2010:grp4:main_screen.png?200| Main screen just after the application has started.}}\\ 
-{{:android2010:grp4:main_screen_action.png?200| Main screen in action.}} +Main screen just after the application has started\\ \\ 
-{{:android2010:grp4:drink_log.png?200| Drinks drunk during this session.}} +{{:android2010:grp4:main_screen_action.png?200| Main screen in action.}}\\ 
-{{:android2010:grp4:manage_drinks.png?200| Drink management window.}} +Main screen in action.\\ \\ 
-{{:android2010:grp4:settings.png?200| Settings window.}}+{{:android2010:grp4:drink_log.png?200| Drinks drunk during this session.}}\\ 
 +Drinks drunk during this session.\\ \\ 
 +{{:android2010:grp4:manage_drinks.png?200| Drink management window.}}\\ 
 +Drink management window.\\ \\ 
 +{{:android2010:grp4:settings.png?200| Settings window.}}\\ 
 +Settings window.
  
 ===== Implementation Comments ===== ===== Implementation Comments =====
Line 146: Line 161:
  
 ===== Presentation ===== ===== Presentation =====
-(powerpoint or pdf slides file)+Final presentation: {{:android2010:grp4:alcometer.ppt|}} 
 +===== Document ===== 
 +{{:android2010:grp4:codecamp_final_report.pdf|}} 
 +===== Brochure ===== 
 +{{:android2010:grp4:alcometer_brochyre.pdf|}}
  
 ===== Package ===== ===== Package =====
-(.zip file)+ 
 +{{:android2010:grp4:alcometer_grp4.zip|}} 
 + 
 +{{:android2010:grp4:alcometer_src.zip|}}
  
 ==== How to run ==== ==== How to run ====
 +It needs no specific method. The general procedure of running any Android application is applicable for running this application as well.
  
 ===== Conclusion of your work ===== ===== Conclusion of your work =====
-(what was good, what was bad, impressive or depressive things in android development) 
  
 +Android Code Camp 2010 was a very impressive learning experience to get to know Android 2.1. Though continuous work sometimes seemed depressing but it is always enjoyable to play with the code around rather than to mess with snow outside. Anyway Codecamp spirit is always in mind, so encouragement to accomplish the task and get it done anyway was the driving force to make it happen. 
 +
 +And, when it finally completed, it made the whole week!