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 ?
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());
- either restrict input in edittext numbers only.
- or, handle number format exception gracefully appropriate error message!
Comments
Post a Comment