HOW CAN I DISPLAY THE BLUETOOTH DEVICES USING MONKEY ROBOTICS. ANY ONE WITH...
HOW CAN I DISPLAY THE BLUETOOTH DEVICES USING MONKEY ROBOTICS. ANY ONE WITH AN EASIER METHOD PLEASE.
View ArticleWhere are the release notes for 2.0.0?
Can't see them in NuGet. Can't even see an announcement on this forum.
View ArticlePicker.Clear() System.ArgumentOutOfRangeException
Hey guys, I just realized a strange behaviour in my app. Situation: I got the following Data-structure: A customer got multiple projects and projects got multiple orders. In my app the user can select...
View ArticleTerrible TableView perfomance on Android
I am using XF to create an Android app and I use TableView to create a page with settings. However you scroll the table view, the more you do it, the slower it gets. You can also see GC going crazy in...
View ArticleHow to get obtain the 10 last registers in SQLite?
I'm trying to get my BD Sqlite the last 10 records from a table. I tried it with the following command: return _sqlconnection.Table ().Last (); But I just returned last record, if I test with the...
View ArticleHow to print the current display screen xamarin.Forms (windows 8.1)
Hi I created a app in xamarin.Forms for windows. I am displaying a list to the user and i would like to give the user the option to print the list. I found a demo app that was build in windows 8.1 (not...
View ArticleTimePicker does not appear to behave like the DatePicker
We're making use of the Focused/UnFocused event. What we've found is the DatePicker will have the value you've just picked all set and ready for you to use in the event when UnFocused occurs. The...
View ArticleBug? MasterDetailPage set IsPresented while changing tab
I'm using a TabbedPage where a certain action in one tab will cause the app to change its current tab. All tabs are MasterDetailPages. During this change, if an iOS device is in portrait, the Detail...
View ArticleMVVM
Any one please give me complete reference for using MVVM in Forms. @LaurentBugnion
View Articlehow to dynamically move objects (buttons, images, ...)
How can I dynamically move an object like a button or image in Xamarin forms? Currently, I've got a relative layout, and when an event occurs, I remove the objects from the layout and then add them...
View ArticleYour experiences with update to Win10 + VS2015…?
Hi all I work with Win 8.1 and VS2013 Update 2 and XF 1.4.4 “stable” and XLabs right now. On the base of various reasons, I have to update to Windows 10 and VS2015 in the near time. As we develop also...
View ArticleIssue with RelativeLayout in iOS
Hi, This piece of code works like a charm in Android but it doesn't in iOS. The ListView is positioned at the top of RelativeLayout instead of below the Stacklayout. If i remove the StackLayout, then...
View ArticleIssue With Navigaton.PushAsync
Hi There, I am having issues when I try to navigate to a new content page in Xamarin. Coming from a business WPF environment, I am using MVVM for this project and I am handling the page change even via...
View ArticleContrary to the Advertising
How does one get there money back. Been working on it for much more time than the $25.00 is worth but man in my opinion you guys just want to keep my money even if you said different.
View Article[Material] TextInputLayout Renderer (Floating Labels)
Just thought I'd throw this out there. If you want floating labels on your Entry (as found here (by JamesMontemagno)), I've thrown together a custom renderer that extends Entry. note: this requires the...
View ArticleActivityIndicator in a ViewCell
I have an ActivityIndicator embedded in a ViewCell. I am trying to get the ActivityIndicator in the specific ViewCell to start once it is tapped, but I can't seem to find the right code to make it...
View Articlecodesign wants to sign using key "your dev key" in the keychain
I am trying to build an iOS app for Ad Hoc distribution. When I build, I get a popup on my Mac. "codesign wants to sign using key "your dev key" in the keychain do you want to allow access to this...
View ArticleDoes Xamarin Forms 2.0 support 3D Touch
Would like to add some 3D Touch functionality to my forms app. Just wondering.
View ArticleError The "CreateAdditionalLibraryResourceCache" task failed unexpectedly
Hi, after uptading Xamarin.Forms references in my project via NuGet Visual Studio 2013, When I try to build my solution it appear this error: Error 14 The "CreateAdditionalLibraryResourceCache" task...
View ArticleWhat could cause a crash in GetAppearedOrDisappearedTask ?
Our QA team just got this crash in Xamarin Insights. I don't see any of our code in this except for the Main call, so maybe it's a Xamarin Forms bug? It would be nice if the NullReferenceException told...
View Article