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
Post a Comment