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 int ITEM_HEIGHT = 150;

        private final int mGalleryItemBackground;
        private final Context mContext;

        private final Integer[] mImageIds = {
                R.drawable.pic1,
                R.drawable.pic2,
                R.drawable.pic3,


        };

where would i put the urls ?

regards

me

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to