I am trying to create an Android View, but im struggling. So hoping someone can help:
Basically it’s a table, but the leftmost column should not be scrollable, and the rest should be scrollable. Just like Excel. the leftmost column (with all the increasing numbers) never go away, even if you scroll to column XX.
Any clues on how to implement this? The reason is that the leftmost columns will be a list of keys, and the rest of the columns will be values.
Using my leet skills in Ms Paint I drew this thing. So the idea is that when you swipe up and down… everything will scroll… But when you swipe left to right only the table to the right will move. The left will be static.
I will add the source here as well:
The key was to use the HorizontalScrollView instead of the ordinary ScrollView