Xamarin installer stuck on "Downloading Mono Framework" on Mac OS X Mountain...
Everytime I try to install Xamarin, the installer gets stuck to "Downloading Mono Framework". In the Activity Monitor, I can see that nothing is downloading... Is there an offline installer available?...
View ArticleSweeping between views
Hi, I have a view controller containing three views with a UIPageController on the bottom of each. I can click the controller to move it but would like to implement a sweep left / sweep right to move...
View ArticleWhere is iOS designer for Windows?
Where can I get the iOS designer for windows? If I switch to beta or alpha channels from Xamarin Studio on Windows, I see nothing other than a new GTK#. I have the latest version of everything.
View ArticleUsing Xamarin.Mobile in a cross-platform project's shared code
I am building my first Xamarin-based app with both Android and iOS versions. I have set up App.Base, App.Android and App.iOS projects in my solution. The App.Base files are currently shared in the...
View ArticleHow do I create a music stream in iOS?
I have been looking around the documentation settings since I don't have a clue where to start with iOS. This is the only page I found that talks about audio at all:...
View ArticleHow can I add a new Contact to the addressbook
I found it very easy to access the Contacts in the AddressBook, but how do I create a new one...I can modify a contact once it is there, but I need to create a new one. I'm using the Xamarin.Mobile...
View Articlenamespace name 'ClipData' and 'DragShadowBuilder' does not exist?
Hi, The following is not resolved. Please help. Android.Content.ClipData data = Android.Content.ClipData.NewPlainText("", ""); DragShadowBuilder shadowBuilder = new View.DragShadowBuilder(v);...
View ArticleError MT2001
Hi there, i'm getting this error: Error MT2001: Could not link assemblies. Reason: Argument is out of range. (MT2001) Can you help me? thanks
View ArticleCould not locate Android SDK (Xamarian Studio 4.0.8, mono-android-4.6.8-7)
After created a test project, I failed to run with following errors, /Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Android/Xamarin.Android.Common.targets: Error: Could not locate Android...
View ArticleAzure Mobile Services
Hi, I'm trying to write a query where a join is needed to get some data from an Azure Mobile Service, using the Component for Xamarin. I can't seem to figure out how to work it though, since there...
View Articleshouldreloadtableforsearchtext to c#
Hi! how to convert these line of code (objective c) to c# here is the code (BOOL)searchDisplayController:(UISearchDisplayController *)controller shouldReloadTableForSearchString:(NSString...
View ArticleHow call ASP.NET Web API In Android and iOS
Hi All, I'm new in mobile apps. Kindly, guide me, How can call ASP.NET Web API in Android application? Give me any code sample. What steps I have to do? Reply me as soon.
View ArticlePublish iOS app to AppStore with Visual Studio 2012
Does anyone know if there is a way to publish to AppStore via vs2012 ?? (NOT Xamarin Studio on Mac). I have business license and i'm working from VS because i need to VS plugins on the Build process...
View ArticleRebuilt app with alpha channel crashes instantly on device only, no output
Hi I've installed latest alpha channel and Xcode 5 preview. App builds ok and runs ok on simulator, but crashes right after splash screen in iphone 5 with ios 7 beta 3. No messages, traces, output at...
View ArticleTitle Bar Icon Not Displaying
I'm sure there is something I've done wrong. Maybe this particular icon can't be displayed (it does display in java android app)? I have decorated an Activity like this: [Activity(Label = "T-n-T",...
View ArticlePassing Data between TabHost's
Hi All, We are uing TabHost control mentioned in Xamarin documents. http://docs.xamarin.com/guides/android/user_interface/tab_layout . We have 'Cost,Total,Details & Tools' tab. Selected data from a...
View ArticleBuilding a cross-platform project using protobuf-net
So, the latest update has left me in a bit of a predicament in that I cannot seem to get our build working for iOS, and a deadline is approaching. Before the update, I could (perhaps wrongly, but...
View ArticleHow To Adding Search Functionality to ListView ?
Hello.. I have to use this link : http://www.androidhive.info/2012/09/android-adding-search-functionality-to-listview/ please c# code....
View Articlescrollview
Is there an easy way to add items to the scrollview from interface builder? I can drag a scroll view onto my view and extend it but I can only add items that are visible in the original view. I can't...
View ArticleConsider adding a reference to assembly `System.Core, Version=3.5.0.0,...
I recently upgraded Xamarin.Studio and the iOS framework to the current Beta channel and also went through an XCode upgrade and an iOS SDK upgrade (6.1). Unfortunately one of my key projects broke...
View Article