Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

I would like to make a suggestion #17

Closed
ghost opened this issue Jun 16, 2017 · 1 comment
Closed

I would like to make a suggestion #17

ghost opened this issue Jun 16, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Jun 16, 2017

1.

/**

  • Denotes that the item is lies in the middle of the grid
    */
    int POSITION_RIGHT = 4;

/**

  • Denotes that the item is lies in the right edge of the grid
    */
    int POSITION_BOTTOM = 8;

/**

  • Denotes that the item is lies in the bottom edge of the grid
    */
    int POSITION_MIDDLE = 0;

why the POSITION_RIGHT ‘s note is rigth ?
this is a accident mistake or this have other meaning?

2.

Can you provide a demo about in a RecyclerView with Grid hava different item and different SpanCount ?
I have read ComplexListActivity ,but This is not what I want。
https://github.com/DevAhamed/MultiViewAdapter/wiki/Grid-Adapter about specific demo!

Best blessing!
thank you very much!

@DevAhamed
Copy link
Owner

Fixed the documentation issue

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant