Вы должны разработать простую логику. Предположим, у вас есть соединение, затем загрузите все изображения. Теперь у вас есть два способа получить доступ к этим изображениям, пока у вас нет соединения -----
Store all images in data base as blob(But it not feasible to store huge amount
of data to database)
Второй ..
Store all images in sdcard(by making a folder in it) and now store link of these
images in data base Table.Suppose you donot have connection then first fetch
image path from DB Table then fetch file from sdcard and display