[android-developers] Re: Image Button?

2008-08-20 Thread cyntacks
Hi Hackbod, Thanks for that. Sometimes I make this stuff seem harder than it is! I think XML is the way to go, coming from a J2EE background I like the MVC style a bit better. But either way works, thanks again to both of you. Kevin On Aug 20, 6:44 pm, hackbod [EMAIL PROTECTED] wrote: This

[android-developers] Re: Image not correctly viewed

2008-04-04 Thread xingye
// ImageView iv = (ImageView)convertView.findViewById(R.id.image); // iv.setImageResource(R.drawable.badge); // Uri uri = Uri.parse(http://www.yexing.org/image.axd? picture=browse.png); // iv.setImageURI(uri); //

<    1   2   3