I’ve come to the conclusion there is no Horizontal Scrolling for gridView. The work-around solutions online are to use Gallery in a multi-row format.
However, from what I understand, Gallery requires image files. (Please correct me if I’m wrong.)
I want a work around that can scroll tables (aka a grid view) . I’m basically making a Calendar where I’d like to scroll horizontally. It doesn’t have to be as fluid where scrolling vertically shows each additional week that comes into view. Horizontal scrolling can simply scroll month by month.
Nevertheless, I’m wondering if there is some sort of work-around with Gallery? Or does Gallery absolutely require images?
Ah I’m a noob. Figured it out on my own. Here’s a link for people who want to learn how to do it with Gallery, but I just came across ViewPager which does the same and I believe my answer will be found there. Thanks!