sqlite - SQLiteDatabse and ContentProvider in android -


i want create application's own call logs. how use sqlitedatabase or/and contentprovider in application store , retrieve call log information. confused in sqlitedatabese , in contentprovider. please me. confused , stuck here.

thanks in advance. appreciated.

you need implement sqliteopenhelper , create databases sql storing log.

then use instance open(), getwritabledatabase() write to, , remember close() after operations.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -