Android Question Scrollable page

dibesw

Active Member
Licensed User
Longtime User
HI,
is it possible to create a scrollable page with designer?
I have need to create many views that not fit on one page.
If not possible, is there another way to solve this problem?

Thanks
 

LucaMs

Expert
Licensed User
Longtime User
I post here my question, but perhaps it would be appropriate to open a new thread.

A friend of ours, Alpvir, wanted to be able to scroll over to some labels, instead of using a ScrollView.

He used a transparent panel which, however, prevented from touching the views below.

In the end, he solved using the coordinates x, y.

Is this the only or the best solution?

I have at least two examples of this kind of which I would like to know the technique.

The Home of Android, which allows an animation during the passage between a group of icons and another;

Viber, whose scroll smoothly even happens if you touch messages, which can get long touch.
 
Upvote 0
Top