-1

Gallery has been deprecated since API 16, and the official Android documentation suggests the usage of either ViewPager or HorizontalScrollView instead.

I would like to implement a View similar to the deprecated Gallery, can anyone suggest a source?

Marvin Emil Brach
  • 3,984
  • 1
  • 32
  • 62
Adnan Abdollah Zaki
  • 4,328
  • 6
  • 52
  • 58

2 Answers2

1

You can use the new RecyclerView widget with a LinearLayoutManager and set the orientation to HORIZONTAL

florianmski
  • 5,603
  • 1
  • 17
  • 14
0

u can use many library in github . or just create your project and extends your class with HORIZONTAL