Beispiel #1
0
 public TravelAdapter(List<TravelBean.DataEntity.ListEntity2> list, Context context) {
   this.list = list;
   this.context = context;
   bitmapUtils = new BitmapUtils(context);
   imageLoader = VolleyHepler.getInstance().getImageLoader();
   imageLoader2 = com.nostra13.universalimageloader.core.ImageLoader.getInstance();
 }
Beispiel #2
0
 public HomeTrackAdapter(List<HomeBean.DataEntity.TrackEntity> list, Context context) {
   this.list = list;
   this.context = context;
   bitmapUtils = new BitmapUtils(context);
   imageLoader = ImageLoader.getInstance();
   imageLoader2 = VolleyHepler.getInstance().getImageLoader();
 }