Is it possible to make the ListView horizontally? I have done this using a gallery view, but the selected item comes to the center of the screen automatically.
ListView
You can use RecyclerView in the support library. RecyclerView is a generalized version of ListView that supports:
Android Recycler View Docs