1 مستودع
Implementations utilizing Android content resolver protocols for inter-process data exchange.
Distinct from Runtime Data Exchange: Specifically utilizes the Android ContentResolver for sharing bitmaps and metadata, which is distinct from generic runtime data exchange.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Content Resolver Integrations. Refine with filters or upvote what's useful.
Muzei is an Android live wallpaper engine and background manager used to rotate high-quality artwork and personal photos as a dynamic device background. It functions as a system for cycling through curated image collections while utilizing content resolver protocols to manage wallpaper bitmaps and metadata. The project includes an image provider framework that provides a standardized interface for external applications to stream images into the wallpaper rotation. This allows for the integration of third-party image services and custom wallpaper sources through a common communication contract
Uses Android content resolver protocols to share image bitmaps and metadata between the engine and providers.