7 रिपॉजिटरी
Practical examples of implementing local storage using key-value stores and relational databases.
Distinct from Data Persistence: Distinct from Data Persistence: focuses on the concrete implementation of local storage on-device rather than general data modeling.
Explore 7 awesome GitHub repositories matching data & databases · Local Persistence Implementations. Refine with filters or upvote what's useful.
This project is a collection of reference implementations and sample applications for Flutter. It provides practical examples covering API integration, user authentication, data persistence, and a gallery of UI patterns. The repository distinguishes itself by offering a wide array of functional demos, including implementations for Google and email-based identity verification, cloud database synchronization, and the use of both relational and key-value local storage. It also includes specialized utility examples such as expense tracking, tip calculation, and body mass index tools. The project
Provides practical demos for persisting data using local key-value stores and relational databases.
This project is a reference implementation of Domain-Driven Design patterns, functional domain modeling, and event-driven state coordination. It demonstrates the application of strategic and tactical design patterns to manage complex business requirements. The implementation utilizes a functional domain model with pure functions and immutable objects to manage state transitions and side effects. It features a Command Query Responsibility Segregation architecture to separate read and write models, alongside event-driven coordination to maintain consistency across autonomous business boundaries
Utilizes plain SQL and lightweight data tools to reduce impedance mismatch between domain objects and relational tables.
This project is a collection of reference implementations and code samples for building cross-platform user interfaces using the Xamarin.Forms framework. It provides practical examples for developing mobile and desktop applications from a single codebase targeting multiple operating systems. The repository focuses on architectural patterns and integration strategies, specifically demonstrating the use of MVVM to synchronize data between models and views. It includes samples for native platform integration, such as invoking platform-specific APIs and creating custom renderers to override defau
Demonstrates local data persistence using SQLite and the local file system to store application information.
Hawk Android के लिए एक सुरक्षित लोकल स्टोरेज लाइब्रेरी और पर्सिस्टेंस API है। यह की-वैल्यू स्टोरेज सिस्टम का उपयोग करके प्रिमिटिव्स, ऑब्जेक्ट्स और कलेक्शंस को सहेजने और पुनः प्राप्त करने के लिए एक फ्रेमवर्क प्रदान करती है। इस लाइब्रेरी में एक एन्क्रिप्टेड स्टोरेज रैपर है जो एक प्लगेबल क्रिप्टो प्रोवाइडर के माध्यम से डेटा को सुरक्षित करता है, जिसमें गैर-एन्क्रिप्टेड मोड के लिए एक फॉलबैक तंत्र शामिल है। इसका आर्किटेक्चर डिफ़ॉल्ट सीरियलाइज़ेशन, पार्सिंग और रूपांतरण प्रक्रियाओं को बदलने के लिए कस्टम स्टोरेज बैकएंड कार्यान्वयन और इंटरफ़ेस-आधारित कंपोनेंट इंजेक्शन की अनुमति देता है। यह सिस्टम टाइप-प्रिजर्विंग सीरियलाइज़ेशन का समर्थन करता है और इसमें डेटा लाइफसाइकिल को प्रबंधित करने के लिए यूटिलिटीज शामिल हैं, जैसे कि लक्षित प्रविष्टि हटाना और बल्क स्टेट रीसेट। इसमें आंतरिक संदेशों को कैप्चर और संसाधित करने के लिए एक सिस्टम लॉग इंटरसेप्शन क्षमता भी शामिल है।
Provides a concrete implementation of local persistence for Android with support for custom backends.
This repository provides a collection of reference implementations for building mobile applications using the Kotlin Multiplatform framework. It serves as a practical guide for centralizing core application logic, data handling, and business rules into a single shared codebase while maintaining the ability to build native user interfaces for Android and iOS. The project demonstrates architectural patterns for managing state, persistence, and network synchronization across diverse mobile operating systems. By utilizing common source sets and platform-specific native interop, it enables develop
Demonstrates practical implementations of local storage using key-value stores and relational databases on mobile devices.
This project is a curated educational resource designed to help developers practice frontend web development through a collection of fifty distinct coding challenges. It provides a structured curriculum focused on building functional applications using React and modern static web technologies, offering project briefs and blueprints that guide learners through the implementation of diverse web interfaces. The collection distinguishes itself by emphasizing full-stack prototyping and real-world integration patterns. Rather than focusing on isolated UI elements, the projects require the integrati
Maintains application state and user preferences across page reloads using browser-based storage.
This repository provides a comprehensive collection of functional code samples designed to demonstrate modern development patterns and architectural practices for the Android platform using Kotlin. It serves as a practical guide for implementing standard design patterns that decouple business logic from user interface components, ensuring that applications remain maintainable and testable. The project distinguishes itself by offering isolated, hands-on implementations of complex mobile programming tasks. It covers a wide range of capabilities, including asynchronous networking, local database
Provides practical implementations for persisting application data using local object-oriented database engines.