Giter Site home page Giter Site logo

Comments (5)

JVillella avatar JVillella commented on May 18, 2024

The LinearLayoutManager can do this using setAutoMeasureEnabled(...). Please see http://android-developers.blogspot.ca/2016/02/android-support-library-232.html. This feature came out last week, so you are in luck! 😄

from greedo-layout-for-android.

eshkoliGilad avatar eshkoliGilad commented on May 18, 2024

I'm also interested in building a FlowLayout-kind LayoutManager and it looks actually as something that I can use.

I'm getting all bitmaps I need to show in a list and I have the height and width of them all.

How is this library fill the gaps if there are any ? Does it make available items fit in a row same height for all and adjust only the width ?

from greedo-layout-for-android.

JVillella avatar JVillella commented on May 18, 2024

In the library there is a GreedoSpacingItemDecoration that you can use to specify the spacing between items.

By how the algorithm works, the height is variable as well. The only constraint you can set is the max row height via setMaxRowHeight(...). Hope that helps!

from greedo-layout-for-android.

AngleV avatar AngleV commented on May 18, 2024

@JVillella
Yes i know about the new feature setAutoMeasureEnabled. However i got a small issue. if user flings i got some small jumps and i have spent days to figure out why but no luck :(

from greedo-layout-for-android.

JVillella avatar JVillella commented on May 18, 2024

I see. In terms of achieving that functionality with Greedo, if you abuse the AspectRatio, and the scale type of the ImageView, you may be able to pull something off.

from greedo-layout-for-android.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.