Hello,

I 'm on Eclipse Android Project Java

I m developing a Quiz Apps  and I need to  << highlight in bold and
Red  >> a particular world
in a string stored in Database file SQL.XLM

Fore example:

 I would like to highlight the  " is"     in this string ( the House <
is > red ) stored in a Databse file SQL.XML

sql File SQL.XML

<sql>
<statement>
CREATE TABLE IF NOT EXISTS quiz_tips  (_id INTEGER PRIMARY KEY
AUTOINCREMENT, tips_1 VARCHAR(50),)

<statement>INSERT INTO quiz_tips VALUES(14,' the House <is> red ')</
statement>
</sql>

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