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
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
traex avatar

traex/RippleEffect

0
View on GitHub↗
4,895 stars·1,066 forks·Java·MIT·3 vues

RippleEffect

RippleEffect est une bibliothèque et un framework d'interaction pour implémenter les animations de ripple Material Design au sein des applications Android. Elle fournit des outils pour ajouter un retour visuel animé aux éléments d'interface afin de signaler les interactions utilisateur réussies.

La bibliothèque permet la personnalisation des effets de ripple, incluant des ajustements de couleur, de durée et d'échelle. Elle prend en charge à la fois la configuration via des attributs et des ajustements dynamiques via des méthodes setter, et inclut une interface d'écoute pour détecter quand une animation de ripple a terminé son exécution.

Features

  • Material Design Libraries - Provides a library of UI components that implement the standardized Material Design language for ripple effects.
  • Android UI Components - Ships reusable visual elements and widgets that provide tactile ripple feedback for Android user experiences.
  • Android Interface Design - Provides specialized user interface components with tailored animation triggers for native Android applications.
  • Android Motion Frameworks - Provides a toolkit for implementing native Android view transitions and tactile interaction animations.
  • Material Ripple Drawables - Implements a specialized Android Drawable class to simulate Material Design ripple touch feedback.
  • Visual Property Customizations - Allows adjusting the color, duration, and scale of ripple effects via configuration attributes or dynamic setters.
  • Touch Coordinate Extraction - Extracts touch event locations relative to the view to calculate the center point of the ripple effect.
  • Canvas Frame Animations - Employs programmatic redraw loops on a canvas to create fluid motion for the expanding ripple animation.
  • Animation State Management - Manages the internal state of the animation to interpolate scale and alpha values over time.
  • Android - Offers an animation library specifically built for the Android platform using native SDK APIs.
  • Mobile Interaction Patterns - Implements standard touch feedback patterns to improve the feel and responsiveness of Android mobile interfaces.
  • XML Attribute Mappings - Implements mapping of XML layout attributes to internal properties for configuring ripple color, duration, and scale.
  • Material Design - Material Design ripple click effects.
  • Material Design Components - Customizable ripple touch feedback.
  • Ripple Effects - Ripple effect implementation for Android views.

Historique des stars

Graphique de l'historique des stars pour traex/rippleeffectGraphique de l'historique des stars pour traex/rippleeffect

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.

Start searching with AI

Alternatives open source à RippleEffect

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec RippleEffect.
  • navasmdc/materialdesignlibraryAvatar de navasmdc

    navasmdc/MaterialDesignLibrary

    8,922Voir sur 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
    Voir sur GitHub↗8,922
  • rey5137/materialAvatar de rey5137

    rey5137/material

    5,955Voir sur GitHub↗

    A library to bring fully animated Material Design components to pre-Lolipop Android.

    Javaandroidjavamaterial
    Voir sur GitHub↗5,955
  • clans/floatingactionbuttonAvatar de Clans

    Clans/FloatingActionButton

    5,175Voir sur GitHub↗

    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.

    Javaandroidfloatingactionbutton
    Voir sur GitHub↗5,175
  • rengwuxian/materialedittextAvatar de rengwuxian

    rengwuxian/MaterialEditText

    6,080Voir sur 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
    Voir sur GitHub↗6,080
Voir les 30 alternatives à RippleEffect→

Questions fréquentes

Que fait traex/rippleeffect ?

RippleEffect est une bibliothèque et un framework d'interaction pour implémenter les animations de ripple Material Design au sein des applications Android. Elle fournit des outils pour ajouter un retour visuel animé aux éléments d'interface afin de signaler les interactions utilisateur réussies.

Quelles sont les fonctionnalités principales de traex/rippleeffect ?

Les fonctionnalités principales de traex/rippleeffect sont : Material Design Libraries, Android UI Components, Android Interface Design, Android Motion Frameworks, Material Ripple Drawables, Visual Property Customizations, Touch Coordinate Extraction, Canvas Frame Animations.

Quelles sont les alternatives open-source à traex/rippleeffect ?

Les alternatives open-source à traex/rippleeffect incluent : navasmdc/materialdesignlibrary — MaterialDesignLibrary is an Android Material Design UI library and cross-version framework. It provides a collection… rey5137/material — A library to bring fully animated Material Design components to pre-Lolipop Android. clans/floatingactionbutton — This project provides a set of Android Material Design widgets, including floating action buttons and floating action… rengwuxian/materialedittext — MaterialEditText is an Android UI component library and mobile form input framework used to create text fields that… razerdp/basepopup — BasePopup is an Android popup window library and UI component framework designed for creating custom floating windows… balysv/material-ripple — [deprecated] Android L Ripple effect wrapper for Views.