android - ImageViews in a ScrollView causing lag -
i have problem application creating android. known problem imageview
s? should use other scrollview
? there kind of caching should do? looked around , there seems lot of solutions listview
, none scrollview
.
first create bitmap of image , make it's memory smaller using these methods below
- setsize
bitmapfactory.options samplesize
after that, add bitmap imageview
also see displaying bitmaps efficiently.
Comments
Post a Comment