awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to developer-shivam/crescento

Open-source alternatives to Crescento

30 open-source projects similar to developer-shivam/crescento, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Crescento alternative.

  • team-supercharge/shimmerlayoutAvatar de team-supercharge

    team-supercharge/ShimmerLayout

    2,517Voir sur GitHub↗

    DEPRECATED - Memory efficient shimmering effect for Android applications by Supercharge.

    Java
    Voir sur GitHub↗2,517
  • square/flowAvatar de square

    square/flow

    2,768Voir sur GitHub↗

    Name UI states, navigate between them, remember where you've been.

    Java
    Voir sur GitHub↗2,768
  • leonardocardoso/sectionedsliderAvatar de LeonardoCardoso

    LeonardoCardoso/SectionedSlider

    367Voir sur GitHub↗

    iOS 11 Control Center Slider

    Swift
    Voir sur GitHub↗367
  • kongnanlive/android-combination-avatarK

    kongnanlive/android-combination-avatar

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • thellimist/ezalertcontrollerAvatar de thellimist

    thellimist/EZAlertController

    365Voir sur GitHub↗

    Easy Swift UIAlertController

    Swift
    Voir sur GitHub↗365
  • xmartlabs/eurekaAvatar de xmartlabs

    xmartlabs/Eureka

    11,820Voir sur GitHub↗

    Eureka is a framework for building structured data-entry interfaces and forms in Swift for iOS applications. It provides a declarative UI layout engine and a dynamic input interface to define fields, sections, and row layouts through a configuration layer. The system distinguishes itself through dynamic interface management, including conditional visibility and interaction control that reacts to real-time user changes. It supports complex input behaviors such as expandable row rendering, multivalued field management for inserting or deleting similar rows, and custom keyboard navigation that s

    Swift
    Voir sur GitHub↗11,820

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
  • davemorrissey/subsampling-scale-image-viewAvatar de davemorrissey

    davemorrissey/subsampling-scale-image-view

    8,003Voir sur GitHub↗

    This is a custom Android view designed for rendering high-resolution images using subsampling and tiling to prevent memory overflows. It serves as an interactive image component that supports pinch-to-zoom, panning, and double-tap animations. The project is distinguished by its rendering engine, which loads low-resolution previews and high-resolution tiles to enable the efficient navigation of massive image files. It includes a coordinate mapper that converts screen touch points into raw image pixel coordinates and vice versa during scaling and panning. The view provides a broad set of capab

    Javaandroidandroid-libandroid-library
    Voir sur GitHub↗8,003
  • goktugyil/ezswipecontrollerG

    goktugyil/EZSwipeController

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • infullmobile/wobbleviewAvatar de inFullMobile

    inFullMobile/WobbleView

    2,173Voir sur GitHub↗

    WobbleView is an implementation of a recently popular wobble effect for any view in your app. It can be used to easily add dynamics to user interactions and transitions.

    Swift
    Voir sur GitHub↗2,173
  • kitasuke/pagingmenucontrollerAvatar de kitasuke

    kitasuke/PagingMenuController

    2,469Voir sur GitHub↗

    Paging view controller with customizable menu in Swift

    Swift
    Voir sur GitHub↗2,469
  • takusemba/spotlightAvatar de TakuSemba

    TakuSemba/Spotlight

    3,663Voir sur GitHub↗

    Android Library that lights items for tutorials or walk-throughs etc...

    Kotlin
    Voir sur GitHub↗3,663
  • szk-atmosphere/sahistorynavigationviewcontrollerAvatar de szk-atmosphere

    szk-atmosphere/SAHistoryNavigationViewController

    1,564Voir sur GitHub↗

    SAHistoryNavigationViewController realizes iOS task manager like UI in UINavigationContoller. Support 3D Touch!

    Swift
    Voir sur GitHub↗1,564
  • ufreedom/floatingviewAvatar de UFreedom

    UFreedom/FloatingView

    1,799Voir sur GitHub↗

    FloatingView can make the target view floating above the anchor view with cool animation

    Java
    Voir sur GitHub↗1,799
  • zhihu/matisseAvatar de zhihu

    zhihu/Matisse

    12,530Voir sur GitHub↗

    :fireworks: A well-designed local image and video selector for Android

    Javaandroidandroid-image-pickerandroid-image-selector
    Voir sur GitHub↗12,530
  • aritraroy/flashbarAvatar de aritraroy

    aritraroy/Flashbar

    1,738Voir sur GitHub↗

    ⚡️A highly customizable, powerful and easy-to-use alerting library for Android.

    Kotlin
    Voir sur GitHub↗1,738
  • chrisbanes/photoviewAvatar de chrisbanes

    chrisbanes/PhotoView

    18,824Voir sur GitHub↗

    PhotoView is a custom Android view implementation designed to display high-resolution images with native support for zoom and pan gestures. It provides a zoomable image view and a matrix controller to manage how images are scaled and translated within a mobile user interface. The library handles the detection of pinch-to-zoom and tap gestures to enable interactive image navigation. It manages the transformation matrix of the image to ensure smooth magnification and provides viewport constraints to align photo edges with screen boundaries. The project covers the broader requirements of mobile

    Java
    Voir sur GitHub↗18,824
  • gabrielemariotti/cardslibAvatar de gabrielemariotti

    gabrielemariotti/cardslib

    4,618Voir sur GitHub↗

    cardslib is an Android UI component library and card layout framework. It provides a set of specialized adapters and views designed as an extension for high-performance card rendering within recycling lists. The library distinguishes itself through a reorderable list implementation that supports drag-and-drop item rearrangement and nested content hierarchies. It also includes an interaction system for managing directional swipe constraints and a customizable undo action notification bar. The framework covers a broad range of card-based interface capabilities, including the composition of vis

    Java
    Voir sur GitHub↗4,618
  • facebook/lithoAvatar de facebook

    facebook/litho

    7,771Voir sur GitHub↗

    Litho is an Android declarative UI framework and component library used to build user interfaces through a declarative API and immutable state. It functions as an asynchronous layout engine that maps components to a structured view hierarchy to automate view updates. The framework optimizes rendering performance by computing element positions on background threads to prevent blocking the main UI thread. It further improves efficiency by flattening nested view hierarchies and caching layout results. The system includes capabilities for state reconciliation, component recycling, and the render

    Kotlin
    Voir sur GitHub↗7,771
  • hanton/htytextfieldAvatar de hanton

    hanton/HTYTextField

    310Voir sur GitHub↗

    A UITextField with bouncy placeholder.

    Swift
    Voir sur GitHub↗310
  • hdodenhof/circleimageviewAvatar de hdodenhof

    hdodenhof/CircleImageView

    14,500Voir sur GitHub↗

    CircleImageView is a custom Android UI component that renders rectangular images as perfect circles with smooth antialiased edges. It functions as an extension of the native Android image view, overriding the drawing pipeline to provide specialized circular masking. The component specifically supports the creation of user profile avatars by providing customizable borders, internal padding, and background fill colors. These visual styles can be defined through custom XML attributes during the view initialization process.

    Java
    Voir sur GitHub↗14,500
  • jdamcd/android-cropAvatar de jdamcd

    jdamcd/android-crop

    4,540Voir sur GitHub↗

    android-crop is an Android image cropping library and image picker. It provides a reusable view component for selecting and cropping rectangular areas of images within mobile applications. The project includes an interface for launching the system gallery to select photos and a visual tool for users to manually adjust image framing. It manages the process of extracting specific regions of a bitmap and discarding the surrounding pixels.

    Javaandroid-librarydeprecated
    Voir sur GitHub↗4,540
  • keepsafe/taptargetviewAvatar de KeepSafe

    KeepSafe/TapTargetView

    5,461Voir sur GitHub↗

    TapTargetView is a set of UI components designed for user onboarding and feature discovery. It provides visual callouts, focus indicators, and markers that direct user attention toward specific screen elements to introduce new or hidden functionality. The system implements Material Design guidelines for its feature discovery UI, ensuring that visual highlights and interactive callouts remain consistent with standardized design specifications. It supports the creation of interactive product tours by chaining multiple interaction points into a sequential path. This is achieved through coordina

    Java
    Voir sur GitHub↗5,461
  • lisnr/lnrsimplenotificationsAvatar de LISNR

    LISNR/LNRSimpleNotifications

    200Voir sur GitHub↗

    Simple Swift in-app notifications

    Swift
    Voir sur GitHub↗200
  • mikepenz/materialdrawerAvatar de mikepenz

    mikepenz/MaterialDrawer

    11,644Voir sur GitHub↗

    MaterialDrawer is a navigation drawer library and side menu framework for Android applications. It provides a Material Design UI component that implements a sliding side menu to manage user movement between different sections of a mobile application. The framework supports the organization of complex navigation lists, including the use of expandable sections, sticky headers, and badges. It includes tools for building personalized interfaces, such as user profile displays and headers. The library handles navigation through item management, event handling via listeners, and state-driven UI upd

    Kotlinandroidandroid-developmentandroid-library
    Voir sur GitHub↗11,644
  • skywinder/gaugekitAvatar de skywinder

    skywinder/GaugeKit

    1,023Voir sur GitHub↗

    Kit for building custom gauges easy reproducible Apple's style ring gauges.

    Swift
    Voir sur GitHub↗1,023
  • rstacruz/nprogressAvatar de rstacruz

    rstacruz/nprogress

    26,406Voir sur GitHub↗

    nprogress is a lightweight JavaScript UI component and web progress bar library. It provides a minimalist DOM progress indicator used to track the state of asynchronous operations within a browser document. The library allows for the visualization of loading states through a thin progress bar and spinner. It supports progress state management, enabling the bar to be started, stopped, or marked as complete, with support for incremental progress tracking and percentage-based updates. Users can modify the visual style by overriding default CSS or replacing the markup template. The component als

    JavaScript
    Voir sur GitHub↗26,406
  • facebook/componentkitAvatar de facebook

    facebook/componentkit

    5,787Voir sur GitHub↗

    ComponentKit is a declarative UI framework for building iOS interfaces through composition of small, reusable components. It provides a structured approach to constructing user interfaces where each component is defined as an immutable, pure function of its inputs, enabling predictable rendering and state management. The framework supports both stateless and stateful components, with controllers that can be attached to manage persistent state across component updates. The framework distinguishes itself through its component architecture that emphasizes explicit data flow and compile-time safe

    Objective-C++
    Voir sur GitHub↗5,787
  • afollestad/material-dialogsAvatar de afollestad

    afollestad/material-dialogs

    19,577Voir sur GitHub↗

    material-dialogs is a Kotlin UI component library that provides a collection of modal dialogs and bottom sheets for Android applications. It is designed to implement user interface elements that follow Material Design standards. The library provides specialized modal interfaces for selecting calendar dates, clock times, and specific color values. It also includes system chooser integrations for selecting files and directories from local storage. Beyond pickers, the library covers a broader range of interaction components including text input dialogs, modal alerts with action buttons, and bot

    Kotlin
    Voir sur GitHub↗19,577
  • aagarwal1012/liquid-pull-to-refreshAvatar de aagarwal1012

    aagarwal1012/Liquid-Pull-To-Refresh

    1,297Voir sur GitHub↗

    🔁 A custom refresh indicator for flutter.

    Dartandroidflutterhacktoberfest
    Voir sur GitHub↗1,297
  • afollestad/cards-uiA

    afollestad/Cards-UI

    0Voir sur GitHub↗
    Voir sur GitHub↗0