Developing a mobile app in android-studio I have a ListView
and I want to get the event in which when I select an Item from the list I show a certain String
in a TextView
.
For example:
TextView1
the String1
TextView1
the String2
For now I can present the data but loading a Activity
with a TexView
for each Item.
How can I make it work dynamically for all my Items?