I was wondering if there was a way to validate in my app so text entered into a "Phone Number" section can only add numeric characters and adds a System.out.println if the user attempts to enter Alphabetical/Special characters. I've uploaded my code here: http://pastebin.com/jZ7Xgiq9 Since I'm not too sure how I'd implament it.
I was also wondering if there was a way to disable spaces being added?