22

I just started developing an android application. My question is: what is the maximum size of sharedpreferences in xml format that can be retrieved at once?

yadutaf
  • 6,840
  • 1
  • 37
  • 48
Mahendra Suthar
  • 237
  • 1
  • 2
  • 6

1 Answers1

19

logically there is no limit for sharedpreferences because it saved inside your app look at this answer i think its perfectly right

this

Community
  • 1
  • 1
Wesam Torman
  • 288
  • 2
  • 9
  • 1
    I want to know how much data can I read from sharedprefernce at a time. My data size is greater than 1Mb will it make any performance issue with the app. – Mahendra Suthar Apr 26 '14 at 13:25