TabbedPage bug?
Is this a bug or I should use it in another way? public class MyQuestionsPage : ContentPage { public MyQuestionsPage() { Title = "My Questions"; Icon = "TabBar-Icon-MyQuestions"; } } public static Page...
View ArticleProblem consuming Restful webservice. "Found conflicts between different...
Hi, I am trying to get data from a Restful web service. I have followed the TodoREST sample. However when I build I get the warning: "Found conflicts between different versions of the same dependent...
View ArticleError when building sln: Cannot copy "Xamarin.Forms.Core.dll" to bin
I get all these timeouts when I attempt to build my solution: Error Could not copy "C:\Users\my_user_name\Documents\Visual Studio...
View ArticleList of published Xamarin.Forms apps?
Is there a list of some known Xamarin.Forms apps that are published that we can look at and reference as good examples of what can be done using Xamarin.Forms on multiple platforms? If not, maybe this...
View ArticleText Input Popup Dialog in Xamarin.Forms?
Is there a way to make custom pop up views in Forms? Or at the very least, display a simple label + input box?
View ArticleMultiselect App stopped working in Windows Phone after xamarin.forms upgrade
Hi everyone, I am using the following app to get the multiselect functionality. https://github.com/TorbenK/Multiselect_Example After I upgraded from 1.5.X to latest version (2.X) of xamarin.forms, The...
View ArticleLine break in paragraph in Xamarin TextView
Hi All, Am binding lines of content(Dynamically) into TextView, it looks like a paragraph for whole content, how split paragraph while binding content into TextView, I tried \n, HTML line break but not...
View ArticleCross Platform Location Services
I am building a Xamarin.Forms (PCL) app, with some BLE data collection and Azure Mobile Services to push data entries to the cloud. I would like to add location services data to that, so I know where...
View ArticleCan anyone explain how to connect xamarin.forms application to my local sql...
Can anyone explain how to connect xamarin.forms application to my local sql server?
View ArticleStrange ImageSource behavior on Android (SkImageDecoder::Factory returned null)
Hi, I'm having trouble binding ImageSource with Android, If we consider following code: // Download image in custom format from internet var image = await _httpClient.GetMainThumbnail((long)id); //...
View ArticleiOS - Forms : Navigation
I have Page1, Page2, Page3. 2 Button on each of the pages What is the code to navigate from Page1 to Page2 or Page3 and from Page2 to Page1 or Page3 and from Page3 to Page1 or Page2? Thank you
View ArticleIcon image on Toolbar item in xamarin Forms
Hi, I'm creating all forms UI with the code using the Shared project. I want to add the icon image to the toolbar item. Can anyone guide me how can I achieve the same ? I could not find a suitable...
View ArticleHow to get permissions for UDP in Android 5.0. in Xamarin.forms ?
I have used SocketsForPCL to do UDP communications from Android device to server. When I use Android 4.1.2 I could send UDP packets and I received answer from the server. But when I use Android 5.0.1...
View ArticleRendererFactory.GetRenderer() - is it bug - child content?
Is it bug that RendererFactory.GetRenderer(Forms.View) doesn't return child content? For instance if you call this with non-empty Grid (for ex. with few buttons) only the Top-Level element would be...
View ArticleToggle iOS NavigationPage.SetHasNavigationBar with TabbedPage results in...
Anyone tried this scenario before? I'm talking about latest Xamarin forms 2 targetting iOS. I have a TabbedPage with 4 tabs, when the user looks at the first 2, there should not be a navigationbar - I...
View Articletool bar icon is displayed as a black box in IOS project.
Dear, I use the tool bar and added the icon base on device platform as follow : Device.OnPlatform("done.png", "done.png", null); It works in Android project. But in IOS, icon displayed as black box. My...
View ArticleAndroid manifest permissions don't match the ones asked during install
In my AndroidManifest i have set the following permissions: uses-permission android:name="android.permission.INTERNET" uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"...
View ArticleConfigure Xamarin.Android on VSO
Hi I'm setting up a CI build with VSO for my Xamarin.Forms (Android) app but I have a lot of error. I would appreciate if someone tell me how I can configure xamarin.Android build step. what should I...
View ArticleHow can we drag a button in xamarin.forms using custom renderers?
Hi, I have to drag an element in the page using custom renderer. I am currently referring the following link from XLabs....
View ArticleHow do you update to XF2.0?
I have the latest Xamarin studio other updates from stable but trying to update the PCL part of my code I get: Updating Xamarin.Forms... WARNING: Xamarin.Forms Package contains PowerShell scripts which...
View Article