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 balysv/material-ripple

Projects sharing features with Material Ripple

30 open-source projects similar to balysv/material-ripple, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • traex/rippleeffecttraex avatar

    traex/RippleEffect

    4,895View on GitHub↗

    RippleEffect is a library and interaction framework for implementing Material Design ripple animations within Android applications. It provides tools to add animated visual feedback to interface elements to signal successful user interactions. The library allows for the customization of ripple effects, including adjustments to color, duration, and scale. It supports both configuration via attributes and dynamic adjustments through setter methods, and includes a listener interface to detect when a ripple animation has finished its execution.

    Java
    View on GitHub↗4,895
  • navasmdc/materialdesignlibrarynavasmdc avatar

    navasmdc/MaterialDesignLibrary

    8,922View on GitHub↗

    MaterialDesignLibrary is an Android Material Design UI library and cross-version framework. It provides a collection of pre-built interface controls and a compatibility layer that enables modern design patterns on older Android devices starting from version 2.2. The project focuses on bringing updated design standards to legacy Android versions to ensure a consistent user experience. This is achieved through a compatibility layer that implements modern interface elements without sacrificing visual quality on outdated operating system releases. The library includes a variety of functional com

    Java
    View on GitHub↗8,922
  • miguelcatalan/materialsearchviewMiguelCatalan avatar

    MiguelCatalan/MaterialSearchView

    3,812View on GitHub↗

    MaterialSearchView is an Android UI component that provides a search interface following Material Design guidelines. It functions as a reusable visual element for implementing search bars and query inputs within mobile applications. The component includes a search suggestion provider to display predefined query options as users type and built-in voice search integration to convert spoken commands into text input. The project covers search interface development and component styling, allowing for the customization of colors and icons to match specific application themes.

    Java
    View on GitHub↗3,812

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
  • chalarangelo/30-seconds-of-reactChalarangelo avatar

    Chalarangelo/30-seconds-of-react

    5,081View on GitHub↗

    This project is a comprehensive collection of reusable code snippets, custom hooks, and implementation patterns for building user interfaces with React. It serves as a library of short examples designed to solve common development tasks, ranging from state management to DOM integration. The collection provides a wide array of specialized utilities for interacting with browser APIs, including window dimension tracking, media query evaluation, and online status monitoring. It also includes practical guides and snippets for performance optimization, such as memoization, lazy loading, and state c

    JavaScripteducationjavascriptlearn-to-code
    View on GitHub↗5,081
  • xuexiangjys/xuixuexiangjys avatar

    xuexiangjys/XUI

    5,075View on GitHub↗

    XUI is a native Android UI framework and component library designed for building application interfaces. It provides a comprehensive suite of native layouts, input fields, and navigation elements, supported by a tiered theme management system for defining global visual attributes and responsive styles. The framework distinguishes itself through a specialized set of custom views and interaction toolkits, including high-performance calendars, data visualization rendering, and a variety of stylized buttons with integrated timers and visual effects. It also includes integrated media processing ca

    Javaandroidandroid-uistyles
    View on GitHub↗5,075
  • frogermcs/instamaterialfrogermcs avatar

    frogermcs/InstaMaterial

    4,941View on GitHub↗

    InstaMaterial is a Material Design social media interface implementation for Android. It serves as a mobile application frontend and navigation framework featuring scrollable content feeds, user profiles, and interactive social engagement elements. The project is distinguished by its complex motion design, including circular reveal animations that transition between screens from specific touch coordinates and sequenced entry effects that coordinate translation, alpha, and scale transforms. It also implements a custom camera integration system that utilizes shaders for circular image cropping

    Java
    View on GitHub↗4,941
  • cutta/materialtransitionanimationC

    Cutta/MaterialTransitionAnimation

    0View on GitHub↗
    View on GitHub↗0
  • drakeet/materialdialogD

    drakeet/MaterialDialog

    0View on GitHub↗
    View on GitHub↗0
  • fengdai/alertdialogprofengdai avatar

    fengdai/AlertDialogPro

    463View on GitHub↗

    Deprecated This project can make it easy to theme and custom Android's dialog. Also provides Holo and Material themes for old devices.

    Java
    View on GitHub↗463
  • fluttercommunity/backdropfluttercommunity avatar

    fluttercommunity/backdrop

    347View on GitHub↗

    Backdrop implementation in flutter.

    Dartflutterflutter-demoflutter-examples
    View on GitHub↗347
  • futuresimple/android-floating-action-buttonF

    futuresimple/android-floating-action-button

    0View on GitHub↗
    View on GitHub↗0
  • google/material-design-iconsgoogle avatar

    google/material-design-icons

    53,449View on GitHub↗

    This project provides a comprehensive collection of standardized vector symbols designed to maintain a unified visual language across mobile and web-based user interfaces. It serves as a cross-platform resource for developers and designers to implement a consistent iconographic identity within digital products. The library distinguishes itself through the use of variable font technology, which allows for the dynamic adjustment of icon weight, grade, and optical size directly through style sheet properties. By leveraging native font rendering engines and CSS class-based styling, the collection

    androidiconsios
    View on GitHub↗53,449
  • harjot-oberai/materialshadowsharjot-oberai avatar

    harjot-oberai/MaterialShadows

    2,169View on GitHub↗

    Material Shadows for android : A library for supporting convex material shadows

    Javaandroidconvex-hullgraham-scan-algorithm
    View on GitHub↗2,169
  • ikimuhendis/ldrawerikimuhendis avatar

    ikimuhendis/LDrawer

    1,374View on GitHub↗

    Android drawer icon with material design animation

    Java
    View on GitHub↗1,374
  • jfoenixadmin/jfoenixJ

    jfoenixadmin/JFoenix

    0View on GitHub↗
    View on GitHub↗0
  • jpardogo/pagerslidingtabstripjpardogo avatar

    jpardogo/PagerSlidingTabStrip

    2,167View on GitHub↗

    An interactive indicator to navigate between the different pages of a ViewPager

    Java
    View on GitHub↗2,167
  • liuguangqiang/ripplelayoutL

    liuguangqiang/RippleLayout

    0View on GitHub↗
    View on GitHub↗0
  • lurbas/materialmasterdetailL

    lurbas/MaterialMasterDetail

    0View on GitHub↗
    View on GitHub↗0
  • makovkastar/floatingactionbuttonmakovkastar avatar

    makovkastar/FloatingActionButton

    3,997View on GitHub↗

    FloatingActionButton is a scroll-driven UI controller and mobile-first interface element. It provides a circular button that floats above content and toggles its visibility based on scroll direction to maximize available screen space. The component functions as a CSS-animated UI element, utilizing stylesheet transitions to handle the visual sliding and fading of the interface controls. It is designed for mobile interfaces to provide quick access to primary actions without obscuring page content. The system manages visibility by monitoring scroll events on a designated DOM container and detec

    Java
    View on GitHub↗3,997
  • neokree/materialnavigationdrawerneokree avatar

    neokree/MaterialNavigationDrawer

    1,543View on GitHub↗

    Navigation Drawer Activity with material design style and simplified methods

    Java
    View on GitHub↗1,543
  • neokree/materialtabsneokree avatar

    neokree/MaterialTabs

    1,384View on GitHub↗

    Custom Tabs with Material Design effects

    Java
    View on GitHub↗1,384
  • nghialv/materialkitnghialv avatar

    nghialv/MaterialKit

    2,486View on GitHub↗

    Material design components for iOS written in Swift

    Swift
    View on GitHub↗2,486
  • nispok/snackbarnispok avatar

    nispok/snackbar

    1,514View on GitHub↗

    DEPRECATED Android Library that implements Snackbars from Google's Material Design documentation.

    Java
    View on GitHub↗1,514
  • oli107/material-range-baroli107 avatar

    oli107/material-range-bar

    1,663View on GitHub↗

    Android widget for selecting a range of values.

    Java
    View on GitHub↗1,663
  • ozodrukh/circularrevealozodrukh avatar

    ozodrukh/CircularReveal

    2,400View on GitHub↗

    Lollipop ViewAnimationUtils.createCircularReveal for everyone 4.0+

    Java
    View on GitHub↗2,400
  • ozodrukh/rippledrawableO

    ozodrukh/RippleDrawable

    0View on GitHub↗
    View on GitHub↗0
  • pnikosis/materialish-progresspnikosis avatar

    pnikosis/materialish-progress

    2,471View on GitHub↗

    A material style progress wheel compatible with 2.3

    Java
    View on GitHub↗2,471
  • rengwuxian/materialedittextrengwuxian avatar

    rengwuxian/MaterialEditText

    6,080View on GitHub↗

    MaterialEditText is an Android UI component library and mobile form input framework used to create text fields that implement Material Design standards. It provides a collection of input components featuring floating labels, error states, and themed visual styles. The library enables the rendering of text fields with animated labels and integrated helper text. It supports the addition of design icons and allows for the customization of colors and typefaces for primary, error, and helper text. The framework includes capabilities for mobile input validation, such as enforcing minimum and maxim

    Java
    View on GitHub↗6,080
  • siriscac/rippleviewsiriscac avatar

    siriscac/RippleView

    1,136View on GitHub↗

    View that imitates Ripple Effect on click which was introduced in Android L (for Android 2.3+)

    Javaandroidandroid-libraryandroid-ui
    View on GitHub↗1,136
  • skyfishjy/android-ripple-backgroundskyfishjy avatar

    skyfishjy/android-ripple-background

    2,245View on GitHub↗

    A beautiful ripple animation for your app

    Java
    View on GitHub↗2,245