How to count and access all the elements of a RecyclerView in appium android

I have a recyclerview(id=com.sinepulse.greenhouse:id/room_list). Every child item has a EditText(id=com.sinepulse.greenhouse:id/room_title), an edit button(id=com.sinepulse.greenhouse:id/room_edit_icon) and a delete button(com.sinepulse.greenhouse:id/room_delete_icon).

My goal is to access EditText and buttons of all the child items. Can anyone please help me about how to do this?

Language: Java

you need swipe all your rooms. and after each swipe read data.

Hi @amitjaincoer191
Can you please help me? I see you are pretty good.

I have attached the UI automator screenshot.

what does it mean? what you need to do? Just read data from it? Does RelativeLayout under RecyclewView has resource-id?