Open felipecsl opened 9 years ago
not yet, but if enough people need it I might do it.
+1
I need this
alright I'll work on this for the next version
+1
+1
+1
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
Great! I was in your presentation iMasters Android Developer, by the way. Congratulations, good presentation.
thanks :smile:
:+1:
Just found this. seems to be what I am looking for, but needs support for RecyclerView. How is this coming?
@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
+1
hi, am new to this lib... something has change in the last 2 years about the Recyclerview support?
Same question, may I ask is there any new progress on supporting Recyclerview? Thanks!
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);
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
Yeah I need support for RecyclerView too!
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!