Im storing users location in Arraylist now I want after the click on finish button to store the two ArrayList lat ,ArrayLis lng into SharedPreferences the later to display the data .
Is it possible to do this with Sharedpreferences or is it better to use Sqlite ?
Thanks !