SyntaxFix
Write A Post
Hire A Developer
Questions
You can use the code below.
String strFilter = "_id=" + Id; ContentValues args = new ContentValues(); args.put(KEY_TITLE, title); myDB.update("titles", args, strFilter, null);