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
RomainPiel avatar

RomainPiel/Shimmer-androidArchived

0
View on GitHub↗
1,973 stars·433 forks·Java·10 views

Shimmer Android

(DEPRECATED) An Android TextView with a shimmering effect

Features

  • Text and Labels - Shimmering text animation effect.
  • Text Components - Text view with a shimmering visual effect.

Star history

Star history chart for romainpiel/shimmer-androidStar history chart for romainpiel/shimmer-android

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

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

Start searching with AI

Open-source alternatives to Shimmer Android

Similar open-source projects, ranked by how many features they share with Shimmer Android.
  • grantland/android-autofittextviewgrantland avatar

    grantland/android-autofittextview

    4,246View on GitHub↗

    This is a custom Android UI component designed to automatically adjust font sizes so that text content fits within defined layout bounds. It functions as a text scaling tool that ensures strings remain visible and contained within specified width and height constraints. The component implements adaptive layout design by dynamically modifying text size based on available screen real estate. It utilizes a measure-based fit calculation and iterative scaling to prevent text from being clipped or wrapping unexpectedly across different device resolutions.

    Java
    View on GitHub↗4,246
  • manabu-gt/expandabletextviewManabu-GT avatar

    Manabu-GT/ExpandableTextView

    4,063View on GitHub↗

    ExpandableTextView is a reusable Android UI component and a custom extension of the standard Android TextView. It is designed to manage the display of long text blocks by toggling them between truncated and full-length states. The component implements a read-more interaction that triggers animated height transitions to expand or collapse content. It uses internal state management to switch between read-more and read-less labels based on the current visibility of the text. This view handles text truncation logic and dynamic line manipulation to ensure a compact layout while maintaining the ab

    Java
    View on GitHub↗4,063
  • bluejamesbond/textjustify-androidbluejamesbond avatar

    bluejamesbond/TextJustify-Android

    1,843View on GitHub↗

    :pagefacingup: Android Text Full Jusiftication / Wrapping / Justify / Hyphenate - V2.0

    Java
    View on GitHub↗1,843
  • quiqueqs/babushkatextquiqueqs avatar

    quiqueqs/BabushkaText

    742View on GitHub↗

    A simpler way to style your TextViews

    Java
    View on GitHub↗742
See all 30 alternatives to Shimmer Android→

Frequently asked questions

What does romainpiel/shimmer-android do?

(DEPRECATED) An Android TextView with a shimmering effect

What are the main features of romainpiel/shimmer-android?

The main features of romainpiel/shimmer-android are: Text and Labels, Text Components.

What are some open-source alternatives to romainpiel/shimmer-android?

Open-source alternatives to romainpiel/shimmer-android include: manabu-gt/expandabletextview — ExpandableTextView is a reusable Android UI component and a custom extension of the standard Android TextView. It is… romainpiel/titanic — (DEPRECATED) Android experiment showing a sinking TextView. bluejamesbond/textjustify-android — :page_facing_up: Android Text Full Jusiftication / Wrapping / Justify / Hyphenate - V2.0. grantland/android-autofittextview — This is a custom Android UI component designed to automatically adjust font sizes so that text content fits within… quiqueqs/babushkatext — A simpler way to style your TextViews. andyken/moneytextview.