Siddarth G

Results 2 comments of Siddarth G

Hi, is it ok to do this `@Override protected void onDestroy() { super.onDestroy(); new ClearDiskCache(this).execute(); }` ClearDiskCache is an AsyncTask, i'm passing 'this' from onDestroy will it be null(this)?

@codyrotwein how did you calculate the index/position for each header ?