List Activity Project

Create a project named ListActivtyProject modeled on the HelloListActivity demo found on our home page. Make sure that your package name is unique such as com.johndoe.hellolistview where your name replaces johndoe.

Extend it by using another array of Strings that customize the message that pops up in the toast when each item is touched. In other words, you must not simply echo the list item back to the user in the Toast pop-up. You should have a custom word or phrase that matches the item that is touched in some interesting way.

Part of your grade for this project will be based on the instructor's assessment of your classroom productivity that includes your ability to independently learn and apply information from online class resources without help from others and without disturbing the work of others in class.

You must hand in the following files to DropItTo.Me/CMinich

  1. You must use the File / Print menu command in Android Studio and your student laptop's PDF Writer printer icon to save a pdf file of the MainActivity and any other .java source code files with the name ListActivityMainActivityJohnDoe.pdf ("ListActivity" prepended and your name appended to the name of the Activity file.)
  2. Make a screen capture of your program's runtime named in this format:   ListActivityJohnD.png
  3. Your complete compressed (i.e. zipped) Android Studio project folder named ListActivityJohnDoe.zip

You must do the following:

  1. Upload the project to your Google site with a unique apk file name (e.g. ListActivityJohnD.apk) and a unique app_name defined in the strings.xml file. You must have a full explanation & description of your app on your Google site apps page.
  2. Call the instructor to your Android device (personal phone, emulator, class tablet, etc.) for a run-time grade.