Picture URLs for gallery sources Android -
Picture URLs for gallery sources Android -
hi im new im trying utilize image urls sources gallery pictures im having difficulty finding how works, code 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 set urls ?
if url's web, there work done. fortunately, there many libraries offering imageview
implementations handle these scenarios.
check out loopj's smartimageview
also greendroid more robust ui-builder implementation.
android android-gallery
Comments
Post a Comment