I implemented my first application using Xamarin Studio (Mono for Android). This application stores some data in SQLite db, which works fine on Sony Tablet S.
My question is: is there a way to get the db file and see, for example, its size?
I looked at the next path
/data/data/My-Application-Package-Name/databases/My-database-name
but it does not seem to exist.
Thanks for any help!
source share