QuiltViewLibrary
QuiltViewLibrary copied to clipboard
Android Quilt View Library
Is it possible to answer clicks on different windows in QuiltView ? Thanks.
`setupVertical()` and `setupHorizontal()` methods on `QuiltViewBase` class, call `setColumnCount(int)` and `setRowCount(int)` passing -1 as undefined value, this makes GridLayout throw an `IllegalArgumentException`. Instead, these methods should pass `UNDEFINED` constant as...
04-08 12:35:23.902: E/AndroidRuntime(3552): FATAL EXCEPTION: main 04-08 12:35:23.902: E/AndroidRuntime(3552): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.jake.quiltviewsample/com.jake.quiltviewsample.MainActivity2}: android.view.InflateException: Binary XML file line #8: Error inflating class com.jake.quiltview.QuiltView 04-08 12:35:23.902: E/AndroidRuntime(3552): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2180)...
I am using a SwipeRefreshLayout wrapping the QuiltView. But I did not find an API to re-bind the views. If I use removeAllViews() for the ViewGroup class, and add views...
Then just execute `mvn clean package` to generate the apk under the target directory. Need extra dependency to the compatibility-v7-gridlayout library, to have this dependency in your repository, use the...
Does this supports recycling of views?
Hi, how do we use .setAdapter to load the quiltview? The normal addPatchViews is giving me oom error.. When I set an array adapter, the quiltview doesn't get loaded. When...
the grid have empty patches after I loaded several images. What I need to do is arrange different sized images into a fixed rectangular grid without having any empty patches
How do you set up the gridlayout_v7 dependency in Android Studio in a gradle project?