0

I have a question: is it possible to save an imageview of an activity without seeing it?

For example, if I have 3 activities A, B & C, I want to save by making a print screen or other way an imageview in C activity when I'm in A or B activity.

Is it possible ?

Thanks for your light

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115
John Snow
  • 21
  • 1
  • 3
  • No. A screen capture is only possible when there's a visible screen to capture in. Waht you could do in A or B is to use the same layout as use for C. – Phantômaxx Mar 24 '14 at 13:59
  • agree with Vyger. For more information about taking screenshots (also from the background) consult this question: http://stackoverflow.com/questions/20136121/android-how-to-take-screenshot-programatically – Droidman Mar 24 '14 at 14:00
  • hmm... I think if you have the Bitmap of the ImageViews or the whole object of it, it could be possible – Mert Mar 24 '14 at 14:02

0 Answers0