I am having a small issue with capturing screen in android.
I am using a list view which has few items. When the items are fitting the screen there is no issue to capture the screen. But when there is a scroll view for the list items (that is there are more number of items in the listview so that it cant be fitted in the screen) i am not able to capture the screen.
The capture of the screen gives me only the visible items of the list view and the invisible items are not being captured.
I am using the link to capture the screen.
can anyone suggest me if there is anyway to capture the listview screen.
My screen has all alphabets from a-z but when i tried to capture using here i got only the below screen shot.

We need to capture the listview by capturing each and every listitem in the listview.
after capturing each and every item in the listview we need to add all the captured list items and make a bitmap image.
This way we can capture an listview even if all its items are not visible