Created JSONLoader.java to handle downloading and parsing of a JSON Object from the internet.
8 lines
246 B
XML
8 lines
246 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<string name="hello">Hello World, Main!</string>
|
|
<string name="app_name">ExceptionReportViewer</string>
|
|
<string name="there_was_an_error">There was an error...</string>
|
|
|
|
</resources> |