About 2,290,000 results
Open links in new tab
  1. android - Expandable for text view in kotlin - Stack Overflow

    Aug 6, 2022 · fun View.expand(duration: Long) { val initialHeight = this.measuredHeight val matchParentMeasureSpec = View.MeasureSpec.makeMeasureSpec((this.parent as …

  2. GitHub - keternity/ExpandableTextView: An expandable Android

    An Expandable TextView for Android (Api 15+) which is entirely written in Kotlin and takes advantage of Anko. The library also handles configuration changes, so that the view remains …

    Missing:

    • Field

    Must include:

  3. GitHub - glailton/ExpandableTextView: An expandable Android

    An Expandable TextView for Android written in Kotlin. The main ideia was study how create a library in Android and deploy on Maven Central Repository.

  4. Expandable TextView in Android - GeeksforGeeks

    Apr 6, 2021 · In this article, ExpandableBottomBar is added in android using Kotlin. It is the substitute for BottomNavigationView. BottomNavigationView makes it easy for users to …

  5. Expandable Text in Android using Jetpack Compose

    Mar 6, 2025 · Generally, 2-3 out of n lines of a passage are displayed along with “View More”, “Read More”, and “…” at the end. These appear like hyperlinks that upon click expand the text …

  6. Android - Expandable TextView with Animation - Stack Overflow

    public ExpandableTextView(Context context, AttributeSet attrs) { super(context, attrs); TypedArray typedArray = context.obtainStyledAttributes(attrs, R.styleable.ExpandableTextView); …

  7. Expandable TextView with LayoutTransition. Part 1 - Medium

    Jul 15, 2020 · TextView can be updated with new text data many times during runtime and text can be short and fit in 3 lines limit. Above mExpandableTV.setText( LONG_TEXT ) method …

  8. How to implement Expandable Text in Jetpack Compose

    Jan 2, 2024 · The Expandable Text component provides access to truncated text with a … Show More/Show Less button that toggles the visibility of the full text. This feature allows you to …

  9. Material Design Text Input Field using Jetpack Compose in Android

    Apr 6, 2021 · In this article, we will explain how you can create Material design Text Input Fields using Jetpack Compose. Below is the sample picture to show what we are going to build. Step …

  10. Handle user input | Jetpack Compose | Android Developers

    4 days ago · This page describes how you can implement TextField, style TextField input, and configure other TextField options, like keyboard options and visually transforming user input. …

  11. Some results have been removed
Refresh