Binary XML file line #1: Error inflating class...
I'm tring to use FloatingActionButton in api 15, but got exception : Binary XML file line #1: Error inflating class com.refractored.fab.FloatingActionButton I'm using nuget package (v1.4.0)...
View ArticleCould not create the Java Virtual Machine
I am trying to create and .apk file of my project but when I am trying to build the project in release mode, it is giving me these errors: Could not create the Java Virtual Machine. Error: A fatal...
View ArticleKeep getting crash with animations : configureAnimation:forLayer:forKey:
I keep getting application crash with error : "Selector name found in current argument registers: configureAnimation:forLayer:forKey:" I related very quickly that when I deactivated all animations it...
View ArticleExtending the NSBundle class
Hi. I'm trying to override the method string LocalizedString(string key, string value, string table) in the MainBundle. I would like to intercept how strings get resolved when they are defined in a...
View ArticleAnimated gif in Image view
I've tried multiple gif files, with no luck Their first frame can be rendered correctly, but does not animate Will animated gif be supported? Or do we have to implement ourselves? What other image...
View ArticleHow to protect pages from premature Dispose() calls?
I have a Master-Detail application. The application has pages with UI controls, lists etc. When user opens some page, it tries to load data from remote server. When remote server responds with...
View ArticleNaming Test runs and Test Cases
Two questions: Does anyone know how to add a name a test run? Also is there a way to name each test when it executes so that it shows up in Test Cloud and is easier to recognise? [Test]...
View ArticleWith .NET core, Select (only) in SQLite doesn't work
Hi guys, I updated MobileCenter. MobileCenter added .NET Core in my projects. The bad consequence is SQLite is working but not for select. When I execute this easy code public List<T>...
View ArticleDynamically Change a Navigation Page's BarBackgroundColor
I'm trying to figure out a good way to tell the user that they're offline. I wanted a banner from the bottom like Youtube's app, but there doesn't seem to be any easy ways to support that. So instead I...
View ArticleExamples of Invoke method usage
I would be really thankful if you can share your example. How can I use Invoke method? Can I find some list of methods that can be used as Invoke method parameter? I found the way to get text color on...
View ArticleWhen will a working Bluetooth example be added?
The only bluetooth example is 3 years old and broken.
View ArticleViewCell.ContextActions is not working for Xamarin.iOS.
Hello Guys, I am using ListView control for listing some records. Also I have used "ViewCell.ContextActions" for delete list item. This is working fine on Android, but for iOS it is not working....
View ArticleBreakpoint not hitting in Xamarin Debugger with Visual Studio 2017 in Dell...
I have a installation of Visual Studio 2017 Community Edition with Xamarin. I just created a new PCL Project and wanted to debug the application. But to my surprise, when I debug the Xamarin Android...
View ArticleSearchBar - keyboard Numeric
I need to implement a SearchBar that there is a numeric keypad, what should I do?
View ArticleVisual Studio 2015 Enterprise Xamarin: my laptop ran into problem and need to...
i just installed Visual Studio 2015 Enterprise Edition in my laptop, when i create New Project > Android > Blank App and run it with no controls i've added to the form, and i got my laptop crash....
View Article[iOS] How can I hide navigation bar while using Xamarin.Forms?
I tried the following but it didn't work: // In page protected override void OnAppearing () { base.OnAppearing (); DependencyService.Get<INavigationBarToggler> ().HideNavigation (this); } Then in...
View Articlecannot find monoAndroid References Assembelies Directory?
in vs 2015 error in new android project : cannot find monoAndroid References Assembelies Directory
View ArticleHttpClient Post Request with Xamarin Android
I am using the .NET HttpClient ( added ModernHttpClient ) in my Xamarin Android Application. I am making Http Post request to a Rest Service. My code is quite simple. using (var client = new...
View ArticleHockeyApp + Xamarin SDK ? Custom
Hello, I have successfully set up HockeyApp for my Android app using the NuGet package HockeySDK.Xamarin (4.1.0-beta1). But this package doesn't seem to support the Android Customization Options...
View Article