I am working on android applications. I created two pages i.e Page1 and Page2. Page2 contains an arraylist with repeated values. I am passing a value from page1 and I want to find the number of occurences of the value(coming from page1) in the arraylist in page2. Please suggest what should I have been done to do that task.
Thanks in advance