Android SQLite read while writing -
it's possible read data when database open through databasehelper , there process writting it? minimum api application 7.
basically writing or reading taking micro-seconds. don't have worry doing concurrent tasks because android operating system , has defined processes handle these type situations.
if providing explicit lock on database wouldn't effect select query. yes! if trying write while write operation going have problem. select queries doesn't create problem.
Comments
Post a Comment