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?
Asked
Active
Viewed 2.0k times
22

yadutaf
- 6,840
- 1
- 37
- 48

Mahendra Suthar
- 237
- 1
- 2
- 6
1 Answers
19
logically there is no limit for sharedpreferences because it saved inside your app look at this answer i think its perfectly right

Community
- 1
- 1

Wesam Torman
- 288
- 2
- 9
-
1I 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