Each line contains 2 textView and image.
How is this done?
How to manage these images from the code individually for each row in the list
It is believed that there should be a Model (a class with 2 String and 1 field with the image) and ViewModel (Adapter with an array or list of models), and a list item View for each Model, to programmatically handle it through an Adapter, but generally the whole "strict" MV* not mandatory, you can always do without the extra classes, that is, to "make head", then the application structure can become worse, but easier and faster to "shed" the most.