Re: [mono-android] errors in Referencing a Custom Row View in listview ex

2013-03-12 Thread Igor Velikorossov
ou use the variable you need to define it and assign it before the first use. In your code you're not doing that. Igor On 12 March 2013 23:00, wrote: > From: krish > To: monodroid@lists.ximian.com > Cc: > Date: Mon, 11 Mar 2013 06:39:29 -0700 (PDT) > Subject: [mono-andro

[mono-android] errors in Referencing a Custom Row View in listview ex

2013-03-11 Thread krish
hi...m getting errors at TableItem at every where in my code namespace EtSpSqlite { [Activity(Label = "HomeScreebAdapter1")] public class HomeScreenAdapter1 : BaseAdapter //the type or namespace name 'TableItem' could not be found(are u missing a using directive or an assembly reference?)//