Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アプリケーションに zxing スキャンを統合しましたが、問題は、ユーザーが何かをスキャンすると、プロジェクト情報が表示されることです。スキャン後にスキャナがアプリケーションに戻るようにしたい。
Intent intent = new Intent(this, com.google.zxing.client.android.CaptureActivity.class); startActivityForResult(intent, 0);