Proguard Or obfuscation
hi how can we obfuscate apps in xamarin using android Proguard or obfuscation thanks !!
View ArticleHow to put and post request using HttpWebRequest
Hi, I got error The remote server returned an error: (400) Bad Request. when execute this line HttpWebResponse response = (HttpWebResponse)request.GetResponse(); my code is: try { string _url =...
View ArticleAndroid.Net.Uri class not found
I have been facing a different/strange problem, I am new to Xamarin.Android. I would like to use Uri Class which is available under Android.Net, but it was not identified by Xamarin when I type in.....
View ArticleDo you want the application “DesignServer” to accept incoming network...
Every time I open my iOS project I get this popup at least 10 times. Doesn't make a difference if I click Accept or Deny. I'm on the Alpha channel.
View ArticleFinding the cause of SIGSEGV
I'm working on my first real app using Xamarin.IOS. Most of the times the app works great, but a few times a day it crashes with the following stacktrace: mono-rt: Stacktrace: mono-rt: at...
View ArticleXamarin Studio 4.0.10 iOS debugger not working
We've updated to Xamarin Studio 4.0.10 and have problem with the debugger, besides the PCL Problems described here: We select Debug|iPhone and connect the iPad (3rd Gen), the app is deployed and starts...
View ArticleLatest update breaks rendering certain characters
Before upgrading I changed my configuration to the following: Editor Font: Courier New, 13 Line Number Font: Courier New, 13 Use Anti-aliassing: No. After upgrading to 4.0.10, none of my braces,...
View ArticleCould someone explain how to make a split view?
Could someone explain to me how you can create a split view? I've been following the tutorial on the guides section but that doesn't even want to build, so I scratched that one. I feel that the...
View ArticleHow to get the height of web view
Hi! How to set height of UIWebView based on html content (Load Local Content) I want my webview size dependent on its content. Thanks!
View ArticleHow to pass View controller reference to tableSource file ?
I have one view controller and related to that ViewController i have one tablesource file. I want to open new ViewController on tableview row clicked. i am using navigation controller. how i get the...
View ArticleXamarin cannot see running AVDs
As per the title, things are currently not going so well with my Xamarin development. I've previously used Unity and Eclipse to create Android apps; Unity directly to devices and with Eclipse I've...
View Articleindex for a table
I have a tableview and i applied an index. now i want to change the color of the index in order not to be transeparent. Can anyone help me?
View ArticleHow can i make a class to get the information that is on the screen?
Its like i have my xml with a button in it with a text "banana" and i have my activity.cs that says when i click that button it ll run another class in this new class i need to get the value of the...
View Articlemtbserver: No KEEPALIVE command, exiting...
I can't keep the connection between VS2012 on Win8 and the mtbserver on my macbook alive. After a while i see in the Mac server log, "mtbserver: No KEEPALIVE command, exiting..." And in diagnostic view...
View ArticleSIGSEV on Android 4.3 only - works on 2.3 and 4.0
I'm getting an immediate SIGSEV as soon as the app starts to load in the debugger. It usually runs OK if I launch is from the device, but not always. I'm using 4.8.0 from within Visual Studio....
View ArticleWPF app targeting crossplatform - Considerations and architecture guidelines.
There is a requirement to build WPF application on .NET 4.5 for Windows 8. This application is later required to be ported to iOS as well. So the basic architecture should be in place for the windows...
View ArticleError: Could not AOT the assembly
Hi, I recently updated to Xamarin.iOS 6.4.x, and my project no longer compiles in AdHoc configuration. (It compiles and works fine in the Debug and Release configurations on the both the device and iOS...
View ArticleAccounts and sync
Hello, I´m trying to make app for database synchronization through web service with Xamarin Indie. It should use account from "Accounts and sync" for authorization in personal settings of tablet...
View ArticleObject reference not set to an instance of an object
I have an custonAdapter that creates a view with a clickable button insdie of it ... so when i click on the button i run a public function of the activity class that my list and views will be So in my...
View ArticleiOS Layout in C#
I’ve been working with the team here to pull together a list of recipes which demonstrate how to develop iOS apps purely in C#. This list of recipes explores a range of scenarios which should give you...
View Article