I'm creating the 3 tabs dynamically based on example here http://developer.android.com/resources/tutorials/views/hello-tabwidget.html
the application works well except one issue. when I launch app and then click the Back Button then the app closes. I launched the app by clicking on the application icon. now I can see 6 tabs. each time I repeat this process, it keeps on adding 3 tabs. when ever I use Menu button instead of back Button then it doesn't add 3 tabs.
anything going wrong here, how can I fix it?
thanks