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
Post a Comment