How to limit the text in numbers only from 0-59 in Edit Text in Android?
问题 I have an Edit Text in which the number can only between 0-59 , No other numbers will be typed in that Edit Text , I tried text-watcher but did not get success. Any idea? 12-26 14:59:39.715: E/AndroidRuntime(19494): FATAL EXCEPTION: main 12-26 14:59:39.715: E/AndroidRuntime(19494): java.lang.StackOverflowError 12-26 14:59:39.715: E/AndroidRuntime(19494): at android.view.ViewGroup.findViewTraversal(ViewGroup.java:2765) 12-26 14:59:39.715: E/AndroidRuntime(19494): at android.view.View