wpinfotech / fullscreen-photo-caller-id

Automatically exported from code.google.com/p/fullscreen-photo-caller-id
0 stars 0 forks source link

Speed up the auto complete box linking. #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. This can be done by having a variable set with the contacts to link with the 
auto complete. This can be used always. 
       Then, we can provide an refrsh, when we will refresh the contacts variable.
2.
3.

To think: How to do this? What memory to be used ?  A Database? or a shared 
preference or a text file. 

Please use labels and text to provide additional information.

Original issue reported on code.google.com by naveen.cse.csg on 29 Feb 2012 at 7:06

GoogleCodeExporter commented 9 years ago
Now, this can be done by storing the arrayList in the Shared Preferences.
Check the following links for implementing it..
http://stackoverflow.com/questions/3876680/is-it-possible-to-add-an-array-or-obj
ect-to-sharedpreferences-on-android
http://stackoverflow.com/questions/5693646/android-array-from-shared-preferences
http://stackoverflow.com/questions/7057845/save-arraylist-to-sharedpreferences

Original comment by naveen.cse.csg on 13 Mar 2012 at 6:56