On Sun, Jul 18, 2010 at 10:22 PM, Emmen Farooq <[email protected]> wrote: > Kindly help me with the following scenario , > > I have activity A that is tab acitvity , I press a certain button and > go to B that is a simple activity , now on clicking a certain button > on B I should be allowed to go back to A but the app crashes , how > ever if i go from B to a normal activity ,it works perfectly well , > so the problem is in A being a tab activity , please help
Use adb logcat, DDMS, or the DDMS perspective in Eclipse to examine the Java stack trace associated with your crash. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 3.1 Available! -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

