Xamarin.Social Facebook login
When logging into Facebook on Android I get a security warning page at the end of the process during a successful login. Is it possible to suppress this page?
View ArticleWhere to find the visual studio compiled and run by iPhone simulator .ipa...
Hi I am in a trail version with xamarian iOS compiler. I can compile and run my iOS .app file on the iPhone simulator on the build server. But to run this created app on iPhone I need the .ipa file of...
View Article2014-05-20: Prague, CZ, EU: Gopas TechEd
Gopas TechEd: http://www.teched.cz/ 2014-05-20 - 2014-05-23 Prague, Czech Republic, Europe Registration: http://www.teched.cz/Registrace Detail:...
View ArticleUse Build host for multiple clients?
Hello there, I have a mac(book pro) which also acts as my separate Windows Machine's build host, but whenever I am on the go, I use that macbook & a Windows VMWare on it for development, too....
View ArticleXamarin Store App sample does not run.
After having seen the presentation at the Build conference I became enthusiastic and have downloaded Xamarin Studio and the XamarinStore app for the C# t-shirt. After clicking run on the...
View ArticleXamarin store app error
I wanted to run xamarin store app in xamarin studio but I am getting errors. I attached error pad and build output.
View ArticleTrial
I have just used Xamarin installer and it downloaded and installed a bunch of applications on my PC. i want to know that the Xamarin trial is just with the Visual Studio for 30 days or does Xamarin...
View ArticleForum improvment by making the input element resizable
Creating posts or writing answers is, since a while, annoying because the input field is no more resizable. While this is no problem writing short posts or answers it is providing code samples or a...
View ArticleOpenUrl not being called
Hi, I am trying to receive a custom file format from the mail application and I have it all working except for the part where the application actually receives the file when the application is already...
View ArticleOAuth, Twitter, and Xamarin article - Authenticate with Xamarin.Auth
My article on authentication and using the twitter api via xamarin.auth and linq2twitter has been posted to the visual studio magazine site. I hope you enjoy it and that it is helpful to you. URL:...
View ArticleCustom Background on NSWindow using Interface Builder
Hello, I'm pretty new to Xamarin.Mac and i want to built a mac application with a custom background on the main window but in the Interface Builder i don't see any way to make this. I want to use the...
View ArticleXmlFeedParserBase.cs missing from MWC sample
When I open the MWC/MWC.Droid.sln downloaded from https://github.com/xamarin/mobile-samples approximately Apr 22, a referenced file XmlFeedParserBase.cs appears to be missing. This is the same in...
View ArticleDesign in Photoshop - overtake in App
Hi everybody, Does anyone know a good tutorial (e.g. youtube) of how to start designing the GUI of an app in photoshop and then overtake this layout into the APP? I would really like to see where to...
View ArticleHow to Recover iPhone SMS Messages after updating iOS 7?
How to Recover iPhone SMS Messages after updating iOS 7 Actually, there's a way to restore deleted SMS directly from iPhone 5/4S/4/3GS. If you've ever synced your iPhone with iTunes before, there is...
View ArticleDelete Button in ListView
public override View GetView(int position, View convertView, ViewGroup parent) { View view = convertView; // re-use an existing view, if one is available if (view == null) // otherwise create a new one...
View ArticleHow to use Visual Studio to test an app in Android emulator that uses Google...
I can see from the documentation that ""...It is possible to test applications on an Android emulator by using an emulator image that has the Google APIs installed". How would I go about getting such...
View ArticleHow to get the theme colour from Spinner's dialog mode?
Hi, I need to get the background used in the current theme, of the spinner's popup area when in dialog mode. I believe it's the same background as a real dialogue. I tried "?android:windowBackground"...
View ArticleHow would you translate these lines of obj-c code in monotouch ?
There is no load method to override in UITableView. I suppose it is the constructor. But then class_getInstanceMethod and method_exchangeImplementations are unavailable. #import <objc/runtime.h>...
View ArticleiOS 7: NSString.DrawString() chokes on UIStringAttributes
When using the new DrawString() method added in iOS 7 that takes an UIStringAttributes argument, I get a runtime Exception (Xamarin.iOS 7.0.5.2) Code UIStringAttributes attributes = new...
View Article