I am using android.database.sqlite.SQLiteProgram
and I am using bindAllArgsAsStrings(args)
function. Currently this is compatible only for API 11 and above. Is there any alternative to this function or any library that I can use to get around this limitation.
问问题
49 次