I\'m new to Android programming and trying to wrap my head around this just to make myself clear about how things work.
When creating Sqlite databases in an Android
The DBs, Preferences, Cache Files, Temp Files all are stored in the location /data/data/app.package.name/ in Phone Memory.
When you uninstall your App, the whole Phone Memory folder for this app will be completely removed.