Files
exception_handler_library/ExceptionReportViewer/res/values/strings.xml
ricky barrette 5b8e3ba87f Updated ReportListFragment.java to use a Loader to retrieve the data from the internet.
Created JSONLoader.java to handle downloading and parsing of a JSON Object from the internet.
2011-12-28 15:29:38 +00:00

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>