Reactive Extension Support
I loaded the latest Rx from NuGet and get the following in an Android test app. Is Rx not currently supported using this method? Also, does anyone know if Rx PCL support works or is going to be...
View Articleios app black after second deployment on ios simulator, if app was running
Since last release, when i deploy from VS my ios app on ios 7.0.3 or 7.1 simulators, and the app is running in the simlulator, the simulator displays a black screen. I have to press twice HOME to kill...
View ArticleCrash while creating MultipleChoiceView
Can anyone tell me what is wrong with this? Im trying to do this for the first time so I suppose it must be something unbelievably stupid.. :D Thanks for any help ;) XML: ScrollView...
View ArticlePull to refresh UIView
Hello guys, Please, do you have any idea how to pull to refresh a UIView that contains different controllers inside in monotouch? Thanks in advance
View ArticleDrag&Drop CollectionView items
Hello everyone, Please can you help me with any idea how to drag and drop items of a UICollectionView? TableViewDataSource has a method like this: public override void MoveRow (UITableView tableView,...
View ArticlePinterest bindings for MonoTouch?
Pinterest has an iOS SDK (http://developers.pinterest.com/ios/) and I was trying to create bindings for it, the project only has a .h file in it? Where is the static library? Has anyone tried to bind...
View ArticleApplication Subclass Crashes Program
I have made a subclass of Application and I have assigned it its fully-qualified name in the AndroidManifest.xml (I think). However, when I run the program in the emulator, it crashes before it even...
View ArticleError inflating class
Hi, I have used 3rd party .jar file. Have applied the bindings and modified the manifest files to fix compilation errors. Now when I run the project, I get the following error:...
View ArticleAnyone tried "Ubertesters" OTA distrib yet with Xamarin?
So with Testflight pulling out Droid completely and SDK features for app's that did not use it before end of feb, I was looking for an alternative and saw http://ubertesters.com/download-sdk/ They do...
View ArticleNavigate to TableRow
I am writing to ask if it is possible to navigate to a specific TableRow, within a TableLayout in a .axml page; For example, within a Pivot control for Windows Phone 8, navigation can be directed to...
View ArticleIssue building Android MonoGame app
I created a new Android project in Xamarin. I added cocos2d, box2d, Lidgren.Network.Android and Monogame projects to my solution. All projects build correctly, but when I build my main solution I get...
View ArticleUIImagePickerController custom source...
I'm trying to create a screen in the options menu for my app where the user can select from one of several pre-determined profile pictures. The problem I'm having is that I can't figure out how to load...
View ArticleCouldn't load assembly Lidgren.Network
I am unable to build project for android getting error Lidgren project configuration is Main project configuration is Please do help..
View ArticleError while Installing on a MBA
I'm running OSX 10.9.2 While I attempt to install Xamarian Studio, I get the following error with the Android SDK portion of the install: [2014-03-15 19:08:32.491] [Info] Installing component:...
View ArticleErrors after an update
I've started getting the following errors in my Xamarin.Android application. Admittedly, I am not sure if this occurred after updating to 4.10, 4.10.1, 4.12.0, or 4.12.1. The errors are below. These...
View ArticleContentProvider for Search Suggestions using xml instead of sqllite
I am trying to incorporate search suggestions into an Android app. All of the examples I can find have the searchable data stored in a sqllite database. Our code uses XML files to store all persistent...
View ArticleDeployment failed. FastDev directory creation failed.
Hi, When trying to deploy any application from Xamarin Studio to a physical device I get the following error: Detecting installed packages Removing previous version of application Installing...
View ArticleOverriding the MonoDevelop.Ide.Commands.FileCommands.Save command with an addin
I can't seem to find any way to hook into the save command with an addin. I have tried using the attribute ([CommandHandler (FileCommands.Save)]) redefining the command at the /MonoDevelop/Ide/Commands...
View ArticleNSParagraphStyle.set_LineSpacing not implemented
I just get this exception. No comment :( : Unhandled managed exception: The requested feature is not implemented. (System.NotImplementedException) at MonoTouch.UIKit.NSParagraphStyle.set_LineSpacing...
View ArticleAOT on Android
HI, Can i somehow precompile the code to avoid JIT compiling at runtime? I hope this will reduce app load time and remove spikes (im working on game)
View Article