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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 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/shimmerlayoutteam-supercharge avatar

    team-supercharge/ShimmerLayout

    2,517View on GitHub↗

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

    Java
    View on GitHub↗2,517
  • square/flowsquare avatar

    square/flow

    2,768View on GitHub↗

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

    Java
    View on GitHub↗2,768
  • leonardocardoso/sectionedsliderLeonardoCardoso avatar

    LeonardoCardoso/SectionedSlider

    367View on GitHub↗

    iOS 11 Control Center Slider

    Swift
    View on GitHub↗367
  • kongnanlive/android-combination-avatarK

    kongnanlive/android-combination-avatar

    0View on GitHub↗
    View on GitHub↗0
  • thellimist/ezalertcontrollerthellimist avatar

    thellimist/EZAlertController

    365View on GitHub↗

    Easy Swift UIAlertController

    Swift
    View on GitHub↗365
  • xmartlabs/eurekaxmartlabs avatar

    xmartlabs/Eureka

    11,820View on 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
    View on GitHub↗11,820

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • davemorrissey/subsampling-scale-image-viewdavemorrissey avatar

    davemorrissey/subsampling-scale-image-view

    8,003View on 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
    View on GitHub↗8,003
  • goktugyil/ezswipecontrollerG

    goktugyil/EZSwipeController

    0View on GitHub↗
    View on GitHub↗0
  • infullmobile/wobbleviewinFullMobile avatar

    inFullMobile/WobbleView

    2,173View on 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
    View on GitHub↗2,173
  • kitasuke/pagingmenucontrollerkitasuke avatar

    kitasuke/PagingMenuController

    2,469View on GitHub↗

    Paging view controller with customizable menu in Swift

    Swift
    View on GitHub↗2,469
  • takusemba/spotlightTakuSemba avatar

    TakuSemba/Spotlight

    3,663View on GitHub↗

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

    Kotlin
    View on GitHub↗3,663
  • szk-atmosphere/sahistorynavigationviewcontrollerszk-atmosphere avatar

    szk-atmosphere/SAHistoryNavigationViewController

    1,564View on GitHub↗

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

    Swift
    View on GitHub↗1,564
  • ufreedom/floatingviewUFreedom avatar

    UFreedom/FloatingView

    1,799View on GitHub↗

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

    Java
    View on GitHub↗1,799
  • zhihu/matissezhihu avatar

    zhihu/Matisse

    12,530View on GitHub↗

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

    Javaandroidandroid-image-pickerandroid-image-selector
    View on GitHub↗12,530
  • aritraroy/flashbararitraroy avatar

    aritraroy/Flashbar

    1,738View on GitHub↗

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

    Kotlin
    View on GitHub↗1,738
  • chrisbanes/photoviewchrisbanes avatar

    chrisbanes/PhotoView

    18,824View on 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
    View on GitHub↗18,824
  • gabrielemariotti/cardslibgabrielemariotti avatar

    gabrielemariotti/cardslib

    4,618View on 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
    View on GitHub↗4,618
  • facebook/lithofacebook avatar

    facebook/litho

    7,771View on 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
    View on GitHub↗7,771
  • hanton/htytextfieldhanton avatar

    hanton/HTYTextField

    310View on GitHub↗

    A UITextField with bouncy placeholder.

    Swift
    View on GitHub↗310
  • hdodenhof/circleimageviewhdodenhof avatar

    hdodenhof/CircleImageView

    14,500View on 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
    View on GitHub↗14,500
  • jdamcd/android-cropjdamcd avatar

    jdamcd/android-crop

    4,540View on 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
    View on GitHub↗4,540
  • keepsafe/taptargetviewKeepSafe avatar

    KeepSafe/TapTargetView

    5,461View on 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
    View on GitHub↗5,461
  • lisnr/lnrsimplenotificationsLISNR avatar

    LISNR/LNRSimpleNotifications

    200View on GitHub↗

    Simple Swift in-app notifications

    Swift
    View on GitHub↗200
  • mikepenz/materialdrawermikepenz avatar

    mikepenz/MaterialDrawer

    11,644View on 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
    View on GitHub↗11,644
  • skywinder/gaugekitskywinder avatar

    skywinder/GaugeKit

    1,023View on GitHub↗

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

    Swift
    View on GitHub↗1,023
  • rstacruz/nprogressrstacruz avatar

    rstacruz/nprogress

    26,406View on 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
    View on GitHub↗26,406
  • facebook/componentkitfacebook avatar

    facebook/componentkit

    5,787View on 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++
    View on GitHub↗5,787
  • afollestad/material-dialogsafollestad avatar

    afollestad/material-dialogs

    19,577View on 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
    View on GitHub↗19,577
  • aagarwal1012/liquid-pull-to-refreshaagarwal1012 avatar

    aagarwal1012/Liquid-Pull-To-Refresh

    1,297View on GitHub↗

    🔁 A custom refresh indicator for flutter.

    Dartandroidflutterhacktoberfest
    View on GitHub↗1,297
  • afollestad/cards-uiA

    afollestad/Cards-UI

    0View on GitHub↗
    View on GitHub↗0