i am developing the application which having 8 activities so should i use simple SQLiteOpenHelper class or do the database using ContentProvider.
I was read somewhere that Activity is seperate Application in android, is this true..
Thanks in advance...


