Yes you can use it try this :
EditText editText;
editText = (EditText)findViewById(R.id.editText);
editText.addTextChangedListener(this);

so you get

@Override
public void afterTextChanged(Editable s) 
{
}
@Override
public void beforeTextChanged(CharSequence s, int start, int count, int 
after) 
{
}
       @Override
public void onTextChanged(CharSequence s, int start, int before, int count) 
{
        }

On Friday, 31 August 2012 13:21:42 UTC+5:30, sravanthi dadu wrote:
>
> hey...
> is there any way to give a condition using the softkeyboard  that when we 
> enter in edittext ..
> please help me..
>
>
> Thanks
> Sravanthi
>

On Friday, 31 August 2012 13:25:40 UTC+5:30, sravanthi dadu wrote:
>
>
> hey any one please help me  regarding this...
> how to display toast message  when we enter keyevent.Keycode_0 through 
> softkeyboard into the edittext..
> Thanks,
> Sravanthi.
>

-- 
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