Curl animation(like open page of book) in android
I am developing an app which include many images(hd) and these images will shown in next/previous by swapping screen left/right respectively. Changing of images should be like opening book pages(curl animation http://www.youtube.com/watch?v=_vOYvaNhSHw) and also on every page, i have to play different audio files on touching different parts of screens . I have googled and found many solutions for it but these are not working and showing memory out of bound exception. These urls are
In all above links either memory issue or curl animation is worst, So i can't get help from them.
Please help me to stuck out from these issue. It would be appreciated.
can you add below option in manifest. In my case this help me when I have large bitmap
and OutOfMemoryError
android:hardwareAccelerated="true"
android:largeHeap="true"
android:icon="@drawable/ic_launcher_android"
android:label="@string/app_name"
android:theme="@style/AppTheme"
链接地址: http://www.djcxy.com/p/87150.html