@Override
protected void onPostExecute(Bitmap result) {
super.onPostExecute(result);
imageView.setImageBitmap(result);
}
報錯了 顯示result是空指針異常 誰給解釋下
protected void onPostExecute(Bitmap result) {
super.onPostExecute(result);
imageView.setImageBitmap(result);
}
報錯了 顯示result是空指針異常 誰給解釋下
2015-08-28
徐老師講的真的是太好了,循序漸進(jìn),我希望老師能多出視頻,大家都等著,看了幾個老師的,覺得老師講課風(fēng)趣幽默,聲音鏗鏘有力,真的是太喜歡了
2015-08-24