Assignment 5B: Vocabulary List (Version B)

Assignment 5B — vocabulary app version 2 involves developing an app which generates a list of vocabulary words. More specifically, the app scans a list of words included in the file the_words and adds them to an ArrayList<String> titled list. list is then merged into a ListView.

activity_main uses the ListView in order to display this list of words for the user to see.

This is what the application looks like on startup.


Clicking/tapping on one of the words in the list displays that word in a large font. Here, I clicked the first Word in the list ('word')



Assignment Page