Presentation is loading. Please wait.

Presentation is loading. Please wait.

IRead Group Members: Oscar Perez, Paul Kennedy, Matt Cardin.

Similar presentations


Presentation on theme: "IRead Group Members: Oscar Perez, Paul Kennedy, Matt Cardin."— Presentation transcript:

1 iRead Group Members: Oscar Perez, Paul Kennedy, Matt Cardin

2 iRead Review iPhone application which reads words given via the iPhone camera

3 Today's Outline Integration Plan  iRead Model-View-Controller design  Project Libraries / Wrapper Classes  Combining the two Current Progress Translation Integration / Completion Schedule

4 Model View Controller Design Three main components: Controller, Model, and View There is a model, a view, and a controller for each screen in the app!

5 The View Views make up the visual aspect of the GUI Views also respond to user interactions Created in Interface Builder

6 View Example

7 The Model Represents the data. Can be just an objective-C class. Views typically display this data.

8 The Controller The ONLY thing the view or model talks to. Handles events from view, updates model, then updates view if it needs to. Controller gets user actions from IBActions and updates using IBOutlets.

9 Project Libraries The wrapper design makes these libraries simple and easy to use Cross compile, then make objective-C class for easy use.

10 Combining The Two Wrapper Classes are simply used inside the controller!

11 Current Progress Camera and Speech Options views are done. OCR and Text to Speech Libraries are cross compiled and have wrapper classes. Integration has been started.

12 Translation Hasn't been started yet. Will run using the Google AJAX Language API. Need to make wrapper class. Then integrate into one or more view controllers.

13 Integration / Completion Schedule Week of April 4 th – Finish integrating OCR and Text – to – Speech / Create translation wrapper class Week of April 18 th – Integrate Translation engine into project. Week of April 25 th – Testing


Download ppt "IRead Group Members: Oscar Perez, Paul Kennedy, Matt Cardin."

Similar presentations


Ads by Google