awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 रिपॉजिटरी

Awesome GitHub RepositoriesPlatform-Specific Implementations

Code paths and logic tailored to specific operating systems to handle unique behavioral or visual requirements.

Distinct from Behavioral Logic Tweaks: Candidates refer to system 'tweaks' (jailbreak/root style) or terminal adjustments, not standard cross-platform development conditional logic.

Explore 4 awesome GitHub repositories matching mobile development · Platform-Specific Implementations. Refine with filters or upvote what's useful.

Awesome Platform-Specific Implementations GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • xamarin/xamarin-forms-samplesxamarin का अवतार

    xamarin/xamarin-forms-samples

    4,253GitHub पर देखें↗

    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 how to execute different code paths based on the target operating system.

    C#
    GitHub पर देखें↗4,253
  • mvvmcross/mvvmcrossMvvmCross का अवतार

    MvvmCross/MvvmCross

    3,917GitHub पर देखें↗

    MvvmCross is a .NET MVVM framework designed for building cross-platform applications by separating business logic from native user interfaces. It functions as a navigation engine and a UI data binding library, enabling the encapsulation of logic within view models that are reused across different operating systems. The framework provides a native hardware abstraction layer and a dependency injection container to decouple components and provide a consistent interface for accessing device features. It coordinates type-safe transitions between native screens and manages the synchronization of da

    Provides code paths and logic tailored to specific operating systems to utilize native controls and layouts.

    C#androidc-sharpdotnet
    GitHub पर देखें↗3,917
  • kotlin/keepKotlin का अवतार

    Kotlin/KEEP

    3,735GitHub पर देखें↗

    KEEP is a language evolution tracker and governance tool for the Kotlin programming language. It serves as a centralized portal for managing the lifecycle of language enhancement proposals and tracking the progression of syntax and semantic changes from initial design to final release. The project functions as a technical proposal workflow engine to coordinate the review, acceptance, and revocation of formal design requests. It provides a system for documenting early ideas, integrating community feedback, and managing the evolution of language features. The platform also handles programming

    Implements platform-specific code paths to handle unique behavioral requirements across different operating systems.

    Markdownevolutionkotlinlanguage
    GitHub पर देखें↗3,735
  • dart-lang/httpdart-lang का अवतार

    dart-lang/http

    1,098GitHub पर देखें↗

    This library provides a unified, cross-platform interface for executing HTTP requests and managing network communication in Dart applications. It functions as a composable client library that automatically resolves platform-specific network implementations, ensuring consistent behavior across mobile, desktop, and web environments. The library distinguishes itself through a modular architecture that supports swappable transport layers and middleware, allowing developers to inject custom logic for logging, caching, or retries. It includes built-in support for resilient communication, such as co

    Selects the appropriate underlying network engine at runtime based on the target environment like mobile, desktop, or web.

    Dartdartflutterhttp
    GitHub पर देखें↗1,098
  1. Home
  2. Mobile Development
  3. Platform-Specific Implementations

सब-टैग एक्सप्लोर करें

  • Runtime Resolution EnginesMechanisms that select implementation logic at runtime based on the host environment. **Distinct from Platform-Specific Implementations:** Distinct from Platform-Specific Implementations: focuses on the runtime selection engine rather than the implementation code itself.