Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. COThanks for your anwser Emil! It exactly represent what I wanna do. One question thought, I get the general idea of your code. But in the first step you suggest me to create an object (RowData I suppose) which contain my "data" for my row. Exactly, in my situation... What is this data? My text strings & my image path source? If I get it right, I should create a constructor that put the correct strings/imagepath for each object (which represent a different row?)
      singulars
    2. COYour RowData object is exactly what you think it is. all the data related to the content you want to display in one row. on most cases it will be Strings,ints and FilePath or Url's for Images, but it can be even a Color object if you want to specify color for each row and use it dynamically in the ArrayAdapter, it can even be an ArrayList of other items that will be presented in another list when you click on the row.
      singulars
    3. COI see, thanks! Last question, as your last sentence opened my eye on another problem... When I hit the row, it pushes a new xml layout via fragmentManager (that xml layout always has the same form with 6 textviews) ... I guess I did the same mistake twice (I copied/pasted my xml layout with theses 6 textviews and changed their contain directly in the XML using strings reference)... the layout contain isn't programmatically coded here! I guess I'll have to create another arraylist of a new object which will hold my contain of theses 6 textviews, right? Thanks for your time, really appreciated!
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload