Run time errors in eclipse android application [unfortunately application has stopped] -


i facing issue in app ,when click button inside app gives error

(unfortunately application has stopped),

and these problems in logcat :

please me out ,what issue ?

http://i.stack.imgur.com/p7xoa.png

http://i.stack.imgur.com/wgk8v.png

i solved , thnx guys

you have edittext accepts inputs other numbers also. assume trying convert value in edittext integer using

integer.parseint ((string) edittext.gettext()); 
  1. either restrict input in edittext numbers only.
  2. or, handle number format exception gracefully appropriate error message!

Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -