skip to Main Content

I have to create an application for a Doctor. Where the doctor can find the past records of all the prescriptions which were taken in the form of images (physical paper prescription captured by a mobile camera). I can call the api’s to get them from a server when the network is available. But there is no way to save those huge amounts of images in a local storage and access them when there is no network.
I’m looking for a solution. Your help will be highly appreciated.

2

Answers


  1. Just use regular "Application Documents" folder. There is no limits for it as long as there is free space on user device.

    Login or Signup to reply.
  2. On possible way to do it may be converting your images into base64 string and save it in your db.base64 string will have much lower weight about 30% if I am right.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search