I've seen many apps that display the soft keyboard when the app puts focus on an entry field and the keyboard displays a "Next" button in it to jump to the next entry field and on the last entry field it displays "Done" to close the keyboard.
This will happen automatically when there are several EditTexts. You can force the last one to show the done button by setting the ForceDone property to true.