How to get Android AQuery to download data from the Internet, if possible, otherwise - from the cache ??? My code:
final GetFeedsAjaxCallback ac = new GetFeedsAjaxCallback(...);
aq.ajax(feed, XmlDom.class, -1, ac);
My code does not work if there is no internet connection.
use code:
...