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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
RomainPiel avatar

RomainPiel/TitanicArchived

0
View on GitHub↗
1,833 estrellas·545 forks·Java·4 vistas

Titanic

(DEPRECATED) Android experiment showing a sinking TextView

Features

  • Text and Labels - Text animation inspired by the Titanic movie.
  • Text Components - Text view with a sinking animation effect.

Historial de estrellas

Gráfico del historial de estrellas de romainpiel/titanicGráfico del historial de estrellas de romainpiel/titanic

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Titanic

Proyectos open-source similares, clasificados según cuántas características comparten con Titanic.
  • grantland/android-autofittextviewAvatar de grantland

    grantland/android-autofittextview

    4,246Ver en 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
    Ver en GitHub↗4,246
  • manabu-gt/expandabletextviewAvatar de Manabu-GT

    Manabu-GT/ExpandableTextView

    4,063Ver en 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
    Ver en GitHub↗4,063
  • bluejamesbond/textjustify-androidAvatar de bluejamesbond

    bluejamesbond/TextJustify-Android

    1,843Ver en GitHub↗

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

    Java
    Ver en GitHub↗1,843
  • quiqueqs/babushkatextAvatar de quiqueqs

    quiqueqs/BabushkaText

    742Ver en GitHub↗

    A simpler way to style your TextViews

    Java
    Ver en GitHub↗742
Ver las 30 alternativas a Titanic→

Preguntas frecuentes

¿Qué hace romainpiel/titanic?

(DEPRECATED) Android experiment showing a sinking TextView

¿Cuáles son las características principales de romainpiel/titanic?

Las características principales de romainpiel/titanic son: Text and Labels, Text Components.

¿Qué alternativas de código abierto existen para romainpiel/titanic?

Las alternativas de código abierto para romainpiel/titanic incluyen: manabu-gt/expandabletextview — ExpandableTextView is a reusable Android UI component and a custom extension of the standard Android TextView. It is… romainpiel/shimmer-android — (DEPRECATED) An Android TextView with a shimmering effect. 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.