About 22,200,000 results
Open links in new tab
  1. scroll - Making TextView scrollable on Android - Stack Overflow

    Nov 17, 2009 · I am displaying text in a TextView that appears to be too long to fit into one screen. I need to make my TextView scrollable. How can I do that? Here is the code:

  2. How to Make TextView Scrollable in Android? - GeeksforGeeks

    Jul 22, 2022 · So in this article, we will show you how to make TextView scrollable on Android. Follow the below steps once the IDE is ready. 1. By using ScrollView: With the help of …

  3. android - How can I make a TextView automatically scroll as I

    As per answer here Making TextView Scrollable in Android. You don't need to use a ScrollView actually. Just set the. android:maxLines = "AN_INTEGER" android:scrollbars = "vertical" …

  4. android - Make textview vertically scrollable - Stack Overflow

    Oct 14, 2016 · TextView txtview=(TextView)findViewById(R.id.textview); String text="I like programming in Android. This tip shows you how to make a TextView scrollable in Android."; …

  5. Making TextView Scrollable on Android - Repeato

    May 22, 2024 · Learn how to make a TextView scrollable on Android with this step-by-step guide. Ensure your long text fits on one screen effortlessly. Read more now!

  6. ScrollView in Android - GeeksforGeeks

    Jan 28, 2025 · How to Make TextView Scrollable in Android? In Android, a TextView is a primary UI element used to display text present in the form of numbers, strings, and paragraphs. …

  7. How to Android Scrollable TextView | Vertical - XML ... - EyeHunts

    Feb 18, 2020 · To make TextView scrollable on Android you need to use a android:scrollbars properties of your TextView in your layout’s XML file. Then use the below code in the Activity …

  8. Create Scrollable TextView on Android Using Kotlin

    Learn how to create a scrollable TextView in Android using Kotlin, enhancing user experience with easy navigation through text content. Enhance your Android app with a scrollable TextView …

  9. Create Scrollable TextView in Android App - Online Tutorials …

    Aug 2, 2019 · This example demonstrates how do I create a scrollable textView in android app. Step 1 − Create a new project in Android Studio, go to File ⇒ New Project and fill all required …

  10. Making TextView scrollable on Android - matheusmello.io

    To quickly summarize, here are the steps to make your TextView scrollable on Android: Wrap your TextView in a ScrollView using the ScrollView widget. Adjust the scrolling behavior to …

  11. Some results have been removed
Refresh