Horizontal Listview Not Working from github
问题 I am using a GitHub library to make a horizontal scrollview of bitmaps but this is not working (aslo tried it for textviews). The basic code in this library I used is this. This is the custom Arrayadapter I am using: public class CustomArrayAdapterForalbumart extends ArrayAdapter<AlbumArtclass> { private LayoutInflater mInflater; private Context mContext=null; private List<AlbumArtclass> data=new Vector<AlbumArtclass>(); public CustomArrayAdapterForalbumart(Context context, List<AlbumArtclass