Most apps use ZXing, but all examples of ZXing I've seen use a dedicated full screen activity (whether via intent request or embedded Activity class). Are there other bar code scanning libraries that encapsulate the barcode scanning in a View object?
If not, what are the components of ZXing I need to extract and/or rebuild? Can I reuse the CameraManager in my own SurfaceView? The CaptureActivity does not seem very modular for reuse.