I am planning to write an Android
application where I'll use its SQLite
database. I was wondering what should be my limit to the number of rows
I can store. Should I be having a limit?
If that limit is crossed, whats the best strategy to handle that situation provided that I need to keep them and not delete
them!