Problem 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 ArticlePrism and Navigation
Hello! I would like to use Prism.Forms in my app. I can register Container.RegisterTypeForNavigation<Page1, Page1ViewModel>(); for navigation. But I cant find how to use cache during navigation....
View ArticleDLToolkit PageFactory - simple MVVM for Xamarin.Forms (github)
DLToolkit.PageFactory for Xamarin.Forms The main reason for creation of PageFactory was that I needed very simple to use library which would free me from implementing the same things for any...
View ArticleUpdating to Forms 2.0.0 throws Layout cycle detected. Layout could not...
Updating to Forms 2.0.0 throws Layout cycle detected. Layout could not complete exception in WindowsPhone and WinRT. In Android and iOS, I dont experience any crash, but it makes a strange behavior to...
View ArticleUpdating to Forms 2.0.0 throws Layout cycle detected. Layout could not...
Updating to Forms 2.0.0 throws Layout cycle detected. Layout could not complete exception in WindowsPhone and WinRT. In Android and iOS, I dont experience any crash, but it makes a strange behavior to...
View Articlesliding images with pagination
Hi, Anyone has an idea how to implement a sliding images with pagination Like they have highlighted with Page Contols...
View ArticleSQLite.net extensions in a shared project
Ive searched pretty extensively and come across some posts which do not seem to address what I am experiencing but I'll try to step through what I have encountered. I have a Xamarin forms app using...
View Articleexternal authentication with Oauth using OAuth2Authenticator results in...
Hello, I'm working on an app where I will hit my own backend (aspnet webapi) for authentication, using facebook, google etc. I'm testing against a default webapi project to get goinh, but ran into an...
View ArticleBuild not longer works after update to 2.0
Hello guys, My build will not work after updating Forms. The following error occurs: E:\App\MyApp\Droid\obj\Debug\resourcecache\486B225B82AB1EC110D07DE9C1008B62\res\values-v23\values-v23.xml(0,0):...
View ArticlePersisting data locally (Device cache)
Hi, Is there a way how you can persist some trivial data locally, such as personId or cartvalue so that when the app is switched off, the value can be retrieved again? I have been playing around with...
View ArticleException thrown when instantiating a Map in Xamarin.Forms 2.0 on Android
After upgrading my Xamarin.Forms 1.5.2 project to Xamarin.Forms 2.0.0.6484, I keep getting the following exception whenever I try to access a page with a Xamarin.Forms Map instance. See below. I have...
View Articlewhile i debugging xamarin.forms its directly going to deploy to emulator, its...
while i debugging xamarin.forms its directly going to deploy to emulator, its not break to breaking point plz help me
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 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