Download presentation
Presentation is loading. Please wait.
Published byLucinda Martin Modified over 9 years ago
1
Activities For this lab we will be creating a “Video Games List" application. It is a simple app that allows a user to view and edit a list of video games. All tasks for this lab will be based off of this application. Over the course of the lab you will be iteratively refining and adding functionality to the Video Games List app. CS440 1
2
Part 1: Set up Download the skeleton project Extract the project, preserve the directory structure Next you will need to setup a “Video Games List" Android project for this app. Select File -> Import. In the Import Wizard, expand General and select Existing Projects into Workspace. Click Next. In the Import Project wizard, click select root directory and click Browse. Select the root directory of the skeleton project that you extracted. Click Open and then Finish. CS440 2
3
Part 2: Fill in the Game Class Throughout the lab you will be working with the Game object class. strGame: This represents the actual title of the game. Rating: This represents a rating that can be assigned to a game. There are three possible values that the rating can take: UNRATED: indicates no rating has been assigned to this game by the user. LIKE: indicates the user liked this game. DISLIKE: indicates the user did not like this game. CS440 3
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.