Julian Villella

Results 20 comments of Julian Villella

Thank you! 🙇 Would you be able to share some of your pre-trained models as well?

If it's not too much trouble it would be very helpful. I am using it in a project of mine.

Great, thank you @ksoichiro!

Just add, ``` ... git+https://github.com/ozgur/python-firebase ``` to your requirements.txt for now.

Hey @eneim, `findLastVisibleItemPosition()` was added in #14. Let me know if it is working for you.

The xml layout above, is that what you are using as recycler view items? If so, is this a duplicate of this https://github.com/500px/greedo-layout-for-android/issues/16?

Hey guys, nice discussion. Wanted to add a few words. In #14 I've implemented header support which is something we needed internally. Adding section support is probably pushing it in...

Hey @alashow. I'm not entirely sure if I understand your question. Is it that you want to have the layout take the total available height? In other words, have an...

@alashow not currently unfortunately! This could be a useful feature to add though.

I'm not understanding the problem. `setMaxRowHeight(int)` isn't working for you? What is the current behaviour? How/where are you calling it? A code snippet and/or screenshot may also help.