Nelson Wang

Results 2 issues of Nelson Wang

点击拍照时,感觉用AsyncTask来保存图片的byte[]有点慢,可不可以放到服务里面去保存图片,这样体验会好点。

` mGridView.getViewTreeObserver().addOnGlobalLayoutListener(new ViewTreeObserver.OnGlobalLayoutListener() { @Override @TargetApi(Build.VERSION_CODES.JELLY_BEAN) public void onGlobalLayout() { ``` final int width = mGridView.getWidth(); final int height = mGridView.getHeight(); mGridWidth = width; mGridHeight = height; //default:120dp 360dp:96 480dp:100...