Diasappearing SearchBar
I'm trying my app for the first time under iOS7 and my searchBar does not appear anymore; either in the simulator or on the test device. The app worked perfectly under iOS 6. I'm using the latest...
View ArticleCan't step in delegate method.
Hi, Just starting my first Android app using Xamarin/C#. I have a button (defined in Main.axml) called GoBtn and I want to call a method from the buttons click handler. The code builds/runs but I can...
View ArticleUsing Infrared port
Can i use my InfraRed port in HTC One, using Xamarin studio? I mean sending/receiving data and so on
View ArticleList null in Linker behavior (Link all assemblies)
I am having a problem with my iOS application! I am deserializing a list of objects coming from json web api request. When I try to convert from json to List I'm having an exception because of null...
View ArticleHow to change navigation bar background color
Hello I'm trying to change navigation bar background color this way public override void ViewDidAppear (bool animated) { this.NavigationController.NavigationBar.TintColor = UIColor.Red;...
View ArticleWhere is the database stored?
I am learning on the tasky sample solution. the database is named taskdb.db3 and the database folder is /data/data/com.xamarin.samples.taskyandroid/files I cannot find the database anywhere. is it...
View ArticleWorking with a Java.Lang.Object wrapper
I am using a class that extends Java.Lang.Object to work with an interface. It gets created without a problem. In one part of the code I call a method that returns this object. When I debug the app, I...
View ArticleJSON.net Serialization issue
Hi, I am using JSON.net and am running into the following strange problem: System.IO.FileNotFoundException: Could not find file "/system/usr/share/zoneinfo/zoneinfo.version". when calling...
View ArticleProblem regarding sending custom class object to REST service
In my application,I have a class named "User". I want to send the object of this class as a data to my REST service. I want to send this object as a single entity not as an array of bytes.,because my...
View ArticleI am looking for a guide to setup xamarin with TeamCity, please help.
Hi, I managed to setup Mac Mini as a build agent to my existin Teamcity. But I stucked in setting up the build step for iphone project created in Xamarin Studio. I tried with "Using Commandl Line" by...
View ArticleHttpClient in iOS, Android, and WP8 with a Portable Class Library
I've been reading, and trying, and pulling my hair out on this. I'm trying to get the HttpClient to run in a PCL library that supports iOS, Android, and WP8. I can get the HttpClient when I have iOS...
View ArticleHelp on mono or Xamarin project -beginner-
Hi everyone! I am a Grad Student in Turkey. Trying to accomplish my IT project about Mono. The subject of my project is to develop a software with Mono.My advisor is not helping me about the area or...
View ArticleIndie level - Install Xamarin Studio in windows?
Hi, I'm an Indie level subscriber but in Windows I have an MSDN subscription (company based) and I have VS2010, 2012, and 2013 installed in Windows 7. When I try to install Xamarin it wants to install...
View ArticleXamarin Installation didn't install the IOS SDK
Hello, Today I've downloaded the Xamarin Studio, I lauched the Installation and checked the IOS SDK radio button. But, I can't find an IOS Solution cause it wasn't installed. Any ideas why? Thanks.
View ArticleThe use of SQLite component. Problem on viewing saved items on the screen
I created my first ToDo app by adding SQLite component but having problems about viewing saved tasks on the screen. I am not sure about creating database file correctly. Here I attached my cs files. I...
View ArticleIOS 7.0 changes transparent background on table to white
Hi There, On iOS 6, my table view was transparent and looked great. First time running iOS 7, and the background is white. I have tried making the table backgroundColor, cell color etc etc to UIColor...
View ArticleTest Cloud Relase Date
Does anyone know when the Test Cloud will be released? I signed up for their beta awhile ago, but I never received any invite. Thanks, Tom
View ArticleXamarin Studio for Windows with Mvvmcross
Hi, Is it possible create project for Android with Mvvmcross using Xamarin Studio for Windows ? I created core project and android application but when I try add mvvmcross library to android project I...
View ArticleSystem.Runtime.InteropServices.COMException (0x80070032)
I have a .NET app that runs and compiles fine in VS2013 and Compiles fine in Xamarin 4.2.2 but when I try to run it, I get the error below. I have tried setting the project to release and 32bit...
View ArticleHow do I suppress these errors in Xamarin Studio
How do I suppress these errors in Xamarin Studio, and why do they show as errors not warnings? Closing tag 'a' does not match any currently open tag.; Closing tag 'li' does not match any currently open...
View Article