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

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

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

Jetpack Compose Android एप्लिकेशन

रैंकिंग 30 जून 2026 को अपडेट की गई

For Jetpack Compose के लिए एक ओपन सोर्स लाइब्रेरी, the strongest matches are skydoves/pokedex (skydoves/pokedex is a Jetpack Compose sample Android app using), android/topeka (Topeka is a Jetpack Compose sample quiz app that) and android/compose-samples (The official Compose Samples from Google are exactly what). android/nowinandroid and chrisbanes/tivi round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

हम “jetpack compose android” से मेल खाने वाली ओपन-सोर्स GitHub रिपॉजिटरी को क्यूरेट करते हैं। परिणाम आपकी क्वेरी के आधार पर रैंक किए गए हैं — सीमित करने के लिए नीचे दिए गए फ़िल्टर चुनें, या AI के साथ रिफाइन करें।

Jetpack Compose Android एप्लिकेशन

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

    skydoves/Pokedex

    8,334GitHub पर देखें↗

    Pokedex is a reference implementation of an Android application that utilizes the MVVM architecture, Jetpack Compose for its declarative user interface, and Hilt for dependency injection. It serves as a sample project demonstrating a mobile application built with Android Jetpack and a Kotlin Coroutines network client to manage asynchronous data requests. The project implements a modular codebase to optimize build performance and enforce internal boundaries. It features a local persistence layer using the Room library to cache remote data on the device and utilizes Material Motion for fluid in

    skydoves/pokedex is a Jetpack Compose sample Android app using MVVM architecture and Hilt DI, matching the intent for open-source Compose apps, but it does not explicitly include Material Design 3 theming, Navigation Compose, image loading, or Compose UI tests.

    KotlinMVVM Architectures
    GitHub पर देखें↗8,334
  • android/topekaandroid का अवतार

    android/topeka

    5,104GitHub पर देखें↗

    Topeka is an Android quiz application and educational game. It serves as a sample app designed to demonstrate the implementation of standardized visual guidelines and interaction patterns on the Android platform. The project focuses on Material Design implementation, showcasing a consistent and intuitive user interface through a knowledge-testing game. It applies these standardized design principles to create interactive user flows and mobile screens. The application is built using Kotlin and Jetpack Compose, incorporating Material Design 3 and state-driven UI updates. It covers core areas o

    Topeka is a Jetpack Compose sample quiz app that implements Material Design 3 theming and state-driven UI, making it a valid Compose application for learning, though it does not cover the full set of requested features like Navigation Compose, dependency injection, or testing.

    KotlinMaterial 3 Applications
    GitHub पर देखें↗5,104
  • android/compose-samplesandroid का अवतार

    android/compose-samples

    22,893GitHub पर देखें↗

    Compose Samples is a collection of reference implementations for the Jetpack Compose UI library, serving as a practical guide for building native Android user interfaces. It demonstrates the use of a declarative framework where Kotlin functions describe layout structures and data dependencies, enabling developers to construct modern, reactive interfaces. The repository highlights architectural patterns that prioritize maintainability and testability, such as layered organization and unidirectional data flow. It showcases how to implement adaptive layouts that automatically adjust to various s

    The official Compose Samples from Google are exactly what you need — a comprehensive collection of reference Android apps and UI components built with Jetpack Compose, covering Navigation, Material3, architecture patterns, and testing for learning or reuse.

    KotlinDeclarative UI LibrariesAndroid DevelopmentApplication Architecture Patterns
    GitHub पर देखें↗22,893
  • android/nowinandroidandroid का अवतार

    android/nowinandroid

    21,358GitHub पर देखें↗

    Now in Android is a reference application and framework designed to demonstrate modern development patterns for the Android platform. It provides a comprehensive implementation of a modular architecture, utilizing industry-standard practices to organize codebases into independent components that support long-term maintainability and build performance. The project centers on a reactive, unidirectional data flow model that synchronizes visual components with underlying data states. By employing a declarative toolkit for interface construction, the application ensures that screen layouts update

    Now in Android is a full-featured reference application built entirely with Jetpack Compose and Kotlin, demonstrating Material Design 3, Navigation Compose, MVVM/MVI architecture, dependency injection, Compose-integrated image loading, and thorough UI testing — exactly the kind of modern, reusable example this search is looking for.

    KotlinMobile Architecture PatternsAndroid DevelopmentScalable Application Architectures
    GitHub पर देखें↗21,358
  • chrisbanes/tivichrisbanes का अवतार

    chrisbanes/tivi

    6,732GitHub पर देखें↗

    Tivi is a cross-platform application for discovering and tracking television shows, built with Kotlin Multiplatform and Compose Multiplatform to share its user interface across Android, iOS, and desktop platforms. The app follows the Model-View-Intent (MVI) architecture pattern, where user actions are modelled as sealed class intents that reduce into a single immutable state object, ensuring predictable and unidirectional data flow managed through Kotlin coroutines and StateFlow. The application uses Hilt for compile-time dependency injection and SQLDelight for type-safe local data storage, c

    Tivi is a cross-platform Android app built with Jetpack Compose and Compose Multiplatform, using MVI architecture and Hilt for dependency injection — exactly the kind of real-world application this search targets, though the description doesn't explicitly mention Material Design 3 theming or Compose UI tests.

    KotlinMVI Patterns
    GitHub पर देखें↗6,732
  • clans/floatingactionbuttonClans का अवतार

    Clans/FloatingActionButton

    5,175GitHub पर देखें↗

    This project provides a set of Android Material Design widgets, including floating action buttons and floating action menu components. These elements highlight primary screen actions through customizable sizing, shadow effects, and Jetpack Compose UI components. The library includes a circular progress button that embeds a loading spinner to signal background task processing. Its menu components organize expanding buttons with labels and background dimming to provide quick access to multiple primary application actions.

    This repository is a Jetpack Compose UI component library for floating action buttons and menus, directly fitting the request for Compose-based libraries to learn from or reuse, though it focuses on a narrow widget set rather than covering the broader architecture, navigation, or testing features listed.

    JavaMaterial Design ComponentsAndroid UI ComponentsFloating Action Buttons
    GitHub पर देखें↗5,175
  • google/accompanistgoogle का अवतार

    google/accompanist

    7,824GitHub पर देखें↗

    Accompanist is a collection of extension libraries that provide additional functionality and specialized components for the Jetpack Compose UI framework. It serves as a toolkit for implementing common layout and system tasks that extend the core capabilities of declarative UI development on Android. The library provides specialized utilities for managing modal bottom sheet destinations and defining custom animations for screen transitions within a navigation graph. It includes tools for detecting screen folds and display features to create adaptive layouts that adjust based on window size and

    Accompanist is a collection of Jetpack Compose extension libraries that directly provide reusable UI components and utilities (like Navigation Compose, Material3 theming, and adaptive layouts), fitting your request for Compose UI component libraries even though it doesn't prescribe MVVM architecture or include built-in testing.

    KotlinAdaptive UI LayoutsCompose UI ExtensionsDeclarative Drawable Integration
    GitHub पर देखें↗7,824
  • gurupreet/composecookbookGurupreet का अवतार

    Gurupreet/ComposeCookBook

    6,839GitHub पर देखें↗

    ComposeCookBook is a Jetpack Compose UI component library and layout reference. It serves as a collection of declarative interface elements, reusable widgets, and structural mockups for organizing content within the Jetpack Compose framework. The project functions as an Android UI design gallery and animation showcase. It provides a library of visual transitions and interactive state changes, alongside full-page layout examples and demo screens that demonstrate visual patterns for Android applications. The repository covers broader capabilities including Android layout prototyping, UI testin

    ComposeCookBook is a Jetpack Compose UI component library and layout reference offering reusable widgets, animation examples, and full-page mockups, which squarely fits the search for Compose-based Android component libraries — though it may not cover every listed feature like Navigation Compose or DI, it is the right kind of tool.

    KotlinUI Component LibrariesUI ComponentsAndroid UI Components
    GitHub पर देखें↗6,839
  • mikepenz/aboutlibrariesmikepenz का अवतार

    mikepenz/AboutLibraries

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

    AboutLibraries is an open-source license compliance tool designed to collect, validate, and display third-party library licenses within software projects. It functions as a system for gathering dependency metadata at compile time and validating those libraries against a list of approved licenses to ensure legal compliance. The project provides a license validation engine that can enforce compliance by halting the build process when unauthorized licenses are detected. It also includes a set of visual components for rendering dependency and funding information within a user interface for third-

    This repository provides Compose UI components for rendering about pages and license information, so it is a Jetpack Compose UI component library; however, it is focused on a specific use case and does not cover the broader set of features like Navigation Compose, MVVM/MVI, or image loading that typical Compose app demos aim to showcase.

    KotlinLicense Compliance ToolsCompliance EnforcementDependency License Extractors
    GitHub पर देखें↗4,228
  • curiousnikhil/neumorphic-composeCuriousNikhil का अवतार

    CuriousNikhil/neumorphic-compose

    459GitHub पर देखें↗

    Neumorphism UI on Android with Jetpack Compose.

    This is a Jetpack Compose UI component library offering neumorphism-styled components, squarely the kind of open-source Compose library for reuse you are after, though it focuses on a specific visual aesthetic and does not include broader architecture or testing features.

    KotlinUI Component Libraries
    GitHub पर देखें↗459
