protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_qrscanner);
fragment = (BarcodeFragment)getSupportFragmentManager().findFragmentById(R.id.sample);
Is it possible to carry the value that i get from (setScanResultHandler(this)) into another activity?
fragment.setScanResultHandler(this);