On Wed, Dec 18, 2013 at 5:15 AM, sanarmal <[email protected]> wrote:

> How to assign background to string(tag) which is in EditText(or border to
> that string).


Take a look at Spannable and related classes.


> On clicking backspace change background color of last tag(may be i have
> two tag like "android", "Droid" then it will change color of "Droid" and
> clicking again backspace remove "Droid").


Spannable, again, for the backround. And some custom logic for you to
implement for the tracking of the backspace logic.

-------------------------------------------------------------------------------------------------
TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
transit tracking app for Android-powered devices

-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to