Setting the corner radius for Xamarin.forms controls
how can I set the corner radius for xamarin.forms controls, for ioS setting the corner radius is just setting the property like wise is there any property to set for the xamarain.forms controls to have...
View ArticleDownloading an Image and Sharing it to Facebook
Hi, I am trying to download an external image to the phone from the internet then upload the image to Facebook on a button click in Xamarin. This is a sharing text solution I found online which works...
View ArticlePUSH Notifications in a Xamarin.Forms Proj
Hi, I've spent a few hours trying to implement PUSH notifications in a Xamarin Forms project. I've followed numerous examples but most of which revolve around Xamarin.Droid or Xamarin.IOS apps rather...
View ArticleXamarin.Forms PCL and SWIG PInvoke C++
We have a core set of C++ code that we use in projects on iOS (using Objective-C++) and Android (using SWIG to Java). I would like to reuse this code in a Xamarin Forms based app, but am getting stuck....
View ArticleDeployment Error
Hey guys, I'm using Xamarin.Forms and Android emulator Nexus 4 API 21. when i compile my code, i have this error : Deployment failed because of an internal error: Installation failed due to container...
View ArticleIs it possible to inflate a View from XAML?
I would like to create the XAML file for a View and use it in different pages. In native Android I'd do it this way: LayoutInflater inflater =...
View ArticleHow to use a ListView in a layout without messing up page scrolling
What I'm trying to achieve: --- Stack Layout / Relative Layout--- - some widget (e.g. Label) - - some widget (e.g. Label) - - ListView - ------------------------------------- However, I also want the...
View ArticleTabbed Page more selection IOS renderer
Hi I'm trying to work out if It's possible to change the more page renderer on a tabbedPage. So at the moment If I select the more button tab the following is displayed. I would like to change the...
View ArticleIs there a standard way of opening the native Contacts app for all...
Given a contact name or a combination of first name/last name/company name, I want to launch the native Contacts app on the device and have it open either the one matching contact, or if there are...
View ArticleStop Cell recycling in Xamarin Forms ListView
I have a relatively simple app in xamarin forms that has a ListView with custom cells. In these cells, there is an image. The problem that I am having is this. When I scroll the ListView, I can see the...
View ArticleHow to bind customize pin on xamarin.forms maps ?
Hello, I want to add my customize icon on map instead of pin. Already i have tried to understand below example but i can't get anything....
View ArticleMR.Gestures handles ALL touch gestures
With MR.Gestures you can handle the Tapping, Tapped, DoupleTapped, LongPressing, LongPressed, Panning, Panned, Swiped, Pinching, Pinched, Rotating and Rotated gestures on all layouts, cells, views and...
View ArticleError after updating to forms 2.0
After updating from Forms 1.4.0.6341 to Forms 2.0 I'm getting an error when running on iOS "Sequence contains more than one matching element" when it hits this line: this.LoadFromXaml(typeof(App)); Has...
View ArticleData binding to dictionary object
Hi, I'm creating forms with the code. I want to bind the controls on the form with dictionary keys. Is this can be done with Xamarin forms. Please help with some some sample code. Thanks
View ArticleRemove duplicate grouping headers from listview
Is there a way to remove duplicate headers from a grouped listview? Example of a grouped listview with headers:
View Article[iOS] unfocus called, IsVisible=false then keyboard pops up with no textboxes...
I'm having an annoying iOS issue right now where I call Unfocus(), hide an overlay element, and then the keyboard pops back open. Has anyone figured out a way to force this keyboard to go away? It's...
View Articleapi call synchronous & asynchronous
Hi, i have wrote a small code snippet to fetch the data from WCF service and to display it in list view. everything seems fine but the API call is not waiting for the service to return the data...
View ArticleUse MasterDetail page (Menu) and Navigation page in a project
Hello All, I am developing XF app for iOS and Andorid. I need to use Menu in my project. I followed this article to use MasterDetail navigation page -...
View Articleerror when set Selected Item or Current Page in Carousel Page (Android)
I tried to set Selected Item and Current Page in Carousel Page when i want to see specific item when Carousel page showing. But it's not working. First item or 2 last item of ItemsSource work correct,...
View ArticleOpen new Page
Hi all! I have a question that may seem trivial to some one. How to I browse a Content Page to another? Let me explain: I have to go from Loading.xaml to Home.xaml once I finished loading data from a...
View Article