Closed GoogleCodeExporter closed 9 years ago
There was a should delay method for files in previous version, but file
checking can hold the UI thread (most of time it's very fast, but sometimes can
be slow depends on file system activities).
Due to that reason I don't want to add to the lib and encourage this practice.
However, you can easily check the cached file with the
getCachedFile(java.lang.String url). If the result is not null, that means the
file is cached.
http://android-query.googlecode.com/svn/trunk/javadoc/com/androidquery/AbstractA
Query.html
Original comment by tinyeeliu@gmail.com
on 14 Dec 2012 at 10:12
Original issue reported on code.google.com by
tinyeeliu@gmail.com
on 16 May 2012 at 4:47