Re: [android-developers] Gallery Sources URL

2012-02-03 Thread TreKing
On Wed, Feb 1, 2012 at 5:01 AM, M0n5terbunny wrote: > where would i put the urls ? http://developer.android.com/resources/tutorials/views/hello-gallery.html Look at getView(). See where they set the Image resource. Then replace the hardcoded images with images from your URLs. -

[android-developers] Gallery Sources URL

2012-02-03 Thread M0n5terbunny
Hi im fairly new to this im trying to use image urls as sources for my gallery pictures but im having difficulty finding how this works, this is the code so far. public class ImageAdapter extends BaseAdapter { private static final int ITEM_WIDTH = 232; private static final in