How to change button backGround and app wallapper ?
Anyone knows how to change a button background color and change the wallpaper to other image ? Thanks
View ArticleMoving to the next text field when next is pressed
I have set up my first text field to have a next button, how do I get it to move down to the next text field when the next button is pressed? Thanks.
View ArticleHow can create a a web application using xamarin? I m do not have any...
I would like to create a web application using Xamarin then create an iPhone and an Android add in Xamarin and connected to the server. Please guide me and possibility accomulate me with the resources...
View ArticleRunning Xamarin's Visual Studio AddIn on a Parallels virtual machine will not...
I have the latest version of the business edition installed on both machines and my Mac environment is fully provisioned. I am running the virtual NIC in bridge mode (though I have tried other...
View ArticleTwitter OAuth1Request sample code
Has anyone done a successful tweet with media in Xamarin? I have managed to tweet a message, but just a message without OAuth1Request. But when I have to post a photo following this doc I'm getting an...
View ArticleHide application form
In some case I need to hide application form but still have running it in background. How can I make it? Tried this code but not works for me: var mLayout = FindViewById<LinearLayout>...
View ArticleGetting information from a Text Message
Hi, I would like to create a cross-platform application that covers getting information from a text message. Do you have any idea how to implement it or better yet a working code? Thanks!
View ArticleCrashlytics integration
How to integrate Crashlytics into Xamarin Studio on an android project?
View ArticleMulti-Select in UICollectionView
I used the sample here https://github.com/xamarin/monotouch-samples/tree/master/SimpleCollectionView as a starting point for my collection view. It works great but I'd like to be able to select...
View ArticleMissing assembly reference NSXMLParserDelegate
Hi, What should I do in order to be able to use NSXMLParserDelegate? I included System web or xml but it still could not compile. Strangely, using System.xml is an error even though I included in the...
View ArticlePossible Bug with IOS7/ DateElement
I have just upgraded to the alpha channel so that I can test my App (Uses Monotouch.Dialog) against IOS7. App seems to run fine and picks up the IOS 7 styling ok - but I have one issue with the...
View ArticleYour app is using a restricted assembly, System.Runtime.Serialization
I have a paid Indie account, my Xamarin Studio is registered. When I create a simple Android app, and add something from the Component Store (Json.Net for example), I get: "Your app is using a...
View ArticleSeptember 19: Beta Beers Sevilla - Xamarin 2.0 - From Windows Phone AppStudio...
Hi, the Xamarin Local Group in Seville announce a new event about Xamarin Studio: "Xamarin 2.0 - From Windows Phone App Studio to GNU/Linux". The url from event is [linkref]:...
View ArticleHow can i add items in spinner from clicking another list item.
I am listing items in list view using row text view. In that same row I am having one spinner. I want to display list of item in spinner corresponding to text view.
View ArticleCan XS retrieve the UITableViewCell style ( Subtitle ) from the generated...
Hi. In Xcode I create a UITableViewCell with style Subtitle and I would like XS to understand this when it generates MyTableCell.designer.cs based on Xcode's storyboard file. Is this possible ? At this...
View ArticleResource Bundle icons not being sent to appstore
I'm new to these forums and Xamarin. so please excuse if this is a newbish type problem. I recently sent an app to the appstore and received these messages in return. Missing recommended icon file -...
View ArticleHow to communicate Application state across threads & other general threading...
I'm trying to better understand how threading & backgrounding work in Xamarin and iOS. A couple of questions: What is the best / simplest way for code within a thread to determine the current...
View ArticleXamarin Studio Solution Pad Add-In
Is there any way in Xamarin studio (OSX) to modify the Solution / Project pad behaviour using an Add-In extension. along the lines of: monodevelop.com/Developers/Articles/Extending_the_Project_Pad Note...
View ArticleVideoView ended?
Is there any good way to find out when Video has ended, I need to make event when movie has ended it would restart. Thanks.
View ArticleSlidingMenu with action bar
Has someone used the sample https://github.com/xamarin/monodroid-samples/tree/master/SlidingMenu with actionbar (ActionBarSherlock)? How can I add it?
View Article