Can somebody explain why the onCreate() and onCreateView() are being invoked so many times which increments with each orientation change?
onCreate()
onCreateView()
Here
main class should extend FragmentActivity and not Activity.
also look up Activity life cycle on the android doc