NFSpeedypur wrote: > No I did not add any index to the to be filtered columns, I am using a > basic array so I did not know there could be a index? > > setListAdapter(new ArrayAdapter<String>(this, > android.R.layout.simple_list_item_1, Titles));
If the data is in a database, use a CursorAdapter or SimpleCursorAdapter, rather than loading them all into an ArrayAdapter. That should be significantly faster. > Maybe it will be worth grabbing the subscription on Commonwares > instead of the book. If I download the pdfs, am I able to print pages > for personal use or is it only for computer viewing? Printing is perfectly fine for personal use. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 2.0 Published! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

