After going through several third party as well as android default components I can't find a way through which I can implement a dynamic horizontal Scroll List View where the List is a list of image urls handled by my custom Adapter.
I even tried this DevSmartLib - Android but this doesnot work with fragment. I can't really figure out the reason but the rendered view is not being shown with the fragment but it works fine with simple Acitvity.
Other possibilites are:
Gallery View
It has been depreciated by Android in API - 16
Horizontal Scroll View with a Grid View as its root element
I havn't tried this but based on the developer community I think we cant achieve a horizontal scroll even if we force the grid view to be of one row
Has any one done this before or can any one help me with this as all I need is to have a horizontal scroll over a list of image views that I am fetching from facebook.