[android-developers] how to create a database?

2011-08-08 Thread Talluri Lakshmi Narayana
Hi i am new this group and also android-developing i have below code how to run this code to create a database import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; import android.util.Log; public class

Re: [android-developers] How to detect HTML tag?

2011-08-08 Thread Talluri Lakshmi Narayana
press ctrl+h, to replace all at a time On Tue, Aug 9, 2011 at 10:18 AM, ndiiie 90 rnd...@gmail.com wrote: Hi guys, how to replace in html tag? and replace it with proper character? For example, if I detect amp, it will be replaced by .. Must i do it one by one? Or is there any easier way