I am doing an android project using php,mysql using xamp server. I have retrieved the values into a ListView from server database using json parser and displayed them successfully in activity1.
Now i need codings for, "when i press a button it should navigate into a new page named activity2 and the ListView values in activity1 should display in new ListView on activity2.
Thank you in advance.