Hi All,
I have finally completed an app for a client. It basically displays around 300 to 400 images of products manufactured by my client. my client wants the app to be offline so i have to save all the images in the app itself. Google allows a maximum of 50 MB per application. I am saving all the images in db3(sqlite 3). I have a few question regarding the images.
1. What can be the optimum resolution of the image so that it can be shown in all the devices.(eg 300 X 300)
2. Currently it is in JPG. Should i convert all the images into PNG
3. Are you aware of any compression software which can compress bulk images at once.
Kindly let me know your suggestion and inputs regarding this. Will be awaiting for your responses.
Regards,
SK
I have finally completed an app for a client. It basically displays around 300 to 400 images of products manufactured by my client. my client wants the app to be offline so i have to save all the images in the app itself. Google allows a maximum of 50 MB per application. I am saving all the images in db3(sqlite 3). I have a few question regarding the images.
1. What can be the optimum resolution of the image so that it can be shown in all the devices.(eg 300 X 300)
2. Currently it is in JPG. Should i convert all the images into PNG
3. Are you aware of any compression software which can compress bulk images at once.
Kindly let me know your suggestion and inputs regarding this. Will be awaiting for your responses.
Regards,
SK