Can somebody help with a question on SO about QLPreviewController and what...
Seems like SO is not the place where this knowledge can be found: http://stackoverflow.com/questions/20330711/ René
View Articleasync / await "finishes" running thread and resumes execution on main UI thread
I have created an asynchronous Task that the user can pause / resume. When the task is first run, it appears to run under a new thread (Thread.CurrentThread.ManagedThreadId == 5), which is separate...
View ArticleProblem in using .DLL class library
I have created .dll class library in visual studio 2013 ultimate. I want to use this library in my xamarin android project It is giving following error C:\Program Files...
View ArticleStarting using Xamarin
Hello everybody. I would like to introduce myself. I've doing Oracle database administration for the last 20 years, and I would like to start mobile app developing. I used to program Cobol several...
View ArticleWhats the simplest way to send a file using bluetooth?
Im creating a zip and i need to send it to another devices, i found a sample code but there's no tutorials i guess so before i do something i just want to know the simplest way for doing this. Using...
View ArticleMT.D questions
hi! my application is supposed to be supported by android and ios. at the moment i'm just experimenting with the ios version. please view the attached sample. i want the main parts of the application...
View ArticleIs it just me that is chasing my tail with bugs between IOS7 and IOS6
I have spend more than 60% of my time since the release of IOS7 just fixing bugs in MT.D code, I test on one device all works ok, run on another device and it is full of layout issues. I am fed up with...
View ArticleHow to license Xamarin on a build server?
We want to use Jenkins to setup automated builds for Continuous Integration. This page suggests that it possible http://docs.xamarin.com/guides/android/advanced_topics/build_process/#22-build-targets...
View ArticlePagerSlidingTabStrip Port
Hi all Has anyone ported the below control to C# yet? https://github.com/astuetz/PagerSlidingTabStrip Thought I would check before I start the process Cheers Adrian
View ArticleMonogame.framework.dll 3.0.1.0 not loaded in a fresh Monogame Project created...
Hello, I'm new to Xamarin Studio. I have followed the tuto and was able to upload an HelloWorld project on my Android device, great!! In order to test a game port from Windows Phone to Android, I...
View ArticleUpdated ViewPagerIndicator
Just to let you know. I've ported the latest ViewPagerIndicator library, which you can get here: https://github.com/Cheesebaron/ViewPagerIndicator The one in monodroid-samples is a bit old and does not...
View ArticleHow to cleanly uninstall xamarin studio?
Is there anyone can tell me how to cleanly uninstall xamarin studio on Mac? Thx
View ArticleSimpleView change root view bgcolor
Newbie here. I have a Activity which doesn't do any SetContentView and i only use a SimpleAdapter on the RunOnUiThread. My question is, the list items appear with the background color i selected...
View ArticleXamarin Wallpapers
Hello, team. Can I ask you to send me Xamarin wallpaper or just big picture with Xamarin logo and your blue-with-bubbles background? I need this to make my presentation good-looking. Thank you in...
View ArticleSherlockActionBar Home on App Icon Click
Hi everyone, I'm trying to return to the main Activity when clicking on the Icon of the Action Bar. For backwards compatibility I'm running Sherlock Action Bar. I'm able to show the Back Button () and...
View ArticleApplication hangs when calling Quit() on HandlerThread
All, using Xamarin's default HelloWorld application, I've recreated a case where invoking Quit() on a HandlerThread results in a hung application (clicking the "click me" button results in a change in...
View Articlebig and ugly error
Hello there. Today i've restarted my mac and suddenly Xamarin is not working anymore. I've tried to run a simple project with just a Console.WriteLine("test") and when i'm trying to run it on a...
View ArticleApp on Smartwatch
I just bought a Sony Smartwatch 2 and, since I know C#, Xamarin makes the logical choice for making some apps. But it isn't clear for me how to integrate with Sony SDK to upload the app on the device....
View ArticleXamarin.iOS SDK Update - get this message all the time
I am continually getting a popup message saying that there is a Xamarin.iOS SDK update. I go through the cycle of updating, restarting VS, and the message arrives again. I assume that this is a bug....
View ArticleSDWebImage
Hi, I'm trying to use the component SDWebImage, but i have a problem... I have this code public override UITableViewCell GetCell (UITableView tableView, MonoTouch.Foundation.NSIndexPath indexPath) {...
View Article