You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
because i split my layout with frame layout. when i run with initiateScan() is open new page
i want to process result in my mainactivity with intentintegrator
The text was updated successfully, but these errors were encountered:
in My MainActivtiy button trigger run fragment :
ScanFragment sf = new ScanFragment();
getSupportFragmentManager().beginTransaction().replace(R.id.fragment_container,sf).commit();
in my Fragment Class :
if i run fragment with
new IntentIntegrator(this).setCaptureActivity(TabbedScanning.class).initiateScan();
is running well , but i want run with :
because i split my layout with frame layout. when i run with initiateScan() is open new page
i want to process result in my mainactivity with intentintegrator
The text was updated successfully, but these errors were encountered: