Android ListView in Activity
Posted
by
Dev.Android
on Stack Overflow
See other posts from Stack Overflow
or by Dev.Android
Published on 2011-02-11T15:11:12Z
Indexed on
2011/02/11
15:25 UTC
Read the original article
Hit count: 194
android
|android-listview
My layout is like this
Title Layout
Listview
BottomLayout.
I have an 150 item which i have custom layout which i want to add in listview. So my main problem is i want to add slowly slowly one by one that customlayouts in listview. So whenever the first screen is displayed i want load 10 items from server and add it to listview.then onscroll down i want to load the remaining 10 items from 150 cutom layouts. So how can I do this activity?
© Stack Overflow or respective owner