Dear Bechir

You can follow this sample by explicit call show soft keyboard (Ref.1)

InputMethodManager imm = (InputMethodManager)
    SearchActivity.this.getSystemService(Context.INPUT_METHOD_SERVICE);

if (imm != null){
    imm.toggleSoftInput(InputMethodManager.SHOW_FORCED,0);
}


Refereneces:
http://stackoverflow.com/questions/2712822/soft-keyboard-does-not-show-when-activity-starts

Regards,
DatNQ

On Fri, May 20, 2011 at 12:55 PM, bechir khmais <[email protected]>wrote:

> i'm a bigginer in android ,
> i want to show soft keybord when  i click on a Bouton image .
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to