android - set 2 characters as one -


i have textview(bt) containing 2 strings..

bt.settext("\u06ad" + ":"); 

i want consider 2 strings 1 , when hit delete button, both should clear. how can that?

thanks lot.

bt.settext(""); 

or meaning?:)


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -