What is the best way for storing Path values persistenly? Between the options mentioned here, I would say the best option would be SharedPreferences. But can I also store some like a Path on SQLite Databases?(I feel I can't,because databases don't have any value type for anything like Path). But, on the other hand,is there any limitation(mostly memory related) to storing data with SharedPreferences?
I'm stuck in this problem very badly. Kindly help. Any suggestion is also most welcome.Also, any form code would also be appreciated. Though, a guidance should be enough.
Another problem related to this is, Path values generated on my emulator will be different on the mobiles that the application will run on(screen size difference,and hence the issue). How should I go about tackling this??