Hi everyone,
At first, I'm sorry about my english, I'm spanish and i'm not used to speak in english.
My problem is that i want to take a screenshot from whole display. I want to do it without human interaction, like a service, which launches the activity. I tried to do it with the getRootView and the method getDrawingCache but i didn't find the main view. Then I've tried to do it with a simply dialog box with a button (using the click event, and taking the view that it has in the attribute). This solution give me a screenshot from the activity (Dialog box only) but I have not idea how I can take a screenshot from whole display. Can Anyone help me?
Thanks in advance!!
At first, I'm sorry about my english, I'm spanish and i'm not used to speak in english.
My problem is that i want to take a screenshot from whole display. I want to do it without human interaction, like a service, which launches the activity. I tried to do it with the getRootView and the method getDrawingCache but i didn't find the main view. Then I've tried to do it with a simply dialog box with a button (using the click event, and taking the view that it has in the attribute). This solution give me a screenshot from the activity (Dialog box only) but I have not idea how I can take a screenshot from whole display. Can Anyone help me?
Thanks in advance!!
