created
May '18
last reply
May '18
- 5
replies
- 1.2k
views
- 4
users
This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.
@Chhavi_Singh with android you can see what is on screen and nothing more. as workaround you can scroll and add names to list and check list after.
Write a script that fetches all elements from RecyclerView. Save those elements to List and you will also need current last country from a list. Then scroll down, and save to List only those that are below the previous last Country. -Repeat steps (until previous last country is the same as current last country).