I am a bit of an android app development noob, and am writing an app in which you take one or more pictures, and I would like to show these pictures sort of like the google play store shows images, where you scroll horizontally through the images. How would I do this? Thanks.
答案 0 :(得分:0)
You can use RecyclerView
LayoutManager
is an object responsible for orientation (HORIZONTAL
in your case)
instead of LinearLayoutManager(Context context)
use
LinearLayoutManager(Context context, int orientation, boolean reverseLayout