Is it possible to retrieve text from a specific TextView element in a row inside a ListView where every row contains its own Layout.xml with 4 different TextViews? A row looks like --> | TextView1 TextView2 TextView3 TextView4 |. The rowcount of my ListView is depending on the row count of my SQLite database which the ListView is populated from. For example: if I click row #1 i want TextView1 for this row and if I click row #2 i want TextView1 for this particular row.
I Hope you understand, english ain't my native language.