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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Manabu-GT avatar

Manabu-GT/ExpandableTextViewArchived

0
View on GitHub↗
4,063 stele·782 fork-uri·Java·Apache-2.0·9 vizualizări

ExpandableTextView

ExpandableTextView este o componentă UI Android reutilizabilă și o extensie personalizată a standardului Android TextView. Este concepută pentru a gestiona afișarea blocurilor lungi de text prin comutarea lor între stări trunchiate și stări de lungime completă.

Componenta implementează o interacțiune de tip "citește mai mult" care declanșează tranziții animate de înălțime pentru a extinde sau a restrânge conținutul. Utilizează gestionarea internă a stării pentru a comuta între etichetele "citește mai mult" și "citește mai puțin" pe baza vizibilității curente a textului.

Această vizualizare gestionează logica de trunchiere a textului și manipularea dinamică a liniilor pentru a asigura un layout compact, menținând în același timp capacitatea de a dezvălui conținutul complet prin măsurare bazată pe layout.

Features

  • Text Truncation Components - Provides a UI component that truncates long text and reveals the full content via a read-more interaction.
  • Android UI Components - Ships a reusable Android interface element designed to manage the visibility of long text blocks.
  • Expandable TextViews - Provides a custom Android view for displaying truncated text that expands to full length via a read-more interaction.
  • Custom Android Views - Provides a specialized UI component created by extending the Android TextView class to implement custom expansion logic.
  • Text Line Limit Toggles - Controls text visibility by toggling the maximum line limit between a fixed value and unlimited.
  • Text Truncation Strategies - Implements logic to determine the optimal cutoff point in a string for inserting truncation ellipses and expansion triggers.
  • Android UI Customization - Customizes Android application interfaces to handle long blocks of text using a compact, expandable layout.
  • Content Display Components - Manages the presentation of long descriptions to maintain a clean layout within Android application screens.
  • Runtime Height Calculators - Calculates the actual rendered height of the text at runtime to drive smooth expansion animations.
  • Container Height Animations - Implements animations that dynamically adjust the view height to fit the full text content during expansion.
  • Text and Labels - Text view that expands on click.
  • Text Components - Collapsible text view implementation.

Istoric stele

Graficul istoricului de stele pentru manabu-gt/expandabletextviewGraficul istoricului de stele pentru manabu-gt/expandabletextview

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru ExpandableTextView

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu ExpandableTextView.
  • robinhood/tickerAvatar robinhood

    robinhood/ticker

    4,381Vezi pe GitHub↗

    Ticker is a custom Android UI component that implements rolling character animations to simulate mechanical odometer displays. It provides a scrolling text view designed to animate transitions between different strings using vertical motion. The component utilizes a custom drawing loop and character-array sequence mapping to control the vertical scrolling path. It supports wrapped animation paths to create seamless loops and includes mechanisms to handle translation offsets when transitioning between strings of varying lengths.

    Javaandroidandroid-animationandroid-ui
    Vezi pe GitHub↗4,381
  • grantland/android-autofittextviewAvatar grantland

    grantland/android-autofittextview

    4,246Vezi pe 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
    Vezi pe GitHub↗4,246
  • castorflex/smoothprogressbarAvatar castorflex

    castorflex/SmoothProgressBar

    4,512Vezi pe GitHub↗

    SmoothProgressBar is an Android custom progress bar library designed to render customizable horizontal and circular indeterminate loading indicators. It functions as a reusable UI component and view extension used to display the status of background processes within Android applications. The library provides smooth animations and custom styles to create fluid loading states. It supports both linear and circular formats, allowing for specific colors and styles to match a mobile application's design system.

    Java
    Vezi pe GitHub↗4,512
  • hugeterry/coordinatortablayoutAvatar hugeterry

    hugeterry/CoordinatorTabLayout

    4,175Vezi pe GitHub↗

    CoordinatorTabLayout is a custom Android user interface component that integrates tabbed navigation with folding headers and paging container synchronization. Built for the native Android view system, it implements Material Design patterns to create immersive screens where header content collapses as the user scrolls. The component synchronizes tab selection events with a paging container to update visible content. It manages the coordination between a tab navigation bar and a folding header, ensuring that scrolling events and page transitions remain aligned. The layout includes capabilities

    Javaandroidandroid-librarycoordinatorlayout
    Vezi pe GitHub↗4,175
Vezi toate cele 30 alternative pentru ExpandableTextView→

Întrebări frecvente

Ce face manabu-gt/expandabletextview?

ExpandableTextView este o componentă UI Android reutilizabilă și o extensie personalizată a standardului Android TextView. Este concepută pentru a gestiona afișarea blocurilor lungi de text prin comutarea lor între stări trunchiate și stări de lungime completă.

Care sunt principalele funcționalități ale manabu-gt/expandabletextview?

Principalele funcționalități ale manabu-gt/expandabletextview sunt: Text Truncation Components, Android UI Components, Expandable TextViews, Custom Android Views, Text Line Limit Toggles, Text Truncation Strategies, Android UI Customization, Content Display Components.

Care sunt câteva alternative open-source pentru manabu-gt/expandabletextview?

Alternativele open-source pentru manabu-gt/expandabletextview includ: robinhood/ticker — Ticker is a custom Android UI component that implements rolling character animations to simulate mechanical odometer… grantland/android-autofittextview — This is a custom Android UI component designed to automatically adjust font sizes so that text content fits within… castorflex/smoothprogressbar — SmoothProgressBar is an Android custom progress bar library designed to render customizable horizontal and circular… hugeterry/coordinatortablayout — CoordinatorTabLayout is a custom Android user interface component that integrates tabbed navigation with folding… miguelcatalan/materialsearchview — MaterialSearchView is an Android UI component that provides a search interface following Material Design guidelines.… dinuscxj/loadingdrawable — LoadingDrawable is an Android loading drawable library that provides customizable drawable components to indicate…