Difference between revisions of "Teams Winter 2011/team9/Lab4"

From CDOT Wiki
Jump to: navigation, search
(Created page with '=Lab 4 - Blackberry Lab= #Start and run the BlackBerry Eclipse. #Download BlackBerry JDE Plugin 1.3.0 from http://us.blackberry.com/developers/javaappdev/ #Install and Run * Defi…')
 
(The App)
 
(One intermediate revision by one other user not shown)
Line 11: Line 11:
 
==The App==
 
==The App==
  
#See .zip file
+
#See .zip file [https://zenit.senecac.on.ca/svn/ecl500_111rep9/Lab%204%20BlackBerry/bbtutorialpersistentstore.zip sampleProject]
**App is an example of persistent Store of music venue.
+
#*App is an example of persistent Store of music venue.
 
#Develop the application, Run and Debug it.
 
#Develop the application, Run and Debug it.
**User has 2 options either run it on Device or on Simulator
+
#*User has 2 options either run it on Device or on Simulator [[File:Ecl500-team9-lab4-runchoices.jpg]]
 
+
#App ran on Simulator<br/>[[File:Ecl500-team9-lab4-simulator.jpg]]
 
+
#*Once breakpoint is hit user is debug view becomes visible and user is able to navigate using debug controls. BlackBerry Debugging offers the user the ability to View Profile, Objects and Memory Statistics.
*App ran on Simulator
+
#When the application runs as expected, Open the Subversion Perspective in BlackBerry Eclipse and upload the application to the repository that was given to you at the beginning of this course.
**Once breakpoint is hit user is debug view becomes visible and user is able to navigate using debug controls. BlackBerry Debugging offers the user the ability to View Profile, Objects and Memory Statistics.
+
#User is able to save venue information and retrieve last venue information
 
 
 
 
**When the application runs as expected, Open the Subversion Perspective in BlackBerry Eclipse and upload the application to the repository that was given to you at the beginning of this course.
 
 
 
**User is able to save venue information and retrieve last venue information
 
 
 
** Write a detailed tutorial about using BlackBerry Eclipse to develop such an application. The tutorial must be written in wiki / html / ppt / pdf format (choose the format that is more convenient to your team) . Checkin in the repository your tutorial, if the format allows it. (if not, (i.e. if your format does not allow you to store it in your repository), then define in your repository only the address of your tutorial). Thus, the url address stored in the repository, can be used to read your tutorial; (for instance, if your tutorial is in wiki format store in the repository the address of wiki tutorial)
 

Latest revision as of 15:11, 9 April 2011

Lab 4 - Blackberry Lab

  1. Start and run the BlackBerry Eclipse.
  2. Download BlackBerry JDE Plugin 1.3.0 from http://us.blackberry.com/developers/javaappdev/
  3. Install and Run
  • Define the workspace as: ./wksp/BlackBerry/lab

Ecl500-team9-lab4-workspace.jpg

  • Create a project based on the application defined below in description section.

The App

  1. See .zip file sampleProject
    • App is an example of persistent Store of music venue.
  2. Develop the application, Run and Debug it.
    • User has 2 options either run it on Device or on Simulator Ecl500-team9-lab4-runchoices.jpg
  3. App ran on Simulator
    Ecl500-team9-lab4-simulator.jpg
    • Once breakpoint is hit user is debug view becomes visible and user is able to navigate using debug controls. BlackBerry Debugging offers the user the ability to View Profile, Objects and Memory Statistics.
  4. When the application runs as expected, Open the Subversion Perspective in BlackBerry Eclipse and upload the application to the repository that was given to you at the beginning of this course.
  5. User is able to save venue information and retrieve last venue information