I\'m planning Android app which extensively uses local DB. DB would contain approx 15 tables , properly normalized (FK, PK etc). 4 Main tables would have up to 1000 entries an
This official SQLite limits page contains many information that you might find interesting.
By the way, I don't think you are pushing SQLite to its limits 15 columns/ 1000 entries is not that huge!