Hi friend,
                SetOnclick llistener on ur All EditText  and and over ride 
onclick listener. 
 for your custom key board show your keyboard in dialogbox like this

 new Dialogcustomkeyboard(RtowRoutineActivity.this){
String str ="";
  @Override
 public void onClick(View v) {  
  if(v == a){
str  +="a";
                                                    }
                                                    
..................................
                   edit.setText(str);    
                              
}
}.show;
 



On Friday, 3 August 2012 11:29:54 UTC+5:30, Reddy wrote:
>
> Hi All,
>
> I have created a custom keyboard for my application by taking the 
> SoftKeyBoard sample example as the reference.
> How can i use that custom keyboard in my application.
>
> Requirement is like, when the application launches, i have use only my 
> custom keyboard.
> Please suggest me if anyone is having idea on this. Thanks in advance.
>
> Regards,
> Murali
>

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

Reply via email to