Any ideas on how to display the images of my application in XamarinForms with the native android image viewer
enter image description here
Related
How I can show the image in the app like the social network?
My meaning is I show a blurred preview of the image (not download completely) then if the user clicks on the image, app downloading the image completely and shows.
I'm running into an issue where an iOS app project using Launch Storyboard does not display some images from the asset catalog. But it can display another image in the same image view. This tells me that the image view is set up correctly, and something is wrong with the image itself
How can I understand why my image is not displayed on launch screen when starting app?
I checked the asset catalog membership, and the images are members of the correct target. The image displays in the interface builder preview.
I checked and images are not displayed when saved in either JPG or PNG format.
The image previews fine on Storyboard preview.
I tried using smaller image, so it doesn't seem to be a file size issue.
Does not work on either device or simulator.
This image displays:
This image does not display:
How can I set an svg image as the page background in xamarin.forms?
I have tried to use
BackgroundImage = "image.svg";
But it is not working.
Not every Xamarin Forms platform supports SVG, so that won't work. You can only use PNG or JPG, or write a custom platform rendered for SVG.
You may use a component name 'XamSvg' on xamarin component store. This component can use svg as an image on every plaform including xamarin.forms .
how to show the gif image in windows phone 7, i tried from many site, but they have done only by using web browser to view the gif image. now i want to view the gif image by not using of web browser control, usually have to view the gif image as jpeg image in windows phone 7. how to do Please help me
Thanks in advance.
u cant render directly the gif image in wp7 & so u can decode it to the bitmap image to show
ther are many links to show how to convert gif into bitmap, take a look at these--->
Display GIF in a WP7 application with Silverlight
http://blogs.msdn.com/b/jaimer/archive/2010/11/23/working-with-gif-images-in-windows-phone.aspx
I have made an application which displays Images and i have implemented pinch zooing, translating using Silverlight for Windows Phone Toolkit, GestureService it works perfect. but when am zooming the image or dragging the image it is not the image border/ boundaries. :(
how can i limit the image with in the screen. i want same look and feel like native windows phone photo viewer or web browser ( we can drag contetnt with in the limites only in web browser)
thanks in advance
I have posted the code on my blog.. have a look here
http://invokeit.wordpress.com/2013/01/17/photoviewer-with-pinch-zoom-pan-and-flick-support/
I use the same for my app's photo viewer