Strange out of memory issue in media picker
I'm using following code to allow user to select image from device. var device = Resolver.Resolve<IDevice> (); var mediaPicker = DependencyService.Get<IMediaPicker> (); if (mediaPicker ==...
View ArticleRequest: Support for ICommand on most if not all controls
Greetings, I had a request for the "powers that be" That request is to consider adding support for ICommand to most if not all control events (ItemSelected, ItemTapped, etc). This would allow a great...
View ArticleText color change Alert Dialog
I'm trying to change the color of the text of the warning dialog button, but I have no success. I try to change the buttons are on the attached image My style xml: http://pastebin.com/aGuSN3by Someone...
View ArticleCross Platform version of "SharedApplication" and/or "Shared Intent"?
I am looking to see if there is anyone out there that has a suggestion on implementing the SharedApplication and "Shared Intent" in a more pure Xamarin Forms manner (right once in the PCL shared code...
View ArticleAfter implementing Material Design for Android, crashes app on start
Hi there, I implemented Material Design in my Xamarin.Forms app using both links, however in both cases when i run app, it crashes. Please advise...
View ArticleHow do I select an emulator to test on when creating cross platform? Beginner...
Hey all, I have created (its just the standard "Welcome to Xamarin Forms" page) an app using the cross-platform option and I don't seem to have the option of testing it on an emulator, its grayed out...
View ArticleXamarin.Forms: Hide and Show ViewCells in TableView
Hello everyone! I have a TableView with ViewCells. I need to show and hide ViewCell depending on situation from c# code. How to do that?
View ArticleImage doesnt show image from url
Hello I use Image in XAML and set to the Source URL. But in some cases, I don't see loaded image. The same URL. I can click back button and then navigate again, the image is loaded and I can see it. It...
View Articlehow to create cross platform app in xamarin studio
Hi, I want to create quiz module cross platform app (IOS, Android, Windows) using xamarin studio.. Initially where i have to create forms either visual studio or xamarin studio...
View ArticleInitial support for a Xamarin "advanced" beginner
Hi. I'm a C#, Deplhi, Clipper and Pascal (among others) developer. I met Xamarin, and it was love at first sight, and I'm trying to learn with development challenges of serious applications. However,...
View ArticleHow to get the screen location (Bounds or Y) of an item in a listview using...
Is there a way to get the position on screen of an item (row) in a listview either from a selection or tapped event? Is there a way to get the position on screen of an item (row) using the index of the...
View ArticleCall UIImagePickerController from Xamarin.Forms portable
Hi, I have a Xamarin Forms app where all the UI is in a portable library. I'm trying to add functionality to pick a photo from the device so for this I have an interface class in my portable library...
View ArticleThe Name Navigation does not exists
Hi, I just encountered a strange error message. I try to Push a New Page on the Navigationstack from one of my ViewModels, but the Compiler tells me, that Navigation does not exist. Here is my File: {...
View ArticleBest way to create Thumbnails of images
Hi, I need the function in my app, that the user can pick an image from the image gallery and a Thumbnail of this Image should the be stored in a Zip-File. I have no problem accesing a stream of the...
View ArticleCan we add configurable urls in app.config file?
This is more about the standard practice ? Normally we put our urls in constant file in mobile apps? Unlike in web to make urls configurable they used to write inside app.config as key value pair?...
View Articleforms app device.openuri system exception in ios
Hi, I want to open a browser in iOS with my app with this line of code: Device.openUri(new Uri("http://www.google.com")); but when that line executes I get this error: Could not initialize an instance...
View ArticleIssue with resourcecache folder with Debug
Hello, This is my configuration : VS 2015 with Xamarin Android tools, API 22 and 23 with all android extras up to date Project with forms 2.0.0.6490 and all nugets packages up to date. My app is with...
View ArticleAndroid keyword not recognized
Hello, This is my configuration : VS 2015 with Xamarin Android tools, API 22 and 23 with all android extras up to date Project with forms 2.0.0.6490 and all nugets packages up to date. My app is with...
View ArticleiOS Renderer using the RightView property of UITextField
I am trying to create a custom renderer for a Entry subclass so that I can show a tick or cross when validation passes or fails. The approach I have taken is as follows: Created a behavior that...
View ArticleMultiselect ListViews
I am new to Xamarin Forms and was wondering if we could build Multiselect Listviews using Xamarin Forms. Any help would be appreciated.
View Article