> Stack traces generally help. The debugger helps even more!
It is clear that you haven't even tried to use the debugger, because otherwise you would be sure whether or not your problem is in onAnimationStart or onAnimationEnd. (Though it should be obvious that it's not -- because they have no code whatsoever!) Really, the absolute, most helpful advice I can give you is: Don't post questions asking for help, until you've tried to debug them yourself. You won't learn if you don't, and you'll waste a whole lot of your time, and thousands of readers -- because you won't even be able to ask the right question. So learn how to use the debugger. How to set breakpoints, including breakpoints on exceptions, how to step through the code, how to examine your program's data. You could probably even learn to use the debugger, and find the problem yourself, in LESS time than it would take to ask the group and get an answer. On Jan 4, 11:03 am, TreKing <[email protected]> wrote: > On Wed, Dec 29, 2010 at 1:27 PM, Adonis <[email protected]> wrote: > > my app force closes after the SplashActivity ends. > > Stack traces generally help. > > --------------------------------------------------------------------------- > ---------------------- > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago > transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

