I'm developing simple application for collecting expenses. For now I keep data using SQLiteDatabase. I have 2 questions:
1) When I clear application data in Settings->Application then SQLite db is lost. Is there any way to keep data permanently on device even if application will be deleted ?
2) How about SQLite db capacity ? In case of my app, it should keep data from several months or years. Does sqlite db on android have any size restrictions ?