टॉप 10 की एक नज़र में तुलना करें
रिपॉजिटरीस्टार्सभाषालाइसेंसअंतिम पुश
skydoves/pokedex8.3KKotlinApache-2.019 जून 2026
android/topeka5.1KKotlinApache-2.022 जन॰ 2021
android/compose-samples22.9KKotlinapache-2.019 फ़र॰ 2026
android/nowinandroid21.4KKotlinApache-2.013 जून 2026
chrisbanes/tivi6.7KKotlinapache-2.012 नव॰ 2024
clans/floatingactionbutton5.2KJavaApache-2.011 जुल॰ 2019
google/accompanist7.8KKotlinApache-2.018 अग॰ 2025
gurupreet/composecookbook6.8KKotlinMIT6 जून 2026
mikepenz/aboutlibraries4.2KKotlinapache-2.09 फ़र॰ 2026
curiousnikhil/neumorphic-compose459KotlinApache-2.02 अक्टू॰ 2021

Related searches

  • Jetpack Compose के लिए डिक्लेरेटिव UI कॉम्पोनेंट्स
  • Android इंटरव्यू की तैयारी के लिए गाइड
  • a collection of useful Kotlin Android libraries
  • Kotlin सीखने के लिए करिकुलम
  • a collection of Kotlin Multiplatform libraries
  • a collection of components for SwiftUI development
  • Flutter के लिए क्लीन आर्किटेक्चर बॉयलरप्लेट
  • Kotlin में API बनाने के लिए वेब फ्रेमवर्क