Hi,
I want to create an app that requires reading/updating data. I wish to know which method suits the best i.e. store in phone, external storage or using SQLite.
Basically, I need to store 3 different values which the value will be update regularly. I am thinking of creating a text file consist of either 3 lines or 1 line comma so that I can use array to split.
Example > Data1, Data2, Data3
However, I am not sure whether is this the best practice? Please advise.
Thanks
I want to create an app that requires reading/updating data. I wish to know which method suits the best i.e. store in phone, external storage or using SQLite.
Basically, I need to store 3 different values which the value will be update regularly. I am thinking of creating a text file consist of either 3 lines or 1 line comma so that I can use array to split.
Example > Data1, Data2, Data3
However, I am not sure whether is this the best practice? Please advise.
Thanks