I’m trying to display separate items in a list row. So i use 4 textviews. But i use arrayadapter for my class extending Activity. Now i have to put the list of strings in a row according to that textview. How to achieve this? any help is highly appreciated and thanks in advance…
Share
Usually I’m extending
ArrayAdapterin such cases. Generally You need to override only two functions in the adapter – getView() and one of constructors.The code of the adapter is following: