Android, Mobility

Shared Preferences in Android

Shared Preferences in Android Android Prefereces provide a way to store user and application data in device. It stores primitive data including String objects in key-value pairs. There are several ways to store data in android: Preferences(Shared and User): Store private primitive data in key-value pairs. Internal Storage: ...

by Akhilesh Dubey
Tag: Local Storage
04-Aug-2015

Technology

Local Storage (html5)

HTML5 storage provides a way for websites to store information on your computer and retrieve it later. The concept is similar to cookies, but cookies do not store larger quantities of data. Cookies are limited in size, and your browser sends a request to the web server every time a new request is initiated (which takes extra time and...

by Umar
Tag: Local Storage
14-Dec-2010