-
Notifications
You must be signed in to change notification settings - Fork 2
Sprint 4 Client
GuoJunjun edited this page Mar 25, 2015
·
1 revision
Sprint 4 Client:
Finished jobs on Sprint 4 client side
UI:
* app settings window: user can set application parameters
* status view window: show user status
* Photo report view window: a list view with photo and its descriptions
* Popup window for options choose: take photo or add from gallery
* Popup window for write photo descriptions: title and description for photo
* Photo view window: show a selected photo in full screen
design pattern:
* abstract class for upload and download
* inheritance for photo and report
functionality:
* implement download, upload text report
* add DAO photo: to handler local database
* add photoAdapter: to handle photo list view
* add imageResizer: to reduce memory use
* add PhotoReport: to hold photo information
* add PhotoView, PhotoDisplay … ect to view photos and photo report.