hamedhemmati

Results 5 comments of hamedhemmati

Also it looks like the columnization breaks if the visible width is not at least 1.5 times the column width. Is this by design?

Thanks changing it from math.round to math.floor solved the empty column issue. I still have an issue with smaller monitor sizes though. I use the columnizer to create columns and...

Actually it looks like changing it from math.round to math.floor makes the required width twice the column width rather than 1.5 times. Is there any way to get around the...

I had to add maven { url "https://jcenter.bintray.com" } to allprojects repositories in the build.gradle for it to build properly.

I have also encountered this issue. I use the pull to refresh of Flatlist with a callback which sets the refresh to true and remounts the ``. The first time...