アクティビティのビットマップがあり、そのビットマップをExpandableListViewのグループ内のImageViewに設定したいとします。
どうすればいいですか?ExpandableListViewグループ内のImageViewでイメージを動的に設定するにはどうすればいいですか?
Bitmap bitmap = BitmapFactory.decodeStream(getContentResolver().openInputStream(uri)); (Expandablelistview.imageview).setImageBitmap(bitmap);
私のExpandableListViewの特定のグループが必要です。そこにImageViewを設定してください。
アクティビティでこのビュー参照が必要です。
すぐにお手伝いください。私はこれのために何をしなければならないのですか? –
yourimageView.setImageBitmap(yourbitmap)を使用します。 – PriyankaChauhan
[Android Set bitmap to Imageview](http://stackoverflow.com/questions/15323844/android-set-bitmap-to-imageview) – 476rick