fossasia / open-event-droidgen

Open Event Android App Generator https://github.com/fossasia/open-event-android/raw/apk/sample-apk-fossasia17-development.apk
GNU General Public License v3.0
2.05k stars 828 forks source link

Progress Bar while image is being loaded. #1029

Closed harshitagupta30 closed 7 years ago

harshitagupta30 commented 7 years ago

Actual Behaviour

screenshot_20170119-193418

Currently while loading the image from the API we are displaying nothing.

Expected Behaviour

videotogif_2017 01 19_19 39 51

We can add a progress bar to enable user know that image is being loaded. We can add this at all places where the image is being fetched from the API

@the-dagger @mananwason Can I send the PR for the same?

the-dagger commented 7 years ago

Looks good, please go ahead. Make sure that the implemented solution takes in account for missing profile pictures and network issues too.