AsymmetricGridView icon indicating copy to clipboard operation
AsymmetricGridView copied to clipboard

Add support for RecyclerView

Open felipecsl opened this issue 9 years ago • 20 comments

felipecsl avatar Mar 23 '15 07:03 felipecsl

Hi @felipecsl , any news for adding RecyclerView? Can I use RecyclerView in combination with AysmetricGridView? If yes, could you please so nice and provide an example? Thank you!

mbecker avatar Jun 17 '15 14:06 mbecker

not yet, but if enough people need it I might do it.

felipecsl avatar Jun 17 '15 18:06 felipecsl

+1

edwardfoux avatar Jul 06 '15 22:07 edwardfoux

I need this

supersume avatar Jul 31 '15 20:07 supersume

alright I'll work on this for the next version

felipecsl avatar Jul 31 '15 20:07 felipecsl

+1

mateusgrb avatar Oct 04 '15 02:10 mateusgrb

+1

felipe-silvestre-morais avatar Oct 15 '15 19:10 felipe-silvestre-morais

+1

Ivan018 avatar Oct 20 '15 14:10 Ivan018

This is currently in progress on master. You can check it out if you want, it's still very early stage though (pre-alpha), just use the 3.0.0-SNAPSHOT release

felipecsl avatar Oct 20 '15 17:10 felipecsl

Great! I was in your presentation iMasters Android Developer, by the way. Congratulations, good presentation.

felipe-silvestre-morais avatar Oct 21 '15 12:10 felipe-silvestre-morais

thanks :smile:

felipecsl avatar Oct 21 '15 18:10 felipecsl

:+1:

ahornerr avatar Oct 27 '15 15:10 ahornerr

Just found this. seems to be what I am looking for, but needs support for RecyclerView. How is this coming?

jamespet77 avatar Dec 14 '15 02:12 jamespet77

@linuxjet you can experiment with the current snapshot for version 3.0.0-SNAPSHOT if you want to give it a try, but it's still under development and pre-alpha state. I'll update this issue once it's more stable

felipecsl avatar Dec 14 '15 05:12 felipecsl

+1

Duna avatar Jun 22 '17 11:06 Duna

hi, am new to this lib... something has change in the last 2 years about the Recyclerview support?

Max01010101010101 avatar Aug 22 '17 16:08 Max01010101010101

Same question, may I ask is there any new progress on supporting Recyclerview? Thanks!

Serrust avatar May 24 '18 16:05 Serrust

Google solved it directly on android. Because of this the library should be marked as obsolete.

StaggeredGridLayoutManager staggeredGridLayoutManager = new StaggeredGridLayoutManager(3, LinearLayoutManager.VERTICAL);
        recyclerView.setLayoutManager(staggeredGridLayoutManager);

Duna avatar May 31 '18 20:05 Duna

I don't think StaggeredGridLayoutManager can have items spanning both multiple rows and columns. I'd be happy to deprecate this library if that's the case

felipecsl avatar Jun 01 '18 01:06 felipecsl

Yeah I need support for RecyclerView too!

premacck avatar Oct 29 '18 09:10 premacck