Closed libreliodev closed 10 years ago
@libreliodev What is not working? I think some of the images aren't loading.
I think the problem is more likely to be to do with #245
@intrications
What is not working? I think some of the images aren't loading.
Yes, you're right.
I think the problem is more likely to be to do with #245
I think you're right again. Do you think this can be fixed?
@libreliodev Yes, it can be fixed. Two options come to mind:
a) Always store the images on the server. The images are cached so they won't be loaded repeatly. However, they can be updated without updating the app. Also, smaller APK sizes.
b) Check for images in the assets folder first. This is probably more backwards compatible with your current workflow which includes images in the assets folder.
Which would you prefer?
@intrications
Sorry for the late answer. Yes, option b) looks better. But I think anyway that the main issue is that for some reason the server images are correctly loaded. Probably a matter of relative references as implemented in our iOS app. As a reminder:
Successfully tested.
Multi-level gridviews implemented in #166 do no seem to work since we implemented #153.
@intrications Can you check please?
cc @librelioniv