It sounds like he may want to call *Collections.sort()* on the backing 
collection.  Probably a *Vector*.

Thanks.


On Tuesday, May 14, 2013 2:08:37 PM UTC-5, MagouyaWare wrote:
>
> So you just need to be able to sort the data?
>
> Thanks,
> Justin Anderson
> MagouyaWare Developer
> http://sites.google.com/site/magouyaware
>
>
> On Thu, May 9, 2013 at 1:26 AM, Seshu <[email protected] <javascript:>>wrote:
>
>> Hi All,
>>           My requirements is i have a multiple listviews. i used base
>> adapter class for each listview. Now i want to display this listview
>> like contacts screen i.e., alphabetic order
>> for example:
>> A
>> Ant
>> Apple
>> B
>> Bat
>> Boy
>> C
>> Camel
>> Cat
>> etc.
>>     for above requirement i need to change in all adapter classes.
>> for above problem i created one class i.e., MainBaseAdapter which
>> extends baseadapter. Now for all adapter classes i extends
>> MainBaseAdapter class instead of BaseAdapter class. In MainBaseAdapter
>> the above alphabetic sorter is implemented. Now i need 2 show both own
>> adapter data with the above alphabetic sorder order for all adapters.
>>
>> I ll use MainBaseAdapter class for all adapers to show the data. i am
>> facing here. how to combine that my own adapter with above alphabetic
>> sorting. this alphabetic sorting i.e., MainBaseAdapter is common class
>> extending to all my adapter class.
>>
>> How to acheive this task in android. if any one knows then please
>> provide solution.
>>
>> Thanks & Regards,
>> S.Seshu.
>>
>> --
>> --
>> 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]<javascript:>
>> To unsubscribe from this group, send email to
>> [email protected] <javascript:>
>> For more options, visit this group at
>> http://groups.google.com/group/android-developers?hl=en
>> ---
>> You received this message because you are subscribed to the Google Groups 
>> "Android Developers" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected] <javascript:>.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>>
>>
>

-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to