But aren't many single-user apps still multi-platform? For example as an Android application but also as a web app the user might access from his desktop device?
But aren't many single-user apps still multi-platform? For example as an Android application but also as a web app the user might access from his desktop device?
Ye that's fine because same user access wont be concurrent. We're avoiding data corruption or the need to take out an expensive and broad write lock.