第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

使用AsyncTask傳入圖片 報(bào)空指針錯(cuò)誤

使用AsyncTask傳入圖片 報(bào)空指針錯(cuò)誤

最喜歡妹妹了 2016-04-06 21:19:54
MainActivity?AppCompatActivity?{ ????(Bundle?savedInstanceState)?{ ????????.onCreate(savedInstanceState)setContentView(R.layout.)Image?a=Image()Image.MyAsyncTask?task=a.MyAsyncTask()task.execute()} ????(View?view)?{ ????????startActivity(Intent(Image.))} }<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" ? ?android:layout_width="match_parent" ? ?android:layout_height="match_parent" ? ?android:orientation="vertical"><Button ? ?android:onClick="loadimage" ? ?android:layout_width="match_parent" ? ?android:layout_height="wrap_content" ? ?android:text="loading image" ? ?/></LinearLayout>Image?Activity?{ ????ImageView?ProgressBar?String?=?(Bundle?savedInstanceState)?{ ????????.onCreate(savedInstanceState)setContentView(R.layout.)=?(ImageView)?findViewById(R.id.)=?(ProgressBar)?findViewById(R.id.)MyAsyncTask().execute()} ????MyAsyncTask?AsyncTask<StringVoidBitmap>?{ ????????()?{ ????????????.onPreExecute().setVisibility(View.)} ????????(Bitmap?bitmap)?{ ????????????.onPostExecute(bitmap).setVisibility(View.).setImageBitmap(bitmap)} ????????Bitmap?(String...?params)?{???String?url?=?params[]Bitmap?bitmap?=?URLConnection?connectionInputStream?is{ ????????????????connection?=?URL(url).openConnection()is?=?connection.getInputStream()BufferedInputStream?bis?=?BufferedInputStream(is)bitmap?=?BitmapFactory.(bis)is.close()bis.close()}?(IOException?e)?{ ????????????????e.printStackTrace()} ????????????bitmap} ????} }<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" ? ?android:layout_width="match_parent" ? ?android:layout_height="match_parent"> ? ?<ImageView ? ? ? ?android:id="@+id/image" ? ? ? ?android:layout_width="match_parent" ? ? ? ?android:layout_height="match_parent" /> ? ?<ProgressBar ? ? ? ?android:id="@+id/progressBar" ? ? ? ?android:layout_width="wrap_content" ? ? ? ?android:layout_height="wrap_content" ? ? ? ?android:layout_centerInParent="true" ? ? ? ?android:visibility="gone" /></RelativeLayout>activity都定義了
查看完整描述

1 回答

?
蜂之谷

TA貢獻(xiàn)564條經(jīng)驗(yàn) 獲得超863個(gè)贊

這代碼這么亂怎么看,錯(cuò)誤是空指針還不好找啊,自己看看吧

查看完整回答
反對 回復(fù) 2016-04-12
  • 1 回答
  • 0 關(guān)注
  • 1231 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號