New to android java and trying to figure this out. If I want to have an array adapter to display a list of images horizontally, what options do I have other than RecyclerView?
Basically, I am making a Chinese mahjong game. I want to display thumbnails horizontally that needs onClickListener
functionality. The screen needs to NOT be scrollable. A LinearLayout
doesn't seem to have an arrayadapter.