I'm pretty new to android can some one give me a better idea which one is a better way to save 2 edit texts on activity 1 and 24 edit texts on activity 2.
i need to save it with date / time stamp and be able to open by linking with onClick of a button.
what is the best option: shared preferences, sql db or file?
Please help me out here.