I have a list of products (dynamic listview), each listview's row implement onclicklistener to take me to the product details showed in three textview.
Now I would to take the text from those textviews by getText.toString
and populate a new Listview in another activity through a button click.
i.e.: SubmenuActivity (listview) -> ProductActivity (product details){Button add.setOnClickListener (pass the data to CartActivity populating the listview)}.
I know I need a cart application, tried to look at some samples but no one it's for me.
Any help or suggestion would be much appreciated. Thanks in advance.