Difference between revisions of "Teams Winter 2011/team1"
Ladanzahir (talk | contribs) (→Team 1 - Eclipse Tutorials) |
|||
Line 20: | Line 20: | ||
# [[team1/Writing and running JUnit tests | Writing and running JUnit tests]] | # [[team1/Writing and running JUnit tests | Writing and running JUnit tests]] | ||
− | * '''Lab 2- OSGI Tutorial''' | + | * '''Lab 2 - OSGI Tutorial''' |
# [[Teams_Winter_2011/team1/OSGI/Create_the_Service_Interface | Create the Service Interface ]] | # [[Teams_Winter_2011/team1/OSGI/Create_the_Service_Interface | Create the Service Interface ]] | ||
# [[Teams_Winter_2011/team1/OSGI/Implement_the_Service_Provider | Implement the Service Provider]] | # [[Teams_Winter_2011/team1/OSGI/Implement_the_Service_Provider | Implement the Service Provider]] | ||
# [[Teams_Winter_2011/team1/OSGI/Implement_the_Service_Consumer | Implement the Service Consumer]] | # [[Teams_Winter_2011/team1/OSGI/Implement_the_Service_Consumer | Implement the Service Consumer]] | ||
− | * '''Lab 3- RCP Tutorial''' | + | * '''Lab 3 - RCP Tutorial''' |
# [[Teams_Winter_2011/team1/RCP/Create_RPC_Application | Create RPC Application ]] | # [[Teams_Winter_2011/team1/RCP/Create_RPC_Application | Create RPC Application ]] | ||
# [[Teams_Winter_2011/team1/RCP/Define_and_use_commands | Define and Use Commands ]] | # [[Teams_Winter_2011/team1/RCP/Define_and_use_commands | Define and Use Commands ]] | ||
Line 32: | Line 32: | ||
# [[Teams_Winter_2011/team1/RCP/Create_configuration | Create Configuration for RCP Application ]] | # [[Teams_Winter_2011/team1/RCP/Create_configuration | Create Configuration for RCP Application ]] | ||
− | * '''Lab 4- BlackBerry Tutorial''' | + | * '''Lab 4 - BlackBerry Tutorial''' |
# [[Teams_Winter_2011/team1/BlackBerry/Create_BlackBerry_Project | Create BlackBerry Project ]] | # [[Teams_Winter_2011/team1/BlackBerry/Create_BlackBerry_Project | Create BlackBerry Project ]] | ||
# [[Teams_Winter_2011/team1/BlackBerry/Change_Project_Icon | Change Project Icon and Output Name ]] | # [[Teams_Winter_2011/team1/BlackBerry/Change_Project_Icon | Change Project Icon and Output Name ]] | ||
Line 42: | Line 42: | ||
# [[Teams_Winter_2011/team1/BlackBerry/Implement_Edit_Option | Implement Edit Student Option]] | # [[Teams_Winter_2011/team1/BlackBerry/Implement_Edit_Option | Implement Edit Student Option]] | ||
# [[Teams_Winter_2011/team1/BlackBerry/Add_Send_Email_Option | Add Send E-mail Option ]] | # [[Teams_Winter_2011/team1/BlackBerry/Add_Send_Email_Option | Add Send E-mail Option ]] | ||
+ | |||
+ | * '''Lab 5 - Android Tutorial''' | ||
+ | # [[Teams_Winter_2011/team1/Android/Create_Android_Project | Create Android Project ]] |
Revision as of 14:24, 22 March 2011
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
- Create BlackBerry Project
- Change Project Icon and Output Name
- Add Elements on Main Screen
- Add Menu to the Application
- Add Elements to View Screen
- Add Elements to Add Screen
- Implement Delete Student Option
- Implement Edit Student Option
- Add Send E-mail Option
- Lab 5 - Android Tutorial