I am assuming that you are able to successfully  query your data. To
sort your result is independent from using the ListView. After sorting
your query result with for example Collections.sort() you can create a
ListAdapter instance and call listView.setAdapter(<your adapter>).

--
Roman Baumgaertner
Sr. SW Engineer-OSDC
·T· · ·Mobile· stick together
The views, opinions and statements in this email are those of the
author solely in their individual capacity, and do not necessarily
represent those of T-Mobile USA, Inc.

On Aug 27, 3:31 pm, gnugu <[email protected]> wrote:
> Hi,
> I cannot get the data from SqLite using ORDER BY because the data is
> encrypted, so the sort wouldn't work there.
>
> Is it possible to sort the items in the ListView?
>
> Thanks.
--~--~---------~--~----~------------~-------~--~----~
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