On Wed, Jun 23, 2010 at 1:28 PM, Varun Khanduja <[email protected]> wrote: > I am trying to make a small To do list application. The application > keeps crashing on and saying, the application closed and please try > again. The message also has force close option. > > Here is the code, does anyone has an idea what's wrong?
Use adb logcat, DDMS, or the DDMS perspective in Eclipse to examine the Java stack trace associated with your crash, so you can see where in your code the problem occurs. -- 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 *Advanced* Android Development_ Version 1.6 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

