xamarin.android
Simple Protobuf-net code failing in MonoDroid with 'No serializer defined for type'
The following code works as-is on WP7 and Windows, I am now trying to get it to run on MonoDroid: [ProtoContract][详细]
2023-04-11 17:50 分类:问答Losing Sqlite tables when deploying to on Monodroid
We are using Visual Studio 2010, Monodroid and SQLite We create a database at path myContext.GetDatabasePath(\"mydb.db3\").AbsolutePath using the SqliteConnection.CreateFile(...) method.[详细]
2023-04-11 06:00 分类:问答Why text2.Text = "message" not work in my code?
Why text2.Text = \"message\" not work in my code ? I want to work this way in a function see in code. I developed in Visual Stduio with Mono for android in C#[详细]
2023-04-10 10:08 分类:问答What contraints should I be aware of to maximize portability of Mono code?
I\'m interested in writing some cross-platform code using Mono, with a view to targeting mobile iOS and Android runtimes.[详细]
2023-04-10 05:42 分类:问答Possibility of Using Mono on Android for Android 1.5
I know that Mono on Android only officially supports Android 1.6 and above, but I was wondering if anyone had any experience or tips for trying to get it to work on Android 开发者_开发百科1.5?[详细]
2023-04-09 04:47 分类:问答Monodroid - passing data to ListView according to GREF limit
C#, Mono for Android. I need to output a large portion of combined data into ListView. To achieve this, I use the following obvious approach with Adapter:[详细]
2023-04-09 04:27 分类:问答Monodroid WebRequest bombs application
I have tried this code in a normal C# app and it works fine. In monodroid, it completely bugs out (in other words, not even the 开发者_如何学Ctry-catch works) when I try to READ from the stream (or th[详细]
2023-04-08 19:25 分类:问答Cannot run "HelloWorld" monodroid application on my device
Helo.apk and Hello-signed.apk (by vs2010 monodroid)(default monodroid app from template I have lg android2.2 phone and i load by usb to my phone those files.[详细]
2023-04-08 14:12 分类:问答Mono for Android exit code 255 on BitmapFactory.DecodeStream
I\'m using Mono for Android (latest version as of this post) with the Visual Studio plugin to build an Android application. It targets API Level 8, Android 2.2 framework.[详细]
2023-04-06 21:43 分类:问答MonoDroid: How to programatically set TableRow background attribute?
I\'m trying to dynamically create some table rows, but on the Table Row I want to set the background attribut开发者_运维百科e like this XML:[详细]
2023-04-05 15:53 分类:问答