Add-in manager: gallery repositories not available
Hi, I installed Xamarin yesterday. As I wanted to add F# support, I turned to the Add-in Manager. When trying to refresh or see the add-in manager gallery, I get the following: "Could not get...
View ArticleHere is a HockeyApp Binding for Xamarin.Android on GitHub
https://github.com/tpurtell/AndroidHockeyApp It includes an additional class, TraceWriter, which allows you to log exceptions that come from .NET into HockeyApp. Exceptions are reported to HockeyApp...
View ArticleEverything's broken
Last friday there was an update for Xamarin Studio. Ever since I installed it, I either can't compile things, or they crash and the debugger panics. Right now I can't compile something due to this...
View ArticleAndroid Bindings - has unknown base type of ..
I'm having a problem trying to expose a class of GDHttpClient with a native binding project. The project compiles fine and most of the functionality is working. Looking at the warnings I can see: Class...
View ArticleStatus bar hanging down in simulator
The status bar is gigantic on the simulator. But this only exists in Xamarin when I run it and not xCode when running the simulator. Does anyone know how to remove this space? See attached snapshot.
View ArticleHeapShot, 'misc root', and 'Track each object allocation'
My iOS app is using a lot of memory. I'm using HeapShot to look for leaks. Most of the memory is associated with something called 'misc root', which I don't understand how to relate back to my code. Is...
View ArticleCoiniumServ - mono based modular pool server software
Hey guys, although isn't directly related to Xamarin itself, we have started working on a crypto currency mining server software project that heavly relies on Mono. CoiniumServ is a high-performance...
View ArticleXamarin.InAppBilling - NullReferenceException
I am trying to use the in-app billing component in my application. When trying to get the user's purchases, I am getting a NullReferenceException. It seems to be happening in the library and not in my...
View ArticleMissing Parse API in Xamarin binding
Hi, I need to the C# equivalent for the following iOS API: [PFUser enableAutomaticUser]; [[PFUser currentUser] incrementKey:@"RunCount"]; [[PFUser currentUser] saveInBackground]; I cannot find it in...
View ArticleSpecifying per-file command-line compiler option
I am creating a library using F#, and would like to generate .fsi signature files for each F# source file. To do this, I think I just need to add this command-line option for each file:...
View Articlehow to crate table in sqlite.net with not null column.
i am creating a table in sqlite.net with not null value in column. but i could not find not null attribute.
View ArticleProblem to install
I have this problem to install. [2014-05-13 12:55:53.841] [Info] Component 'Android SDK' v. 22.0.0 absent [2014-05-13 12:55:53.845] [Debug] Detecting software item 'GTK#' [2014-05-13 12:55:53.848]...
View Articlemonotouch page control in storyview? ( kind of slider view like wordpress)
i just like to add 3 views like view 1 : textbox, textview, view 2 : image view 3 : text view , textbox like fade or change like to keep change have you got any sample like that? thanks
View ArticleFragment Slide Animation HELP!
Hello guys! I've tried to develop a transition animation (left to right and right to left) inside a tabbed layout, but I don't find any guide that explain the process. I have a MainActivity with a...
View ArticleIntroduce yourself
Welcome to the Xamarin forums! This is the place for you to introduce yourself to the forum community. Tell us a little bit about yourself. Where are you from? What kind of applications do you develop?...
View ArticleHow can we do line by line left or right scroll layout or container?
Hi everyone. i want to do a screen like an attach file. every line have got a Horizontal container and each one are independent. if screen width is smaller then picture count, user can drag(right ||...
View ArticleQuestion about async/await with iOS Designer events
I have a question about the iOS designer - specifically, best practices for using async/await with the event stubs that the designer creates. For example - I add a button in iOS designer to my view and...
View ArticleFatal Error on Get More Components
Hello guys, Xamarin crashes when I try to Add a Component in my android project. Specifically, when i click on Components -> Get More Components, Xamarin crashes, and a pop up error appears; this is...
View ArticleSQLCipher + PCL = impossible?
Hi, I want to use the Xamarin SQLCipher component to encrypt a SQLite database. Xamarin advises the developers to separate app projects into several sub-projects: a PCL core project, that should...
View ArticleIn Xamarin Studio text editor on Mac, how to append a comma to end of each...
In the Xamarin Studio (4.2.4) text editor on my Mac, while editing a C# file into which I've pasted a series of numbers one per line, I'd like to select that range of text and then run a "Replace"...
View Article