How i can run XUnit tests from Xamarin Studio?
How i can run XUnit tests from Xamarin Studio? It possible?
View ArticleXamarin Studio for Mac won't launch at all
Hello all, I have Xamarin Studio 5.9.4.12 installed on my iMac running OS X El Capitan Developer Beta 3. It won't launch at all. I see it bouncing in the dock for a while, after which it stops and just...
View ArticleAOT as an alternative to obfuscation
I was hoping to use the AOT compilation feature as an alternative to obfuscation in our Android application. However, it appears that the full managed assemblies still appear in the final Release...
View ArticleEntryCell Tapped Event not working
Hi there! I'm having an issue with the tapp event on a Cell my coded is: var EOption = new ExtendedEntryCell { Label = "EOptionLabel", LabelColor = Color.FromHex("80808E"), Placeholder =...
View ArticleCan not install Xamarin on El Captain
I have upgraded to El Captain and can not install Xamarin. I have clicked on Install Xamarin, the icon have appeared on the Dock, but nothing more was not happened.
View ArticleSQLite in the PCL project
Can I add the SQLite.NET component to my cross-platform Xamarin.Forms project? I don't see any option to add components, I can only do that for the native Android/iOS project.
View ArticleIn-App purchase and ad sample
Any help or samples on how to incorporate in-App purchase or advertisement in Xamarin.Forms for all three platforms. Thanks.
View ArticleUIImageView don't recognize gesture
Hi Iām developing a tool to draw freehand over a background image. I have develop a custom control that in the iOS implementation derivers from UIView, than in his c.tor I wire up the GestureRecognizer...
View ArticleUIImageView draw()
Iām developing a tool to draw freehand over a background image. I have develop a custom control that in the iOS implementation derivers from UIView and I have override his Draw(CGRect rect) method to...
View ArticleXamarin.Forms 1.4.4-pre2 Released
If you are reading this please consider testing this. The best test suite in the world is users and the more we catch in -pre the fewer issues will make it to release 1.4.4-pre2 Notes Other Fixes [WP]...
View ArticleHow to change network configuration?
Hello! Please tell me about how to change network configuration (ip, mask etc.) on my emulated device? A want to use it to debug code with socket connection. Thank you in advance.
View ArticleToolbarItem/MenuItem IsEnabled
I can't figure out any way enabled/disable toolbar items on windows phone. Xamarin.Forms.ToolbarItem extends Xamarin.Forms.MenuItem which has an IsEnabled bindable property. The only problem is that...
View ArticleXamarin Forms renderers... great concept, flawed implementation, violation of...
Usually all one wants to do is extend the existing rendering with a slight behavioural tweak but this is almost always made impossible by the way Xamarin has designed the standard library of renderers....
View ArticleXamarin Debugger not hitting the breakpoints
I am new to Xamarin.iOS. I have the C# development background. I am facing an issue while debugging when connected to the device. Some breakpoints work well. but some are not working. I added a...
View ArticleDraw over a background image
Iām developing a tool to draw freehand over a background image. To start I developed a custom control that in the iOS implementation derives from UIView and I have override his Draw(CGRect rect) method...
View ArticleThe WrapPanel control is needed
Hi there I need something like Silverlight WrapPanel control in Forms. To put it briefly, it contains child controls and it dynamically arranges them on its visual real estate depending on what its...
View ArticleMissing MANAGE_DOCUMENTS permission until using the ImagePicker.
Hi, I'm writing an app that allows the user to select an image from the media on the device and stores the url to it. When the app is restarted I try to display the image again by loading it from the...
View ArticleHow to display a pop-up message?
Hi there To display a pop-up message, I use the following how-to document: http://developer.xamarin.com/guides/cross-platform/xamarin-forms/working-with/pop-ups/ In particular, it reads To display...
View ArticleWhich Android 5.0 WORKS in debugging with breakpoints (Xamarin.Forms and...
I bought two new Android 5.0 devices (LG e HTC) and neither works in debug mode (breakpoints do not stop on Visual Studio code) !!!!!!!!!!!! I can use an old Galaxy Nexus 4.4 only... We have Business...
View ArticleCan I add a search control to Android's ActionBar using Forms?
I'd like to add a search control to Android's Actionbar. But I don't see any way to access the native actionbar. I tired to override the tabbedrender as well as the navigationrenderer. But I can only...
View Article