Error getting the first default generated Mac app to build and run
I just downloaded the Xamarin Starter and tried to create a sample Mac app. Created a Xamarin.Mac project and when I ran the default generated code as is I got a build error: Build failed. Object...
View ArticleLink to app store reviews not working on ios betas?
Hi! Like so many other apps I have "Please be so kind to rate this app on the App Store"-button that the user can press. This used to work:...
View ArticleManaging Focus
I am just getting started with Android development, so this may be a simple question, but here goes anyway. I have several widgets on my layout, but when I open the window, the focus is always on the...
View ArticleGoogle Maps 1.4
Hey guys, In our project we need to use Google Maps in iOS. The prebuilt component is a bit outdated (v 1.3.1.1) and has a few bugs that break it for us. So trying to get 1.4 into the project, we've...
View ArticleWhat references are allowed?
I'm having a time adding references; is there any kind of guide as to what references I can use? Is it only those that appear under the 'references' section when I go to add a reference? I added a...
View ArticleXamarin Studio Alpha Crashes On Startup
I just switched to the Alpha channel so that I could run on the iOS 7 Simulator. After the update installs, Xamarin Studio refuses to start. XS version 4.1.9 (build 6). Attached is the log file. The...
View ArticleIncrease the application limit of 64mb to more?
Is there a way to increase the memory space of an application?
View ArticleTextAlignment in TextView control
Hello: How can I align text to the right side of the TextView in axml? If is not possible, what control can I use, and whats the axml sintax? Thanks for your time!
View Articlepublish apk can not work on the devices
I do follow this http://docs.xamarin.com/guides/android/deployment,_testing,_and_metrics/publishing_an_application apk Released,install on the device,but it does not work. please help me ,how to...
View ArticleUITableViewCell background Color
I am having an issue where I set the background color of a the cell based on some state information which works fine as long as the cell never goes off screen. Once there is a need to reload the cell I...
View ArticlePost image twitter without Twitter sheet.
I have created my own twitter sheet and I'm trying to integrate twiiter API. All the doc I found in monotouch to post an image is using the twitter sheet( with TWTweetComposeViewController ) but I want...
View ArticleProblem with Listview only showing the first item
Hello, I have a problem with a listview on my activity which is only showing the first item from the list. I have a custom adapter which inflates an Axml file to display the list items this layout...
View ArticleDialog View Controller Question (Reflection)
I cant seem to find an answer to this in the documentation. I am trying to create a Dvc with reflection and would like to return a combination of two nested fields as a summary(might be using the wrong...
View ArticleHow to "TableItem" in a HomeScreenAdapter
Good day, I followed one of your example that explained how to use listview i.e to develop a custom listview appearance but when I'm done with everything to debug and run it, always come up with error...
View ArticleBuild server returned an error, HTTP status: 200 (No error)
Hi I am trying to debug my first iOS application from Visual Studio, started with HelloWorld. It builds allright and when I try to run it on the iOS simulator on the mac, the Remote building is done,...
View ArticleType cast error in Xamarin 6.4.3 on device only
I'm getting a type cast error on Xamarin 6.4.3 on the device only. We've observed on iPhone 5 and iPhone 3GS. The error does not occur in the IOS 6.1 Simulator. The error appears to be similar to this...
View ArticleHow to handle changing items a UIPickerView?
As the following picture, I have a UIPickerView with some items that will serve as a filter to the contents of a UIScrollView. When the Controller is loaded, the index of the UIPickerView will always...
View ArticleDeserilization Error for Json in Portable Class Library
Hi all, I am developing simple sample application for consuming WCF REST service(json data) in Portable Class Library. But we are getting the below error while deserializing the json. Kindly suggest to...
View ArticleWriting to a file tha is in resources
Hello again I am trying to write to a file that belongs in the resources folder of the application. I can read , but when i try to write i get unauthorized access exception Can u help me ?
View ArticleSearchView is driving me bananas! Help me keep my sanity :)
I have 2 main problems with the searchview that I can't seem to find a solution for. I'm hoping someone here will have an answer ... When I press the back key (when no keyboard is shown), my searchview...
View Article