2 مستودعات
Implementing standardized system interfaces to expose local files and folders to other applications.
Distinct from File Pickers: Focuses on being a 'provider' for other apps, not just a 'picker' for the current app.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · File Provider Implementations. Refine with filters or upvote what's useful.
This repository is a comprehensive collection of reference implementations and sample libraries for the Universal Windows Platform. It provides practical examples of how to use Windows Runtime APIs to build cross-device applications, including detailed guidance on XAML-based declarative user interfaces and DirectX-integrated rendering. The project distinguishes itself by providing a wide array of hardware integration suites, covering low-level communication with USB, Serial, I2C, SPI, and GPIO peripherals. It includes specialized implementations for mixed reality holographic rendering, advanc
Exposes files and folders to other applications by implementing standardized system picker and provider interfaces.
Nextcloud Android is the official mobile client for synchronizing files and folders with a self-hosted Nextcloud server. It uses the WebDAV protocol and Android WorkManager to keep local and remote copies identical, supporting background sync, metadata caching, and multi-account management. The app enables remote file management directly from an Android device, including browsing, uploading, deleting, and organizing files. It provides secure offline access to cached content, generates share links for files and folders, and integrates with Android’s share intent system. Authentication tokens a
Exposes locally cached files through Android’s ContentProvider for access by other applications.