Help creating an AsyncTask
I am trying to create an AsyncTask that will allow me to download content from a webpage in the background. This is what I have found to do in my research: { private class myTask extends...
View ArticleObjective Sharpie error
Trying to use Objective Sharpie (0.4.9) to build a binding for the Evernote API - I get this error - any ideas/suggestions? Thanks! sharpie-clang-parser exited with error code: 132 System.Exception:...
View ArticleExternal Libary
Hi All, I keeo getting this error when I try to load in an external lib: C:\Program Files (x86)\MSBuild\Novell\Novell.MonoDroid.Common.targets(2,2): Error: Exception while loading assemblies:...
View ArticleGet HTML code and text inside tags
I would like to download the HTML code from a URL and then get the text inside specified tags (ex: <div class="abc">). I' ve tried using HtmlAgilityPack but it just won't work. Please help.
View ArticleGetting trial failed
Hi, folks. I have some troubles with Xamarine. I have installed xamarine and have builded project. I have recieved error: "C:\Program Files\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(5,5):...
View ArticleCopy file from assets to sdcard
How can I copy file from assets to some path on sdcard? Code snippet would be useful.
View ArticleAlarm Manager
I am trying to implement a notification to fire at a fixed point in the future, but I am having difficulties getting it working right. It fires immediately rather than at the specified time in the...
View ArticleXamarin.iOS support for iOS 7 new App Icons?
The Project Options - iOS Application screen still doesn't support the new icon sizes and varieties that are in Xcode. For example, the 76x76, 120x120, and 152x152. It also doesn't recognize that if...
View ArticleHow to give an actoin to menu navgar button?
I searched but couldnt find in documentations, how can i delegate something when i click in the menu button in nav bar or the left button in the smarthphones?...
View ArticleSome questions to iOS 7 Support
Hi there, I'am currently testing our app for iOS7 compatibility (GM Release) and I'am noticed that the app crashes if I hit any text box. Does anybody recognize the same problems with iOS7? Do I need...
View ArticleProblems with using F#'s Event Trigger functions in an async block when...
Hi! I keep getting an Android.Util.AndroidRuntimeException when running my program on my Android phone. I am trying to run a simple program which basically runs a loop inside an async block when a...
View ArticleHow to create a layout only for xlarge and land... problem..!!
Im nameing my folder that contain this layout as layout-xlarge-land... but its changing the xlarges non land too... what should i do?
View ArticleSystem.InvalidProgramException: Invalid IL code calling an async delegate...
Trying to hook up an event to an async delegate we are getting: System.InvalidProgramException: Invalid IL code in XXXXXX.AppDelegate/c__AnonStorey6/c__async5:MoveNext (): IL_016e: callvirt 0x0a00003a...
View ArticleCouchbase Lite for Xamarin?
I just saw this article about Couchbase releasing a Couchbase Lite for iOS and Android, and that Xamarin is working on making a component for it. Does anyone have any additional information on that...
View ArticleIntentReceiver and LaunchOnStartup
Hi, I'm trying to port this code[1] across to monodroid to start an application as soon as the phone boot has completed. Unfortunately, IntentReceiver and LaunchOnStartup are missing from the bindings...
View ArticleMonodroid sliding menu
Hello, Has anyone successfully used this java sliding menu library in their monodroid project ? https://github.com/jfeinstein10/SlidingMenu I gave it a try but ran into some problems I have a detailed...
View Articlezebra bluetooth printers
hi Does anybody has created bindings for the zebra bluetooth printers http://www.zebra.com/us/en/products-services/printers/printer-type/mobile/mz-series.html thanks pd: you can download the sdk here...
View Article