Register now or log in to join your professional community.
In Android, Both Shared Preference and Sql store Data in private Storage. Both have certain advantage over others. In Shared Preference, we can store data's like int,String,boolean. But in sqlite we can store any type of data's.