I use ZXing to scan barcode but I have a problem that:
If I make load screen and use handler to start CaptureActivity It's work very fine.
But If I have other activity such as a MainMenu Activity. after I start CaptureActivity through the button on mainmenu the barcode scaner give me a black screen like a shut down camera or sth.
please help. Thanks you very much in advance.
UPDATE: on the 4 corners of screen will see light from camera. if you use your hand close the camera 4 corners will became black. but just a few space on corners only.
UPDATE2: I found that if i change orientation physically in the activity before start CaptureActivity the app work fine. It weird but true. but I need to do this every time i use app? Please help. Thanks you very much.