by AndroidMafia » Tue Sep 21, 2010 11:56 am
Is there anyway you can typecast or convert the EditText input into a string? I'm trying to write a simple is palindrome app for android. In java I just had it cut the string in half, compare each half, then return true or false. If it returned true it would print "Yes, it is a palindrome"