I want to know how to change dynamically a ListView's item layout.
Posted
by user305787
on Stack Overflow
See other posts from Stack Overflow
or by user305787
Published on 2010-03-31T15:51:02Z
Indexed on
2010/03/31
15:53 UTC
Read the original article
Hit count: 101
android
|android-sdk
I want to know how to change dynamically a ListView's item layout.
To be exact, i want to know the method that the ListView's bindView method is called at runtime.
if the bindView method is artificially called by a other method. then i will change a ListView's item layout.
Please let me know.
© Stack Overflow or respective owner