Android app | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

Android app

Anyone experienced with android developing? I really need to know how to use fullScroll() on listviews with this part of code myscrollview.fullScroll(View.FOCUS_DOWN); I can completely scroll up/down a scroll linear layout how can I do the same with listviews?

16th Nov 2017, 10:54 AM
Novas
Novas - avatar
3 Answers
+ 6
but why doesn't listview.setSelection/smoothScrollToPosition(); work with a double inside the function?
17th Nov 2017, 6:25 AM
Novas
Novas - avatar
+ 5
ok
17th Nov 2017, 6:24 AM
Novas
Novas - avatar
0
use ScrollView as parent for your layout (LinierLayout)
16th Nov 2017, 8:36 PM
Adetya Dyas Saputra
Adetya Dyas Saputra - avatar