[android-beginners] Re: Source codes

2008-11-07 Thread Brad A
I had that problem as well. Create a new project and point to existing source code. After project is created I had to edit the .project file to add the Android natures. Here's the important part from my project file: com.android.ide.eclipse.adt.ResourceM

[android-beginners] Re: Please Help Me

2008-11-07 Thread Brad A
Here's how I did it... {other code}... try{ Bitmap offerImage = getRemoteImage(new URL(offer.getImageUrl())); mOfferImageView.setImageBitmap(offerImage); }catch(MalformedURLException ex){ } } publi