Installation of archive XamarinStudio-4.2.2-2.msi' failed status: 1603
After upgrading an old install of I started getting errors connecting to the mac from windows visual studio 2012 on Win 7. So I uninstalled xamarin and rebooted. Performed normal install and then...
View ArticleiOS App not taking up full screen on iPhone 5s
Hey guys, I am having an issue with an iOS app I am building with Xamarin. The app for some reason is not longer showing up as "full screen" on my iPhone 5s w/ iOS 7. It shows up correctly in the iOS...
View ArticleHTML5 apps using Xamarin?
I know how Xamarin works and have been working on it for quite some time but one of my clients is adamant of have HTML5 apps using Xamarin. I know Xamarin supports only native UIs, but am i missing...
View ArticleRazor templating
I've been digging into the razor templating. I see how data goes into the razor template. Is there an easy way to get data out of the template? Here is a scenario: 1. I pass a list of items into a...
View ArticleProblems with Xamarin.InAppBilling 1.1
Installed version 1.1 of the component today. The GetPurchases call no longer throws an exception, but it also isn't finding a subscription purchase that was just completed successfully....
View ArticleEditor updates for collapsing methods
It would be great to be able to collapse methods with a visual +/-.
View Articledictionary (values, keys) for storing info?
Hey, I've just started learning Android development recently. I'm wanting to store information in a dictionary to access later. I looked up the dictionary method, however it said it was depreciated and...
View ArticleDevelopers with free time? Consider contributing to Mediabrowser 3?
Hi guys I'm a long time MediaBrowser user but I have NO dev skills... I'm not sure if you've heard, but Media Browser has recently been rebuilt into a client-server architecture. The server has...
View ArticleMapView and download data memory crash (iOS 7)
Hello, my application runs a MapView and download 50,000 rows files and has frequent memory crash. The download of the single package not has problems but downloading the second file the app crashes. I...
View ArticleStickyListHeaderListView port.
Hi, I am trying to use the Xamarin port of Emil Sjölanders StickyListHeader project (https://github.com/emilsjolander/StickyListHeaders) by James Montemagno...
View ArticleMVVMCross, TabBar and SplitView
Hello, I want to add SplitView to my TabBarController. Any help would be appreciated. Thanks.
View ArticleCustom table header - Events subscription/un-subscription
Hello there, If you create a custom header for a UITableView, and you want to listen for some events on that header (ie: button TouchUpInside); what is the best place for subscribe and un-subscribe for...
View ArticleBest MonoDroid.Dialog fork?
Hi guys, Im looking for advice on which MonoDroid.Dialog imp to use. I dont want to go MVVMCross at this time, but would like to use the simple and known MT.D style in my Droid app. I downloaded from...
View ArticleAlertDialog behind the keyboard
Hi all, I have alert dialog in my applicaiton. I am creating as follows: AlertDialog.Builder builder = new AlertDialog.Builder(this) EditText input = new EditText(this); input.InputType =...
View Articlewebservice xamarin
hello. I have created a SQL Server database and also the prototype of the Android app. Now I need to create web service to make the two communicate.I don't know how to do that. Can any of you guide me...
View ArticleHow to use IsolatedStorageFile and IsolatedStorageFileStream on PCL?
Hello, I have created a Portable Library Class and I've tried using IsolatedStorageFile, IsolatedStorageFileStream and Application.GetResourceStream, but System.IO.IsolatedStorage only contains...
View ArticleSlidingMenuSharp
Hi, I have implemented slidingmenusharp in my project. So, when i pull the menu, it pushes the activity to the side. What I want is the menu to slide above the activity. Is there any way to achieve...
View ArticleOdd threadpool problem with native library
Hello, i'm having an issue with threadpools. Basically, i have managed to load my native library (that uses opengles2 shaders for computation) and run it into xamarin. However, since this computation...
View ArticleWhat's the cleanest way to reuse ViewModels across iOS and Android?
I'm using MvvmCross, and I've got a complete working app in Android. I'm using the NavigationDrawer and am loading Fragments into the FrameLayout. Essentially something like this PCL ViewModels...
View Articlewhy my Monomac app crash when i click the NSTableview cell frequently???
i build a Management system using Monomac c#. my code is: namespace UWSMacUserProfileModule { public partial class UserProfileViewController : MonoMac.AppKit.NSViewController { #region Constructors //...
View Article