There is an Activation with a Listview in which the lists consist of three textview and one imgview .

One of the textview is the entry biography. How to make it so that when I click on the list via onİtemClick I transmit the text from string-array using intent. There I registered 10 complete biographies in advance.

How to make me call the desired text for the desired list? After all, lists are positioned auto. If possible, source with an example.

How can the intent connected to the list with a list, and so that the intent itself puts the texts from 1 to 10 in order depending on the list pressed?

    0