I want to implement an Horizontal ScrollView for dinamically show a News section like above:
The list will be populated dinamically via JSON async request. A simple position indicator (the circles) helps users to navigate trough the news.
I cannot use ViewPager, because the scroll will be a small section of a single activity.
How can I implement it (also using adapters)?
Using the below library, You can implement dynamically us you can implement in ListView :