[android-developers] Re: How to handle unicode expression included in String

2012-03-24 Thread Jaden Pak
= Html.fromHtml(orignalString); String changedString = spanned.toString(); return changedString; } On Mar 23, 2:53 pm, Jaden Pak wrote: > When I received RSS content from a News source, I found that there are > some unicode expressions in the String. >

[android-developers] How to handle unicode expression included in String

2012-03-23 Thread Jaden Pak
When I received RSS content from a News source, I found that there are some unicode expressions in the String. The format of expression is like "&#nn;" "Result announced "New products are ..."" Because there is no problem like this from all other the news sources, I think this is not the common

[android-developers] Re: User dictionary in Settings

2011-05-21 Thread Jaden Pak
ders if you are not familiar > with them. > However, remember that the UserDictionary is not just used by your > app, so be careful what you do with it! > > - Brill > > On May 19, 9:22 am, Jaden Pak wrote: > > > > > > > > > Hi, all! > > > I&#x

[android-developers] User dictionary in Settings

2011-05-19 Thread Jaden Pak
Hi, all! I'm developing some test codes for Android Settings(native app). But I have some difficulties finding out what the real SQLite table is for User dictionary words. Does anyone have an idea about this? In UserDictionary.java (which seems to be a provider class), I can see only addWord() m