Hide title bar in Android 4.3 (Api 18) with xlabs
Hello, In the Android part I am trying to hide the title bar. For API 17, 19, 20, 21, 22 and 23 I have a theme with this item : <item name="android:actionBarSize">0dp</item> For API 16,...
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 ArticleAlready referencing a newer version of 'Xamarin.GooglePlayServices.Maps' error
Hi, in my Xamarin.Forms based project I could not add the actual Xamarin.Forms.Maps 2.0.x package. I have already added the Xamarin.GooglePlayServices.Maps package version 27.0.0.0. In this case I...
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 ArticleHow to make .Forms stable…?
Unfortunately, I don’t think (but hope) that this posting will change things, but I have to write it (the hope dies last). Today (2015-05-19), I personally have 25 filled bugs in Bugzilla 11 of the 25...
View ArticleButton with an image, how to centre the image horizontally?
Hi guys, Trying to get a little button with an image, I want the image to be centred within the button but it is always to the left. Button button = new Button(); { //WidthRequest = 50 BorderWidth =...
View ArticleCachedImage FFImageLoading for Xamarin.Forms
https://github.com/molinch/FFImageLoading or https://github.com/daniel-luberda/FFImageLoading/ (new Forms features) DEMO:...
View ArticleDoes Xamarin Forms 2.0 support 3D Touch
Would like to add some 3D Touch functionality to my forms app. Just wondering.
View ArticleThe type or namespace 'Page' could not be found
Hello, I have created Xamarin.Forms Portable blank app. In the PCL project, i have also added dll reference of Xamarin.Forms.Addin to resolve the error "Xamarin.Forms dll could not be found" error....
View ArticleUpdate to Xamarin Forms 1.5 and Xamarin.iOS for iOS 9 breaks SignalR Client...
Hi, I have a PCL 4.5 - Profile 7 Xamarin.Forms project that uses the Microsoft.AspNet.SignalR.Client NuGet package (in the shared DLL project, not the device-specific projects). It doesn't do anything...
View ArticleBinding: 'TestCommand' property not found on 'ProductClas', target property:...
Hello, Binding my ListView is working fine with my (MyBindableCollection), however, the button binding I'm getting error (Binding: 'TestCommand' property not found on 'ProductClas', target property:...
View ArticleHow to change ImageSource's Resolutions in Xamarin.ios
Hello Team, Currently i am working on ImageSource in Xamarin.Forms.ios. I want to display and save image in different resolutions . can anyone tel me how to do this..?
View ArticleIs it possible to disable spell checking of text shown in Picker view on...
On Android devices, words that are not recognised as correct spelling are underlined in red (see attached screenshot) when shown in a Picker view (before the view is expanded). Is there any way of...
View ArticleProblem with binding
Hi there, I've a small problem regarding binding. I have a ViewModel with 2 properties: ObservableCollection Comments and string Title. My listview looks as following: <ListView x:Name="listView"...
View Article