How to use Spinner in Xamarin Forms
I want to use android Spinner in Xamarin Forms application. How can I do that?
View ArticleHow to get Navigation back button event in Xamarin forms
In my project on one page there is a form to add products. if user doesn't save the details and pressed back button, at that time I want to display the action sheet having Discard, Save, Cancel...
View ArticleShow local downloaded content with hybridwebview
We have a magazine app which downloads HTML pages and displays it in multiple views. In our current code it's using UIwebviews, because of rendering problems we need to upgrade to the WKwebview. The...
View ArticleUWP - Immediate crash in release mode
I have a forms solution, it runs fine in debug but crashes immediately in release mode, it doesn’t even get to my MainPage constructor: Unhandled exception at 0x54D62408 (Windows.UI.Xaml.dll) in...
View ArticlePCL Use of Windows.Security.Cryptography.Core
Is it possible to use the Windows.Security.Cryptography.Core in the shared library of a cross-platform app (e.g. is it dependent on the Windows core?) or is there an equivalent library that I should use?
View ArticleHow to navigate back from browser to app once i completed download.
Device.OpenUri("SomeUrltodownload"); i used this command to download file from url.But i can't navigate back to app once download completed.can some one help me on this? Thanks In Advance
View ArticleWhy xamarin website is not loading
xamarin website is not loading any reason developer.xamarin. dotcom/samples-all/
View ArticleNeed A Camera View Of The Background Without The Camera Buttons
The Camera when opened does capture the background which I want but with that comes the buttons to take a snapshot. I need those buttons hidden. All that is needed is the view. Is there anyway to hide...
View ArticleTrouble with images and lists with images
So, one page I'm trying to set an image to fill the background and stretch. everywhere i read " Aspect="Fill"" is suppose to do it but my image just sits in the top left. i can't figure out why....
View ArticleHow can I change Maps pin color on click and then revert back to red when...
I have several pins on my map. I have a pin clicked event handler which changes the pin color to blue when clicked. How do I revert the pin's color to red when another pin is clicked? While at the same...
View ArticleWhat is MessagingCenter ,why we use and how to implement ?
Hello guys i am xamarin developer but really i don't understand What is MessagingCenter, where we use and why needs in xamarin app , So can you all Please clarify.
View ArticleHow to get Navigation back button event in Xamarin forms
In my project on one page there is a form to add products. if user doesn't save the details and pressed back button, at that time I want to display the action sheet having Discard, Save, Cancel...
View ArticleShow local downloaded content with hybridwebview
We have a magazine app which downloads HTML pages and displays it in multiple views. In our current code it's using UIwebviews, because of rendering problems we need to upgrade to the WKwebview. The...
View ArticleUWP - Immediate crash in release mode
I have a forms solution, it runs fine in debug but crashes immediately in release mode, it doesn’t even get to my MainPage constructor: Unhandled exception at 0x54D62408 (Windows.UI.Xaml.dll) in...
View ArticlePCL Use of Windows.Security.Cryptography.Core
Is it possible to use the Windows.Security.Cryptography.Core in the shared library of a cross-platform app (e.g. is it dependent on the Windows core?) or is there an equivalent library that I should use?
View ArticleHow to navigate back from browser to app once i completed download.
Device.OpenUri("SomeUrltodownload"); i used this command to download file from url.But i can't navigate back to app once download completed.can some one help me on this? Thanks In Advance
View Article[Solved] Device.StartTimer doesn't stop and gives random values
My timer has an issue, if I click on it around 3 times really fast ten the timer starts going backwards and forwards, its weird. My goal is so once I press on one listview item the other timer stops,...
View Articlewhy a button is automatically disable .
i am using the button in side the frame . and frame is using in side the grid. i don't know why button is automatically disable. ..please tell the possible suggestion.
View ArticlePopup windows within a webview?
Does anyone know what kind of support there is for popup windows in webview? We are opening some intranet links within a webview and a new package we have is using javascript to open up it's own styled...
View ArticleDynamic ListView with TextCells
Hey, I'd like to to create a ListView with a dynamic amount of items (TextCells) in it. Sometimes the ListView needs to contain 5 TextCells, sometimes it needs to contain more, ... How can I achieve...
View Article