Android Question Screen Shot of InputList

Robert Valentino

Well-Known Member
Licensed User
Longtime User
Is there a way to take a screen shot of an Inputlist?

I can take screen shots of everything else but when I have an Inputlist up I cannot get a screen shot of it (mainly because all everything gets focused back to the Inputlist)

Is there someone way of getting a screen shot of it?

BobVal
 

JordiCP

Expert
Licensed User
Longtime User
AFAIK, I think it is not possible. Not because of modality (it can be cheated by running a parallel thread) , but because it is not a child view of your activity. At least, this is the conclussion I arrived

You could try to simulate this modal dialog with a transparent panel added to the activity( to capture and ignore touch events outside the area) and then a new panel on top of it emulating the inputlist. Then, as the views belong to your activity, you can capture them
 
Upvote 0

Similar Threads

Top