XamarinFormsImageGallery icon indicating copy to clipboard operation
XamarinFormsImageGallery copied to clipboard

Image from file

Open erossini opened this issue 8 years ago • 6 comments

Hi, I'm using your component and it's very useful. I have a problem when I add images from file, they don't show. Could you help me?

Thank you in advance

erossini avatar Jun 10 '16 09:06 erossini

Ok, I understood the problem. When at the beginning I'm loading in the view model all data and the control can't show anything because it doesn't recognise changes.

Then I bind the view model and then the data.

erossini avatar Jun 10 '16 10:06 erossini

Hello erossini,

Sorry for the delay. Did you solve your issue?

rasmuschristensen avatar Oct 03 '16 20:10 rasmuschristensen

@erossini How did you achieved the initial image loading? I put some images in the view model constructor, but the component do not load them at creation.

Thank you!

gabrielrobert avatar Jul 26 '17 17:07 gabrielrobert

I have images in the file system or resources. Try to see my code here https://github.com/erossini/XamarinGeneratorExample

erossini avatar Jul 26 '17 17:07 erossini

@gabrielrobert I'll take at look at it this week

rasmuschristensen avatar Jul 27 '17 07:07 rasmuschristensen

@rasmuschristensen There we go -> https://github.com/rasmuschristensen/XamarinFormsImageGallery/pull/4

gabrielrobert avatar Jul 28 '17 12:07 gabrielrobert