Android Question Horizontal Scrolling Options

RichardN

Well-Known Member
Licensed User
Longtime User
Hi all,

I have in mind an application requiring horizontal scrolling through an sqlite database of about 50 records each containing photos (250k ea.) and associated text. It seems there are several library options available to complete this horizontal scroll task but I am concious of allocating too much memory with all those photos.

Looking for a simple, memory efficient but elegant solution. Your recommendations would be appreciated
 
Top