Most feasible way to display images in android and ios app -
i want display around 1000+ images application. effective way store images, on device or in database ?
i using sqlite database in app.
store image on server download in device, save image sdcard cache or simple image. @ download on single success of image store path table , used in application.
use lazy loading concept load image in application. better store image in sdcard rather in database.
Comments
Post a Comment