I have a camera app that sets the camera's SurfaceView to translucent so that object/image over it can be seen and it works perfectly but when home is pressed and onResume is called the translucency is gone and the object/image that is suppose to be over it is now under camera`s surface view. I would be happy if some one helps thanks.
Asked
Active
Viewed 33 times
0
-
1The SurfaceView lifecycle isn't quite the same as the Activity lifecycle, so you have to be careful about how you initialize things. See https://source.android.com/devices/graphics/architecture.html#activity – fadden Aug 14 '14 at 15:29
-
The detailed description here: _[How SurfaceHolder callbacks are related to Activity lifecycle?](http://stackoverflow.com/a/13671391/192373)_ – Alex Cohn Aug 15 '14 at 10:05
-
Thank you guys. I have another problem if you can help me out with this I would be very glad. Heres the link http://stackoverflow.com/questions/25237407/decoder-for-byte-data-returned-by-onpreviewframebyte-data-camera-camera – user3928537 Aug 18 '14 at 01:48