Here\'s my problem, i\'m developing a news applicaiton and i used scrollview wrapping a textview to show the content of the news. But i found that scrolling is extremly slo
Well, i've found the solution on my own
just set android:hardwareAccelerated="false" in the manifest.xml
android:hardwareAccelerated="false"
Still quite confused about the reason, waiting for an explanation.