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.
This commit is contained in:
2011-12-28 15:29:38 +00:00
parent 2f48824796
commit 5b8e3ba87f
12 changed files with 205 additions and 94 deletions

View File

@@ -3,5 +3,6 @@
<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>