EcoGallery icon indicating copy to clipboard operation
EcoGallery copied to clipboard

Replacement for Gallery widget in Android with View recycling.

Results 9 EcoGallery issues
Sort by recently updated
recently updated
newest added

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

Hi, wonderful library. I need to push up centering items while scrolling, proportionally to center distance. I'm searching for a method to override childrend drawing to do that, how can...

I have the EcoGallery working with my adapter and 20 items of data with my custom view (which is a large view, mainly an ImageView). They show and scroll great...

i have tried making a key listener and now i cant "swipe" between the images - what is the problem ? imageView.setOnClickListener(new View.OnClickListener() { public void onClick(View v) { ```...

is it possible to add carousel effect ?

When I use a selector like the following for gallery items I observe the following issue: Sometimes selected item gets highlighted (as it should) and immediately after that the highlighting...

Hello, I want to use the EcoGallery like a horizontal ListView with locking centre. My BaseAdapter holds a lot of Buttons which are match_parent in height and width. An OnClickListener...

I have some basic getView() code that is as follows: public View getView(int position, View convertView, ViewGroup viewGroup) { View v = inflater.inflate(R.layout.gallery_image_layout, null); ImageView i = (ImageView) v.findViewById(R.id.houseImage); i.setLayoutParams(new...