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.
-
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
2 matches
Mail list logo