随笔分类 - android
摘要:http://www.tuicool.com/articles/f2y2Az
阅读全文
摘要:final Button btn_gallery=(Button)findViewById(R.id.btn_gallery);btn_gallery.setOnClickListener(new View.OnClickListener(){ @Override public void onClick(View v){ Intent intentgallery=new ...
阅读全文
摘要:case TAKE_PICTURE: Intent openCameraIntent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); Uri imageUri = Uri.fromFile(new File(Environment.getExternal
阅读全文
摘要:byte[] data=SocketClientUtil.receiveData(bytes); //,result Bitmap bmp = BitmapFactory.decodeByteArray(data, 0, data.length); bmp.compress(Bitmap.Compr
阅读全文

浙公网安备 33010602011771号