I need to get values from views such as textview , imageview, integer variable those views are in xml file integrated to iys activity java file , i need these values to be added to recycler view but as objects with values
For example textview + textview + textview + imageview aligned horizontally to each others. And all these aligned views to be considered as one item in the recycler or list to be able to add as many lines as i need
To be honest i searched the web and tried a lot of tutorials handling listviews and recycles but failed .. .. thanks in advance