Top "Storage" questions

Details on how data is being kept in memory/on disks, most frequently being applied to databases, media banks and backup-recovery solutions.

Query Available iOS Disk Space with Swift

I'm trying to get the available iOS device storage using Swift. I found this function here func deviceRemainingFreeSpaceInBytes() -> …

ios swift storage
OAuth: Storing Access Token and Secret

We have a number of clients that use our API to power their websites. I have started a conversation at …

php oauth storage access-token
PHP: Measure size in kilobytes of a object/array?

What's an appropriate way of measure a PHP objects actual size in bytes/kilobytes? Reason for asking: I am utilizing …

php caching size memcached storage
Can session storage be safe?

I would like to use session storage to query user data in the database only once and then simply use …

javascript session html storage xss
Android Studio [Install_Failed_Insufficient_Storage]

I have a problem with installing an apk of my app on my phone from Android Studio. Every time i …

android android-studio adb storage failed-installation
Taking screenshot programmatically doesnt capture the contents of surfaceVIew

I have an app that I want to be able to capture a screenshot. The background of the layout is …

android camera storage screenshot surfaceview
chrome.storage set\get clarification

I want to save information in my extenstion. I use Chrome.storage.sync to do that, however when I read …

javascript google-chrome google-chrome-extension storage google-chrome-storage
Android SharedPreferences limitations?

I developed a game on Android. I am currently saving most of the game stats in a Database. However the …

android database storage sharedpreferences
where is internal storage, phone storage and external storage

Here is the files tree of my phone: I've learnt that storage on Android OS is usually broken down into: …

android storage android-sdcard internal-storage
Making sense of Postgres row sizes

I got a large (>100M rows) Postgres table with structure {integer, integer, integer, timestamp without time zone}. I expected …

postgresql database-design types storage