Xamarin support for the new July 2013 Revision 18 v7 compatibility library?
Hi, I know Xamarin has supported the v4 Android Compatibility library for a while, allowing fragments on Android 2.x. http://developer.android.com/tools/support-library/index.html Last month, the...
View ArticleMemory Leaks?
I hope somebody can explain this. I created a new iOS app, added no code, built and ran it in the simulator with instruments analyzing for leaks. This is the result.
View ArticleActionBar.SelectTab => IllegalStateException (Can not perform this action...
Hi My app uses the actionbar tabhost to host two tabs. The switch between the tabs can be done by the user, or by background activity. Looking through some of the logs I'm getting, I noted that every...
View ArticleMonotouch Binding for Testflight SDK 2.0.0
Hi all, do you know how to integrate the new Testflight SDK 2.0.0 (Aug 12th) into a Xamarin.iOS project? I know there are some monotouch bindings as well as a fork that targets the previous version...
View ArticleEditText.KeyPress - Delete Softkey shows no effect
Hi! I have the following problem: If I attach a KeyPress-Eventhandler to my EditText, the delete key from the softkeyboard has no effect anymore. All other keys work properly:...
View ArticleViewPager scroll speed
Hello, I'm trying to change the scrolling speed of a ViewPager, and i found this answer on stackoverflow:...
View ArticleViewPager mScroller Reflection
Good day Xamarin! I am try to get inner field of ViewPager to substitute mScroller with custom Scroller. End target - to override ViewPager.SetItem() animation duration. So I found folow solution under...
View ArticleXamarin.iOS 6.4.1 issues with running on device in release mode
Hi, Wondering if anyone can help me with this issue. I have no problem running my app in debug mode on device and both debug + release mode on the simulator, however, when running release mode onto...
View ArticleXamarin Studio error editing String.xml in Android project
Each time I select the closing tag via auto suggest I get this error from XS (I'm using stable branch): System.NullReferenceException: Object reference not set to an instance of an object at...
View ArticleUpgrade trouble!
Just upgraded to .12 and now I get this error when trying to run the code on the emulator: 0x21 in System.Diagnostics.Debugger.Mono_UnhandledException_internal All working ok yesterday, so what has...
View ArticleResource folder
Hi, Im using Xamarin studio and when i open a project that was working fine the day before and rebuild it i get this error: Error MSB3030: Could not copy the file "Resources\layout\Main.axml" because...
View ArticleiOS Layout in C#
I’ve been working with the team here to pull together a list of recipes which demonstrate how to develop iOS apps purely in C#. This list of recipes explores a range of scenarios which should give you...
View ArticleParse JSON using System.Json
Hi, I use System.Json and the following code to parse a JSON string in the core part of my app : var json = JsonValue.Parse(myStringJson); var data = json["data"]; foreach (var dataItem in data) {...
View ArticleParse JSON in C# library project
Hello all, I'm trying to organize a cross-platform project setup for my app (which will eventually be on at least iOS and Android). I have a common/standard C# library project that I'm using in my...
View ArticleHow to change that little black "cloud" that stays in the border of a list...
When there's something to roll down or up appear that black stuff showing there is stuff to roll, but i want that black thing to be transparent like scrollviews i searched for listview appearence but...
View ArticleRefresh on "Back" button
How do I refresh a page after press the "Back" button on the page that comes after it? I saw some examples but nothing worked! Someone here tried to do that before?
View Articlebeginner to trial problem
I'm using a beginner edition and wanna upgrade to trial before purchase it , however the upgrade window mention in below document is never come out. Are there any method to upgrade it manually ?...
View ArticleAfter updating: Could not load Android project .. this project type requires...
Just updated Xamarin and tried to load my project it says "Could not load Xamarin.Android project '....csproj'. This project type requires Xamarin.Android to be installed. But I've been writing in...
View ArticleSystem.Net.Http with starter?
Been giving Xamarin a spin recently on OS X, and up to date on the stable channel. From what I can see, the Starter edition can't be used with System.Net.Http? By creating an empty project and...
View ArticleVariable Substitution in Code Templates
Is there a way to create a code template that allows one to specify a variable such as $property_name$, and then allows one to alter the case of that variable in different locations of the template....
View Article