Hi,
I'm Integrating Dropbox photo API in my Android App, I want to display Image dimension in before loading the image in UI. I'm using https://api.dropboxapi.com/1/delta and adding inclue_media_info = true, i'm getting whole dropbox structure.From that I'm parse only image type files & I'll populate in UI.
I have other information of particular image like size,revision_id etc. but no where mentioned about resolution or width * height.
Please someone give solution for my problem..