Hello,
After to implement this controller I have encountered an error produced when selecting the images from the carousel.
The exception occurs when I tap on the images of carousel and, depending on device and memory, after a specified number of touches, the application closes. A PDA with little RAM memory only holds 4 selections, a mobile with a little more RAM holds up to 10.
The message error is this:
Java.Lang.OutOfMemoryError: 'Failed to allocate a 9437196 byte allocation with 3311248 free bytes and 3MB until OOM'
Finding on and consulting forums I tried to add android:largeHeap="true" on my AndroidManifest.xml but this didn't work much (the application went from supporting 2 touches to 4).
Has this happened to anyone before? Do you have any idea how to solve this problem?
Thank you