Xamarin.Forms 1.5.1-pre2 Released
1.5.2-pre2 Notes Enhancements Bump dependencies to API 23 versions Bug Fixes Fix AssemblyFileVersion Fix AppCompat theming of button colors (no longer removes elevation) Fix XamlC errors with generic...
View ArticleCan't get location
Hi, I'm using Xamarin.Mobile to get the curernt location for the device. I have read the it does not work in the simulator. Now I have testet it on a device (IOS 9.1) But with no luck. The...
View ArticleAndroid ImageRenderer
Hi, I have the below code. I tried many way of doing it but basically it's like SetImageBitmap doesn't change the image once it's been displayed not matter if it's called again. I mean the first...
View ArticleHow can i enable bluetooth/GPS IN Xamarin forms?
Is there any way I can turn on bluetooth/gps via xamarin forms? Are there any samples?
View ArticleHow to center Label in RelativeLayout?
Hi, This question might be very simple, but how would you center a Label vertically in a RelativeLayout? Thanks
View ArticleBad request received from the LinkedIn post message API
I am currently developing an app that must include the functionality to be able to send a message to a user on LinkedIn. I am creating this app in Xamarin.Forms and am using Xamarin.Auth in order to...
View ArticleNavigation Bar left Toolbar button
Does anyone know any way to add a toolbar item to the left side of a navigation bar instead of the right?
View ArticleError: The given key was not present in the dictionary.
Just went to Xamarin.Forms 1.3.4.6328-pre2 and now get the error "The given key was not present in the dictionary." How can find in my xaml what may be causing the problem? I attached the xaml in a...
View ArticleGet BindingContext of cell in a ListView
I'm converting a C# layout to XAML. The layout displays a list of Contacts that each have an Id, a PhoneNumber, and a Name property. I have a method CallContact that accepts a Contact as a parameter....
View ArticleHow to Show Timelines like Only Me, Public in xamarin forms while sharing in...
Here i am able to share an Image to Facebook but here i want show Timelines like Only Me, Public and Friends while sharing as shown in Below Picture using Xamarin forms. Can Someone help me in this.
View ArticleAbsolute layout and map animation issue
Hi, I have a map view in my forms app. this is held in an absolute layout. Onto this absolute layout, I add a centre pin. The map moves fine. Add another image to the layout and kaplow! the map stops...
View ArticleUnit test for PCL
Hi, I am writing Unit test for PCL using Microsoft.VisualStudio.TestTools.UnitTesting framework. is this the right approach?
View ArticleHide tabbar on push
Hi, I have the following code: ` var tabbedPage = new TabbedPage () { Children = { navigationPageBrowse, navigationPageUploads } }; MainPage = tabbedPage;` On the Browse page I have another button...
View Articleany examples for spotlight search in xamarin forms?
any examples for spotlight search in xamarin forms?
View ArticleSystem.NullReferenceException at...
Immediate crash after application begins "WorkingWithMaps" and "MobileCRM" from https://github.com/xamarin/xamarin-forms-samples (both use Maps) Host system is Windows 8.1 Tried in Nexus 10 KitKat,...
View ArticleAfter updated xamarin forms, getting issue when open the visual studio
Dear, We have updated xamarin studio(4.0) and core packages ,after updated we are facing issue ,while build the solution visual studio got struck. After we updated the visual studio(updated to 5) also...
View ArticleSearching for Rating Bar implemetation using xamarin forms PCL
Hi , I wanted to add star rating type control to my Xamarin forms PCL application. I searched for the same but the control is not available directly in XAML. Tried implementing it using dependency...
View Articlelist view button image change in load
Hi friends , in my app i have a cart option, items are adding to cart is from a list view , also cart is other list view. While i add item to cart the i can change the image. Initially the button image...
View ArticleHow to do AbsoluteLayout for ViewCells with Labels?
Hi all: TLDR: I'm looking for any sample code for correctly doing... - ViewCells in a ListView - using AbsoluteLayouts - without setting any Proportional bits - with uneven rows - containing...
View ArticleCreating a BindableProperty to bind with ViewCell
Hi guys, I'm currently working on a crossPlatform app, and i had to create a custom Switch component. the component itself is working just fine, but, it doesn't correct interact with my ViewModel as i...
View Article