2012年12月20日
摘要: 调用:public class AniGridViewActivity extends Activity { /** GridView. */ private DragGrid gridView; TranslateAnimation left, right; @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); com.cn... 阅读全文
posted @ 2012-12-20 14:19 lee0oo0 阅读(4165) 评论(1) 推荐(0) 编辑
摘要: 直接上代码,代码上面有具体的解析,并且提供jar供下载:二维码Jar包.rar根据文本生成对应的二维码:// 生成QR图 private void createImage() { try { // 需要引入core包 QRCodeWriter writer = new QRCodeWriter(); String text = qr_text.getText().toString(); Log.i(TAG, "生成的文本:" + text); if (text ==... 阅读全文
posted @ 2012-12-20 11:07 lee0oo0 阅读(28795) 评论(7) 推荐(1) 编辑