Hello,
Those warnings has nothing to do with the issue.
It is because now we bind Java.Lang.Comparable which used to be ignored:
https://bugzilla.xamarin.com/show_bug.cgi?id=8112
and the return type is not what is expected, assumingly it is because
the expected type is different from Java.Lang
I'm seeing a lot of errors now that didn't exist with the last stable release.
For instance:
1>-- Build started: Project: AndroidNGN, Configuration: Debug Any CPU --
1>BINDINGSGENERATOR : warning BG8A04:
matched no nodes
1>BINDINGSGENERATOR : warning BG8C00: For type System.Byte, base in
Hi,
Glad to hear it's working
PLZ EXPLAIN IN DETAILED Example WITH DESIGN AND CODE AS U PREVIOUSLY
EXPLAIN
What have you got so far?
For something like this, you can use a TableView
Paul
--
"Space," it says, "is big. Really big. You just won't believe how
vastly, hugely, mindbogglingl
hi..very much thanks to uur code is working exactly...bt i have another
major problem...xml saving is good..when i click on retreive button the data
what stored should be populate in listview control.. as like gridview
control in .net in rows and columns format...can u please help me with ur
co
Implement your own adapter. In that you can set the displayed views to
anything you want.
On 26 Feb 2013 03:18, "vergatario" wrote:
> Guys am new to mono for android, I would like to display a spinner with
> icons
> and text, so far i have:
>
> *int[] icons = { Resource.Drawable.icon, Resource.Dr