-1

I am using jsoup to scrape html from a web page. But I am unable to get data into two text views in my listview. I am using ArrayAdapter and i can set text to one text view.

how can i create a custom adapter to get text in two textview with jsoup?

Ahu Son
  • 155
  • 2
  • 13

1 Answers1

2

You can Google it or You can search in Stackoverflow

1- custom-adapter-for-list-view

2- custom-listview-adapter-android

Community
  • 1
  • 1
delavega66
  • 855
  • 2
  • 23
  • 39