public SimpleCursorAdapter (Context context, int layout, Cursor c,
String[] from, int[] to)
Constructor.

Parameters

from ---  A list of column names representing the data to bind to the
UI

Here is summary of SimpleCursorAdapter.
I know it should write like this. String[] from_End_Time = new String[]
{XXX};
but XXX just agree with one String, I want to add two or more Strings.
How to solve this problem???
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to