How can I make the Android keyboard appear?

If I click on a textbox, does the Android keyboard automatically appear or not?And if not how i can do this?

Usually, this is an automatic process for any active text box.

Create a text widget and export to an android device for testing if you can, there are console commands for forcing a keyboard if need be:

Android.NewKeyboard [0-2]

Thank you:)