Difference between revisions of "Teams Winter 2011/team1"
(→Project - BlackBerry Application Development Tutorial) |
|||
Line 63: | Line 63: | ||
# [[Teams_Winter_2011/team1/BlackBerry/Add_Menu_to_the_Application | Add Menu to the Application ]] | # [[Teams_Winter_2011/team1/BlackBerry/Add_Menu_to_the_Application | Add Menu to the Application ]] | ||
# [[Teams_Winter_2011/team1/BlackBerry/Add_Elements_to_View_Screen | Add Elements to View Screen ]] | # [[Teams_Winter_2011/team1/BlackBerry/Add_Elements_to_View_Screen | Add Elements to View Screen ]] | ||
− | # [[Teams_Winter_2011/team1/BlackBerry/Add_Elements_to_Add_Screen | Add | + | # [[Teams_Winter_2011/team1/BlackBerry/Add_Elements_to_Add_Screen | Implement Add Student Option ]] |
# [[Teams_Winter_2011/team1/BlackBerry/Implement_Delete_Option | Implement Delete Student Option ]] | # [[Teams_Winter_2011/team1/BlackBerry/Implement_Delete_Option | Implement Delete Student Option ]] | ||
# [[Teams_Winter_2011/team1/BlackBerry/Implement_Edit_Option | Implement Edit Student Option]] | # [[Teams_Winter_2011/team1/BlackBerry/Implement_Edit_Option | Implement Edit Student Option]] |
Latest revision as of 18:39, 10 April 2011
Contents
Team 1 - Eclipse Tutorials
Lab 1- Basics Tutorial
- Preparing Eclipse
- Creating your first Java project
- Browsing Java elements using the package explorer
- Editing Java elements
- Creating a Java class
- Renaming Java elements
- Moving and copying Java elements
- Navigate to a Java element's declaration
- Viewing the type Hierarchy
- Searching the workbench
- Running your programs
- Debugging your programs
- Evaluating expressions
- Evaluating snippets
- Using the Java browsing perspective
- Writing and running JUnit tests
Lab 2 - OSGI Tutorial
Lab 3 - RCP Tutorial
- Create RPC Application
- Define and Use Commands
- Define and Use Editors
- Define and Use JFace Viewers
- Create Configuration for RCP Application
Lab 4 - BlackBerry Tutorial
Lab 5 - Android Tutorial
Project - BlackBerry Application Development Tutorial
- Create BlackBerry Project
- Change Project Icon and Output Name
- Add Elements on Main Screen
- Add Menu to the Application
- Add Elements to View Screen
- Implement Add Student Option
- Implement Delete Student Option
- Implement Edit Student Option
- Add Send E-mail Option
- Add Mapping Option
- Use Database and SQLite to Store Data