Use a ListView and write an Adapter... You could probably start with
sub-classing BaseAdapter and making it take an ArrayList of data. You
should then find this much easier to do...
Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware
On Mon, May 23, 2011 at 9:
Any body as suggestion?
On May 23, 3:38 pm, "pramod.deore" wrote:
> I had written some code for this like:
>
> First I had created one TreeSet object as:
> TreeSet ts = new TreeSet();
>
> public void checkExist()
> {
> if (ts.add(tokens[5]))
I had written some code for this like:
First I had created one TreeSet object as:
TreeSet ts = new TreeSet();
public void checkExist()
{
if (ts.add(tokens[5]))
{
System.out.println ("R
3 matches
Mail list logo