Top "Android-scroll" questions

Android listview not scrolling

i have a layout whose starting tag(parent tag is ) is <scroll view xmlns:android="http://schemas.android.com/…

android android-layout android-listview android-scrollview android-scroll
List View Scroll Not Smooth

i have a custom list view, which displays users, and there photos i retrieve the data from API, Which gives …

android android-listview android-scrollview android-scroll
How to make toolbar fixed while scrolling in android?

I have researched all the previous question before posting this question none of the previous solution worked for me. I …

android material-design toolbar android-scroll
Autoscrollable title in Android Actionbar (Marquee)

is there a possibility to make the title of an Android ActionBar scroll automatically (marquee) if it's too large?

android android-widget android-actionbar android-scroll
Android ListView scrollTo

I have a LinearLayout that contains some other views and among those a ListView. This view is loaded from another …

android android-listview android-scroll
How do I completely prevent a TextView from scrolling?

I have a TextView with a lot of text. This TextView has maxLines set, so it only shows the first 8 …

android android-layout textview android-scroll
Detect when ListView has reached the bottom - onScroll() or onScrollStateChanged()?

This seems a question with many answers already; however, I can't find a common approach to this. I'm trying to …

android android-listview android-scroll