android 扫码之后怎样控制跳转页面,求关键代码

 我来答
匿名用户
2013-09-12
展开全部
/** * Handler scan result * * @param result * @param barcode */ public void handleDecode(Result result, Bitmap barcode) { inactivityTimer.onActivity(); playBeepSoundAndVibrate(); String resultString = result.getText(); if (resultString.equals("")) { Toast.makeText(CaptureActivity.this, "Scan failed!", Toast.LENGTH_SHORT).show(); } else { if (pg != null && pg.isShown()) { pg.setVisibility(View.GONE); iv_pg_bg_grey.setVisibility(View.VISIBLE); iv_big_circle.setBackgroundResource(R.drawable.bar_code_center_grey); iv_four_corner.setBackgroundResource(R.drawable.bar_code_four_corner_grey); } Intent resultIntent = new Intent(); Bundle bundle = new Bundle(); bundle.putString("result", resultString); resultIntent.putExtras(bundle); this.setResult(RESULT_OK, resultIntent); } CaptureActivity.this.finish(); }
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
匿名用户
2013-09-12
展开全部
你好,朋友!扫描之后,怎么样不让他跳到原先的那个网页,发现在那个网页开始扫描,扫描之后就会跳到那个网页,我想让它跳到别的页面怎么控制!
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式