Storage management on Android devices is becoming more challenging as apps increase in size but phone storage capacities shrink. The researchers propose S3CA (Single Shareable Storage for Common developer Apps), a virtual storage that collects redundant data shared between apps to reduce overall storage usage. By sharing common external libraries and data through S3CA, developers can optimize storage on devices while maintaining independent apps.
1 of 9
Download to read offline
More Related Content
Optimization Of Storage Management In Android - S3CA
8. BENEFITS
? Reduction in the usage of phone memory.
? Reduces the size of app after expansion.
? Can applied at code level easily as a service.
? No external service or utility needed.
? Common external libraries can be managed
easily in-between apps.