Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Welcome to the Power Users community on Codidact!

Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.

Native Folder Synchronization on Android

+2
−3

What technically (or contractually) prevents cloud storage providers from implementing native support for folder synchronization in their Android apps?

History
Why does this post require attention from curators or moderators?
You might want to add some details to your flag.
Why should this post be closed?

1 comment thread

Too generic (2 comments)

1 answer

+1
−1

Nothing prevents it, and many services do it. For example, Nextcloud's client can synchronize folders.

Some reasons that could be making it less common are:

  • Phones are sometimes thought of a device where bandwidth is cheaper than storage, and you can assume connectivity almost all the time. So instead of syncing local files and using up space, it's assumed that users would rather do on-demand sync with some kind of caching mechanism.
  • Android phones have more involved filesystem management. Not every directory is as easily writable/usable by default.
  • Android UX seems to be pushing a paradigm where filesystems are abstracted away and there is no notion of hierarchical folder trees. There's probably a good number of android users who don't even know what folders are let alone understand the point of synchronizing.
History
Why does this post require attention from curators or moderators?
You might want to add some details to your flag.

0 comment threads

Sign up to answer this question »