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.