-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using adapters #14
Comments
The quiltviews base view is a GridLayout which is not a view a that recycles it's children naturally so you need to be careful how many patches (or children) you add to it. I found that over 100 patches got to be iffy with out of memory errors. I hope to add recycling to it soon time allowing. — On Wed, Nov 6, 2013 at 7:04 AM, winsonlim [email protected]
|
I see.. It must be my huge bitmaps hogging the memory then. Looking forward Also, thanks for sharing this library, it really aided me well in my
|
i using Quiltview Demo . i have error in line code : setContentView(R.layout.activity_main); @OverRide
i think error in in file activity_man.xml :
What is problem ? |
I change
to
and my items appear \ o / |
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 I print log, getView in the adapter gets called though..
The text was updated successfully, but these errors were encountered: