Auto rotation too fast to close my activity
When I rotate App then on create then it call web service which load data from server using Async Task. But when I rotate too fast then it close my activity.
I think if rotation angle is increased then problem become solved... I want to rotate only some specific angle in landscape and portrait. Because small angel on rotation can cause on create call again and again.