android - horizontal listview for images -


i need show images in horizontally.i try use horizontal scroll viewer.but when number of images high gives me outofmemory error doesn't hadle loading images automatically trys load images memory.so there horizontal list view in android ?

add entry in manifest.xml , application tag -> android:largeheap="true"

eg:     <application             android:name="app_name"             ..             android:largeheap="true"              ..> </application> 

Comments

Popular posts from this blog

ruby on rails - RuntimeError: Circular dependency detected while autoloading constant - ActiveAdmin.register Role -

c++ - OpenMP unpredictable overhead -

javascript - Wordpress slider, not displayed 100% width -