Let's say I have a ListView called "MyList" and I add a single line as follows
MyList.AddSingleLine2(SomeText, Rslt)
As I understand it, "Rslt" should be an Object.
How do I provide the Object that should be returned when this item is selected?
Do I provide the Object to be returned as a literal string, a string stored in a variable or what?
If the Object returned is an activity, am I correct in assuming that I use "StartActivity" to call the Object?
Thanks.
MyList.AddSingleLine2(SomeText, Rslt)
As I understand it, "Rslt" should be an Object.
How do I provide the Object that should be returned when this item is selected?
Do I provide the Object to be returned as a literal string, a string stored in a variable or what?
If the Object returned is an activity, am I correct in assuming that I use "StartActivity" to call the Object?
Thanks.