I am created app for loan survey. In each survey 80 to 90 questions have been displayed. the questions is displayed one by one when he press next button. the views r created programatically and after submitting each question i have removed that views and create another views.
It works fine, but my problem is, when i am in 30 to 40 th question suddenly my activity closes and redirect to previous activity. Even it is not executing onPause method also. I dont know what is the problem. There is no app crash also. i don't no whether it caused due to memory error or any other. Please anyone suggest me how to solve it.
Thanks in advance
Here is how close I could reach using combination of my answer of rotation of image around itself and this post of moving image in a circular path
MyAnimation.java
Hope this helps.