tags:

views:

21

answers:

1

The integers pass successfully but string is failed. What's the problem?

Result: http://img580.imageshack.us/img580/2079/app2v.jpg

A: 

You are passing the EditText.toString() but as Pentium10 said, you have to call getText()

fedj