How to remove view and outlet from xib?
Let's say I create a button using the interface builder and use the ctrl+drag method to add it to the header file and create an outlet. Later, I decide I no longer want the button. How do I remove...
View ArticleActivate and De-Active VPN with app
I am working on an App that uses a WEB API but the server is behind a Firewall. I have VPN access but want the app to activate it instead of a user going to Settings screen and Manually activating it....
View ArticleChanging Table View widths/is there a minimum table view width?
I have a UI I'm creating in IB in landscape that has two table views, a "row" of buttons, and a web view. When I set things up in IB, I'm making the tables admittedly pretty narrow. I'm rendering...
View ArticleDeserialization not working with JSON.NET on iOS device (iOS simulator works)
I have pretty much completed by app using Xamarin.Android and am now building up the iOS version. I use JSON.NET in my business layer to deserialize JSON from web requests. Works great on Android and...
View ArticleiOS AutoLayout in C# without using Interface Builder
I started using Xamarin because I wanted to stay in the Visual Studio 2013 environment and not have to learn a new environment. Anyway, I'm going to paste my controller's code below and hopefully...
View Articlehow can one save data using c# for Android
anyone with any idea of creating a database or xml file to save data in android sd card using c#
View ArticleReduce App Size
Hi, My application has hardly three screens and the release build (apk) is of size 7 MB. I have set the Linker to "SDK assemblies only" for the release mode. I tried to analyse by unzipping the apk. I...
View ArticleRe-download certificates / provisioning profiles ?
With the new "built in" control of the Apple Developer Portal certificates and/or Provisioning profile generation and download, how to one re-download after making changes in the portal ? I have just...
View ArticleHow to reference a drawable from within a layout contained in a Android Class...
Hi, I can see when creating a Android Class Library Project, we do get a Resources folder section, however there is no Drawable section. I've created one in there, however the Resource.Designer.cs is...
View ArticleA regression bug in 7.2.1?
Hi, In my UI, I have a series of textfields. When I click in these under 7.2.0, I could get a UIPickerView to come up without the keyboard. With 7.2.1. the keyboard and UIPickerView shows. The code I'm...
View ArticleDebugger won't attach?
So I've got a project which used to work fine - but now when I start to debug it on the emulator, Xamarin Studio launches it just fine, then immediately stops debugging. Anyone else seen this? I think...
View ArticleAdded IOS Indie subscription
No sign that Xamarin Studio recognizes this despite having installed the IOS stuff. No IOS solutions, etc. What do i have to do to make this work? It's annoying that whenever i spend money on Xamarin,...
View ArticleMongoDB and Mono for Android trouble ?
Hi everyone I'm "porting" an existing iOS game project to also include an Android version. We already have a working "lib" thats connects and communicates with the MongoDB database. I have now created...
View ArticleXamarin Studio does not see provisioning profile since 4.1.13 (build 17)
I updated to the latest Alpha channel this morning, and now Xamarin Studio will not build my existing iOS apps for a device. It is not seeing my provisioning profiles. Nothing has changed outside of...
View ArticleXamarin build server: weird, botnet-like behavior
Hi all, I'm noticing some very strange behavior from Xamarin Studio on my Mac. mtbserver, Xamarin's build server, always takes up 100% of one core and accepts TCP connections on port 5000 from random...
View ArticleCustom style navigation position change
Normally, the navigation style code: ActionBar.NavigationMode = ActionBarNavigationMode.Tabs;...
View ArticleWhat Parts of a Component Should be Checked into Source Control?
I added the Android Support v4 component and noticed that it's content dwarfs the size of my app. What is the minimum amount of the component that I should be putting in source control? Is there...
View ArticleExample leaderboard and achievement publishing?
Any examples getting leaderboards and achievements published to googleplay with Mono/Xamarin? Searched the forums and the net and can't seem to find anything.
View ArticleAutoLayout implementation in C# Visual Studio 2013 without using Interface...
I started using Xamarin because I wanted to stay in the Visual Studio 2013 environment and not have to learn a new environment or language. I just discovered AutoLayout. It seems to me that AutoLayout...
View ArticleMemory profiler teaser
Spend a couple of days and voila: blog.rthand.com/post/2014/03/28/A-memory-profiler-for-XamarinAndroid.aspx
View Article