LOADING IMAGEM FROM INTERNET ;

agosto 17, 2018 doido 2.0 0 Comments

ImageView profile = (ImageView)v.findViewById(R.id.vdo_icon); if (profile != null) { Bitmap mIcon1 = BitmapFactory.decodeStream(url_value.openConnection().getInputStream()); profile.setImageBitmap(mIcon1); }

0 Comments: