List of Things Version D

HOME ISC250

Fetching information in the form of XML over the internet

The xml file
In this version of the application, we're fetching information from an XML file located in my public directory.
I had a hard time fetching the words until I found out that an additional permission had to be added to the manifest.

android:usesCleartextTraffic="true"
docs
This appears to be a new permission that is needed to search the internet through Android. I had to add this to my last List of things version.