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:grp1:start [2010/03/19 09:20]
grp1
android2010:grp1:start [2010/03/28 22:55]
grp1
Line 1: Line 1:
 ====== Puble ====== ====== Puble ======
  
-  * Jussi Loiri +  * Jussi Loiri, 0600780, Saimaan AMK 
-  * Jaakko Purhonen +  * Jaakko Purhonen, 0500755, Saimaan AMK 
-  * Jani Taalikka+  * Jani Taalikka, 0701600, Saimaan AMK 
 ===== Idea ===== ===== Idea =====
  
-Puble is an software for customers and staff of pubs, bars, restaurant and night clubs. Software uses location services, maps and notifications.+Puble is software for customers and staff of pubs, bars, restaurant and night clubs. Software uses location services, maps and notifications.
  
-**Customer application**: +It'the Leatherman for everyone who likes to go out and have funIt locates your whereabouts and searches the nearest places to eatdrink and party all night longYou can get detailed information about all the hip places. It provides real time information such as special offers, customer countmenu etc.
-  * list of nearby restaurants on map +
-  * possibility to view detailed information of selected restaurant +
-      * number of the seats +
-      * statistics of number of customers generally and at a certain time, rush hours etc. +
-      * prices of drinksfoods etc. +
-      * programme +
-      * ... +
-  * notifications about special offers, happy hours,events etc.+
  
-**Restaurant staff application:** 
-  * clicker for the bouncer (for counting customers in real time) 
-  * adding special offers 
-  * creating notifications 
- 
-In addition to above-mentioned applications Puble contains client software for the bar owners and a website for the customers and everyone else interested. 
 ===== Features ===== ===== Features =====
  
Line 36: Line 23:
 | adding special offers | 10    | | adding special offers | 10    |
 | creating notifications | 10    | | creating notifications | 10    |
- 
 ===== Mini Goals ===== ===== Mini Goals =====
-  * Basic UI elements +  * Basic UI elements (done) 
-  * Get the map to show places +  * Get the map to show places (done) 
-  * Clicker +  * Clicker (done) 
-  * Restaurant informations +  * Restaurant informations (done) 
-  * Notifications for a user +  * Notifications for a user (not implemented)
 ===== Design ===== ===== Design =====
 +{{:android2010:grp1:design.jpg|}}
  
 ===== Screen shots ===== ===== Screen shots =====
-(when ready)+{{:android2010:grp1:puble_main.jpg|}}{{:android2010:grp1:puble_map.jpg|}}{{:android2010:grp1:rest_information.jpg|}} 
 +{{:android2010:grp1:rest_menu.jpg|}}{{:android2010:grp1:rest_programme.jpg|}}{{:android2010:grp1:rest_customercount.jpg|}} 
 +{{:android2010:grp1:find_places.jpg|}}{{:android2010:grp1:find_places_list.jpg|}} 
 +{{:android2010:grp1:clicker1.jpg|}}{{:android2010:grp1:clicker2.jpg|}}{{:android2010:grp1:clicker3.jpg|}}
  
 ===== Implementation Comments ===== ===== Implementation Comments =====
- 
 ===== Presentation ===== ===== Presentation =====
-(powerpoint or pdf slides file)+{{:android2010:grp1:grp1_puble.pdf|}}
  
 +===== Description =====
 +{{:android2010:grp1:puble_description.pdf|}}
 +
 +===== Brochure =====
 +{{:android2010:grp1:puble_brochure.pdf|}}
 ===== Package ===== ===== Package =====
-(.zip file)+Source code 
 +{{:android2010:grp1:grp1_puble.zip|}}
  
 ==== How to run ==== ==== How to run ====
 +In order to display Google Maps data in a MapView, you must register with the Google Maps service and obtain a Maps API Key. For information about how to get a Maps API Key, see [[http://code.google.com/android/add-ons/google-apis/mapkey.html]]
 ===== Conclusion of your work ===== ===== Conclusion of your work =====
-(what was good, what was bad, impressive or depressive things in android development)+ 
 +**Failures/ difficulties** 
 +  * Getting started. 
 +  * Not allof the planned features work as we would have wanted. 
 +  * All of the examples in Android developer site were not fully functional (version differences?). 
 + 
 +**Successes** 
 +  * After the first difficulties the works started to flow. 
 +  * Implementation of most of the features. 
 +  * Very good starting point for future Android development.