Setting Switch textOn/textOff programmaticly doesn't work
Setting Switch textOn/textOff programmaticly doesn't work Setting the text the first time works. But then after something like a language change I want to change the labels. But even if set de texton...
View ArticleXamarin University
Hi, Has anyone attended Xamarin University? I was wondering what parts are real-time (or is there any on-demand sections)? Thank you.
View ArticleDroid Newbie question: Code only interface?
Hi guys, Im new to Xamarin.Droid and looking at converting my existing iOS app. In iOS I have a code only interface and Im trying to do the same in Droid, but all the examples I see use xaml to set out...
View Articlehow can i show multipage like pdf reader
I want to show a huge text in multipage in one activity
View Articleinstall to emulator via adb is too slow
I am using the command adb.exe -s emulator-5554 install -r ba.apk to install an application onto an emulator (MonoForAndroid_API_10 emulator). The results show 78 KB/s (7048697 bytes in 87.593s) which...
View ArticleException during Add Reference
I am unsure if this is the correct forum or if I should use the "Xamarin Studio" forum. I downloaded the Shinobi Gauges control from the Component store and attempted to add reference to the DLL in...
View ArticleAirWatch SDK bindings?
Hi, has anyone written binding for the Airwatch SDK (for mobile device management) which is cross platform? We need it for iOS and Android for sure, and Windows Phone would be great too.
View ArticleGetting error making in app payment
I am trying to do an in app purchase using StoreKit. I can successfully get the SKProduct in stance, but when I pass it into this method to actually make the paytment: private void MakePayment...
View ArticleI am a student and have a MSDN subscription too . Have already enrolled for...
I am a student and have a MSDN subscription too . Have already enrolled for January Xamarin university classes. i need to know how much discount will I avail if I buy Xamarin for 1 developer
View ArticleIn app move and scale foto
Hi, How do I create a photo editing view? What I'm doing is, read an image from library or take a photo. This works perfect :-) When I return the picture I would like to edit the picture. Basicly just...
View ArticleUpdating activity using a background service
How to update the current running UI activity from a already running background service? I want to display something to user while some event occurs in the background.When i googled about it i came...
View ArticleWriteUserDictionary permission
Under xamarin how do I set the permission to write to the user dictionary? It is not in one of the permissions under Android Application options.
View ArticleAddress input
In the web I had been using this plugin anytime I need to user to provide an address. Is there anything similar I can use? Has anyone asked their users for addresses? If so, how did you do it? by using...
View ArticleMerge TabActivity menu with contained Activities menus
I have a TabActivity and three tab, each tab is an Activity added to TabHost with TabHost.AddTab. Everything goes fine but I have a trouble with the menu options. I have added a menu options overriding...
View ArticleHow Create Dinamyc Buttons
HI! I need to create buttons foreach element of my list, when I click on any button show a new view with different data. This is my code, but only works the last button created. Button 1 and 2, dont...
View ArticleImages Downlaod
Hi, I have an application that the listings have many images.These images are downloaded through a service on the internet. I have some questions about the best way to do some things. I was thinking...
View ArticleVMware Fusion 8.02 + WIN 8.1 Pro + VS2013 Prof. + Xamarin.ios dont work
Hi, i've installed the latest Xamarin Version (with Windows Installer) on a clean Windows 8.1 with VS2013 System (in VMware Fusion 6.02) without any error messages. After installation, i wanted to...
View ArticleDocument Outline empty; debug hover evaluation intermittent
Every since installing the latest stable update of Xamarin IDE, my hover over expression evaluator mostly doesn't work (every once in a while it will), nor does the document outline work. I was going...
View ArticleEditText.TextChanged error
Hi. I'm making an app and I've encountered a problem with the TextChanged and AfterTextChanged events of EditText views. I start by initializing the Text to a value and then add an eventhandler to...
View ArticleHow to detect a keypress?
This must be common function and therefore maybe I cant google the answer... My problem are that I have an empty UITextField (FirstResponder) and I want to detect if the BackKey are pressed! Any Ideas?
View Article