TabbedPage Tabs Height
Hi everyone, I'm developing an Android application for mobile phone. I'm using Xamarin Forms and Android 5 Lollipops (AppCompat v7). I've got a XF TabbedPage, and i'm wondering if it's possible to...
View ArticleCustom control with complex property in Xaml
Hi, I have created a cutom control MyControl ` public class MyControl : StackLayout { public static readonly BindableProperty LabelControlProperty = BindableProperty.Create<MyControl, Label>(p...
View ArticleOS X 10.11 El Capitan Beta and Xamarin / Compiler Error 127
Just for those of you, who can't wait to install the beta of OS X 10.11 El Capitan: When building with Xamarin Studio, the Error 127 appeared. For me, this solved it: Restart the Mac with cmd-r pressed...
View ArticleCreate share button
Hello, is there a way to create a "Share" button with Forms? I want to create this button that, when pressed, launches the classic intent chooser in Android (Image 1), the UIActivityViewController in...
View ArticleUITableView with dynamic row heights. How do I stop EndUpdates or ReloadRows...
I have a UITableView (in a UITableViewController) containing rows of varying heights. What I am then trying to do is allow more content to be added to these cells thus requiring a change in height, the...
View ArticleApplication starts with 86% memory usage(HeapSize)
I'm developing application for Android(Xamarin). At current moment is like prototype(inside nothing heavy). I added app7compat support library and also implemented toolbar with navigation Drawer...
View ArticleRenderer: Property change for {0} has not been implemented.
Hello, I got this error during the debug of my application (xamarin.forms). Do anyone have the same problem? Do you any idea about how to resolve it? " Renderer: Property change for {0} has not been...
View ArticleiOS 9 + Xamarin.Facebook 4.5.10 login problem
I've used the Facebook integration successfully on pre-iOS 9 devices. Now I'm trying to use it on an iOS 9 device and the login flow is broken. The problem seems to be that on iOS 9, Facebook callback...
View ArticleXamarin.Forms 1.5.2-pre1 Released
Important Notes This release is more alpha than most pre-releases. We want to get as much testing on the new optimization work as possible. Expect to see changes and more work landing into this release...
View ArticleToo many machines using Xamarin Subscription message each time XS is opened
Every time I open Xamarin Studio on my PC, I receive the error indicating Too Many Machines are using the Xamarin Subscription. I then have to sign into my account, deactivate the account that is for...
View ArticleError: Build failed. See the build log for details.
When I am building an ipa file from xamarin.ios in xamarin.forms project, i have "Build failed. See the build log for details." error as an output. How to fix this error?
View ArticleHow do I create an .apk file always in Debug mode?
Using a Xamarin.UITest project I need to specify the .apk file but this is only generated either in Release mode or after deploying to a device in Debug mode, or is there another way? The reason I'm...
View ArticleHow to use Xamarin UI Test for my screen
Hi , I would like to see how my UI looks like in all the phone.I studied some information about the Xamarin UI Test.How I can use in my project .Any one provide the links[apart from...
View ArticleLogin with Social media
Hi , I am developing an application which will allow the user to login using social media like facebook,twitter,google+ etc. For my application I would like to add the following social networking sites...
View ArticleStarting with Xamarin
Hi, I'm starting to study Xamarin for Visual Studio. I saw indie version $29 at month don't support VS. Have I only 30 days demo to study Xamarin before buy $999 version?
View ArticleMissing a ton of methods from MSCORLIB.dll, I add it and it says it's been...
I'm attempting to build a PCL. I need access to this method: http://iosapi.xamarin.com/index.aspx?link=M:System.Type.GetGenericArguments The compiler states this method does not exist. the docs I...
View ArticleSystem.ArgumentException: 'jobject' must not be IntPtr.Zero
My app is crashing with the error message System.ArgumentException: 'jobject' must not be IntPtr.Zero . i checked the log files in the attachment .This is happening while i remove an item from my...
View Articlefailed to deploy application on the target device please try to rebuild the...
I have an iPhone 4s that I have already configured for debugging and have deployed my application to many times. However, after the iOS update to 9.0, i get. "failed to deploy application on the target...
View ArticleConditionally Performing Segues on Storyboard issues...hopefully should be...
Hi Guys, I'm very new to iOS development, and to Xamarin as well. I am trying to implement a login screen that conditionally segues to my main TabController when I click the Login Button. However, the...
View Article