Help with binding to class heirarchy that contains generics
So I know Android bindings have limited support for generics, but I can't figure out if what I want is impossible or not. I have the following heirarchy in a 3rd party library: public final class...
View ArticleXamarin.Forms Nuget package latest stable 2.5.1.444934
Question: With all the resources available to Xamarin and the amount of testing that OUGHT to be done, why is it that a new stable release breaks every app project it is applied to? WHY? If you're...
View ArticleJava Bindings library- support for generics
Hi, I am working on generating bindings for a certain jar. Resolving the errors and warnings in xamarin studio generated the classes required. However, the classes which used templates in jar were not...
View ArticleXamarin.Forms Zxing barcode scanner - errors at new ZXingScannerPage()
Hi Guys, I'm going nuts trying to get it to work. I have a simple app making use of Zxing barcode scanner library. It basically has 1 form with btnScan button and txtBarcode textbox on it. When I click...
View ArticleHow to display the List of Folders and Files from Internal Memory into...
I want to show the list of folders,sub folders and files from internal memory into listview in xamarin Forms C#
View ArticleHow to change Entry border in Xamarin.Forms?
Hi All, (Low Resolution Device Image) (High resolution device image) High Resoluiton device images I want to show Entry control with Rounded Border (Refer Low Resolution device image) in High...
View ArticleiOS page covers status bar
What should I do to prevent the application cover the status bar area? It covers the whole window and status icons are visible through top_grid on iPad 2 simulator <?xml version="1.0"...
View ArticleCode Analyzer is flagging Interfaces in Portable library as SecurityCritical
In my project, code analyzer (FxCop) is flagging Interfaces in Portable library as SecurityCritical even though they are not marked as one. Same portable library is consumed by other platform specific...
View ArticleXamarin.Forms With MacOs
Is pre-release versions 2.4.0.282 still the version I should be using for Xamarin.Forms with MacOS app as described here https://www.telerik.com/blogs/light-up-mac-apps-with-xamarin-forms ?
View ArticleWatchKit - WKGestureRecognizer(s)
WatchKit does not allow Gesture recognizers to be assigned to objects in code (i.e. Longpress to a button) all docs i found require a drag and drop of the Gesture type from the tool area to the object....
View ArticleXamarin.Forms Label won't word wrap inside a Grid
I define a Grid like this: var easyGrid = new Grid(); easyGrid.ColumnDefinitions.Add(new ColumnDefinition { Width = GridLength.Auto }); easyGrid.ColumnDefinitions.Add(new ColumnDefinition { Width = new...
View ArticleSKActionTimingFunction delegate - how to define ??
Has anyone tried using their own timing functions onto the SKAction classes ? Look at this Swift example - I just dont know how to convert it to proper C# :...
View ArticleChecking panoramic view for a specific location
Hello everyone. I am using Google panoramic view in my app. The app gets a location from the user and displays the panoramic view. The problem is that not every location has a panoramic view, the...
View ArticleNotification Click Event
Hello, I´m a bit new to Xamarin Forms development, but not to Android (Java) development. Here´s the scenario: I´ve developed an app for android, which schedules notifications (NotificationManager) and...
View ArticleHow to call embedded Xamarin from NDK and C++
Hi, I was wondering if there is a sample showing how to embed Xamarin in an Android C++ project? I'm using Android Studio with a CMake project. I've patterned my project similar to the code found here:...
View ArticleXMLNS:Android Schema Out of Date? Not Declared?
Hi Xamarin group, I am pretty new to developing in Xamarin VS2015, but I've been making some good progress (at least I think). I am trying to customize the layout of my Xamarin.Android app, and it...
View ArticleUsing Jenkins on a Mac
I am trying to setup a CI server on a Mac using Jenkins. It will be eventually be building Xamarin solutions. Currently I have it checking code out from our svn server, doing a restore for the Nuget...
View ArticleChanging MasterDetail Height With A Custom Renderer
Hello, I am currently trying to change the height of the default MasterDetailPage using the material design with FormsAppCompatActivity. So basically I got the custom renderer to work, however I am...
View ArticleHow do I change the text within a NSTextView and NSScrollView?
I've been looking online for so long now on how to do this. I have not been able to change the text within any sort of "label", it's frustrating. The only way I can output data is with message boxes. I...
View ArticleHow do I display a WebView?
So far I have this: var latestChangesBrowser = new WebView { MainFrameUrl = "http://82.20.13.xx:25xx0/xx/latestchanges.html" }; There are no errors. But I haven't been able to find out how to actually...
View Article