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

@@ -191,6 +191,7 @@ or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>na
public static final int send=0x7f040003;
public static final int sending=0x7f040002;
public static final int sorry=0x7f040001;
public static final int there_was_an_error=0x7f040008;
public static final int version=0x7f040005;
}
public static final class style {

View File

@@ -191,6 +191,7 @@ or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>na
public static final int send=0x7f040003;
public static final int sending=0x7f040002;
public static final int sorry=0x7f040001;
public static final int there_was_an_error=0x7f040008;
public static final int version=0x7f040005;
}
public static final class style {