Re: [mono-android] Critical bug with alternative layouts (swdp, etc..)

2013-02-08 Thread Tom Opgenorth
Sounds like you are using the Designer, correct? In that case I would suggest that you check out the documentation on the Designer: http://docs.xamarin.com/Android/Guides/User_Interface/Designer_Overview, particularily the section on Alternate Layouts ( http://docs.xamarin.com/Android/Guides/User_

[mono-android] Big 1-byte array (byte[], boolean[]) on Hello World App

2013-02-08 Thread Marcelo Melo
Hi guys! I create a simple "Hellow World" App to Monodroid with Visual Studio, and verify the 1-byte array have 12,802 Kb. See the image: It's a simple App. I only create a project and start the App on my Samsung Galaxy

[mono-android] Critical bug with alternative layouts (swdp, etc..)

2013-02-08 Thread Pavel Novodon
Hi, I need to use new qualifiers for alternative layouts (like layout-sw720dp and others) but MonoDroid behaves terribly wrong. When I create the layout in alternative folder and try to edit any of the two files and save it MonoDroid removes the file from alternative folder and overwrites the l

Re: [mono-android] KeyChain API on Android 4.1 and client certificate authentication

2013-02-08 Thread Nikola
:) I got the same impression from the second URL. From what you say I gather the P/Invoke is basically a no-go, so I think I will have to say goodbye to HttpWebRequest. I've tried to use HttpsUrlConnection (http://androidapi.xamarin.com/?link=T%3aJavax.Net.Ssl.HttpsURLConnection) instead, but unfo