Basically I have an array of image url's those I use to get images from.
private String[] mBitmapStrings={"http://server/image1.png",
"http://server/image2.png"};
then I get a Drawable object and set the image to this,
Drawable d = new BitmapDrawable(mBitmapStrings[index]);
I am somewhere bound to use `id` as I am using a custom view. How can I use
android query in this case.
Original issue reported on code.google.com by pku...@digiraatis.com on 3 May 2013 at 7:18
Original issue reported on code.google.com by
pku...@digiraatis.com
on 3 May 2013 at 7:18