I am developing an application which is having one ListView and in that i 
am binding 12 different views (Custrom_Row.xml) , Now, the problem is that 
when i am scrolling the listview it is not scroll smoothly.. I am using 
getView() method for all this views.

I am stuck in one issue 

i'm newbie in android and i want to know one thing regarding listview 
like : 

if i am binding 12 different views (12 custom row xml) in a single 
listview, 
after that i scroll the listview, but it's not smooth, 

*what i have done :* 
- i have use viewHolder pattern, but no luck :-(
- i have already read this article 
  http://www.curious-creature.org/2012/12/01/android-performance-case-study/

and that mentioned i have to enable GPU option, but that option is only 
available >=4.0 and i'm using 2.2, 

so what should i do??


Thanks 
 


-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to