tags:

views:

14

answers:

0

I have my entire data stored in the form of strings in an array. I am fetching each string randomly from the array on the onTouch/onClick event. Now i want to enable my user to bookmark the desired data.

Also I want to enable my user to search the desired data from the array by providing a search criteria.

Thank you