Vocabulary - Version 3

Assignment #5C


This is the third version of a Vocabulary Assignment. Continuing to explore Android's contrivances to match standard software patterns, we'll use the concept of "lists" to anchor a sequence of applications, each with more complex features.

This version has a plain "word" java class created along with "Main Activity" and the "Item" Activity. There is an addition to the exchange of Objects as data between Activities — which requires implementing. "Parcelable" interface is also implemented in this version. A new "raw" file with words and definitions is present in the project.

This version of the app also includes LocalBroadcastManager and BroadcastReceiver.

Here is some screen shots of what I have done with this version of the App.


Busy 5 x 5 Plain 5 x 5 Plain 10 x 10 Busy 5 x 5 Plain 5 x 5 Plain 10 x 10


  • Return to ISC 250 Page
  • Return to List of Coursework