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 Liberary 集成了扫描仪。我希望扫描仪扫描二维码时扫描数据存储在 1 个变量中,此扫描数据比传递给另一个活动。这将如何请帮助我
如果您使用 Intent Integration 开始扫描,您应该已经实现 onActivityResult(..., Intent i)
我持有二维码中的数据,您可以通过调用 i.getStringExtra("SCAN_RESULT") 来获取它
您可以为此使用 Bundle。你只有原始值要传递吗?否则,您必须进行序列化并通过。