1 repositorio
Layers that integrate both API client and database operations into a single abstraction for messaging applications.
Distinct from Database Interaction Layers: Distinct from Database Interaction Layers: covers layers that combine API client and local storage operations, not just database CRUD.
Explore 1 awesome GitHub repository matching data & databases · API-Driven Data Layers. Refine with filters or upvote what's useful.
Telegram-X is an open-source Telegram client for Android that prioritizes low-latency message delivery and smooth interface animations. It renders the entire user interface using hardware-accelerated OpenGL canvas drawing instead of standard Android views, and relies on the Telegram Database Library (TDLib) for all API interactions and local database storage. The client distinguishes itself through compile-time feature toggles that allow experimental capabilities to be enabled or disabled before building, a guest session sandbox that isolates temporary user data in ephemeral storage, and a pl
Handles all Telegram API interactions and local database storage through a standalone, cross-platform C++ library.