In my RSS reader project I need nice Grid for different sized items(that contain image and text).
I searched for solutions to make a Staggered Grid in Android and came across with AndroidStaggeredGrid library by Etsy. I am using Eclipse but library was done for Gradle.
I want to use this library in my Android project. I already tried to follow this answer but couldn't succeed. How can I import this library to my Android project.