Android Question Vertical sliding panels

Pilar-JLSineriz

Active Member
Licensed User
Longtime User
Hello

Its possible to slide the panels in vertical direction? I see the movement in horizontal, but I don´t find nothing in vertical
Thanks

Regards
 

DonManfred

Expert
Licensed User
Longtime User
Yes but the size is near 4,5 MB
create a new project to show the issue. I´m sure it can be less than 100kb and can be uploaded
Just needs the layout and a sample code loading it....
 
Upvote 0

Star-Dust

Expert
Licensed User
Longtime User
Dear, I see that after months you are still struggling with your interface.

Perhaps the solutions of the previous Thread were by and large unsatisfactory.
Since you need to embed an interface designed for a larger resolution to a device with a smaller resolution, hardened to insert your panel into a ScrollView2D?

B4X:
Dim Scroll3D as ScrollView2D

Scroll3D.Initialize(2500dip,2500dip,"Scroll")
Scroll3D.panel.AddView(pnlInicio, 0, 0, pnlInicio.width, pnlInicio.Height)


Ref.: https://www.b4x.com/android/help/scrollview2d.html
Library: https://www.b4x.com/android/forum/threads/lib-scrollview2d.19268/#content
 
Upvote 0

Pilar-JLSineriz

Active Member
Licensed User
Longtime User
Hello Klaus

My first designs are made for Samsung Galaxy Tab S8.4 LTE; 1600x2560 (WQXGA).

Now, the new tablet is Galaxy Tab S2 (9.7"); 2048x1536 (QXGA).

With Galaxy Tab S8.4, in the designer I used as variant 800x1280, 160 dpi.

As I don´t have the Galaxy Tab S2 (9.7"), and I have to work with Samsung Galaxy Tab S8.4, could I adapt my designs using as variant, in the designer, 768x1024, 160 dpi? Would I have the security when the apks will be installed in Galaxy Tab S2 the layouts will be visualizated OK?

Thanks for all
 
Upvote 0

klaus

Expert
Licensed User
Longtime User
As I don´t have the Galaxy Tab S2 (9.7"), and I have to work with Samsung Galaxy Tab S8.4, could I adapt my designs using as variant, in the designer, 768x1024, 160 dpi? Would I have the security when the apks will be installed in Galaxy Tab S2 the layouts will be visualizated OK?
Yes.
 
Upvote 0

Johan Schoeman

Expert
Licensed User
Longtime User
Upvote 0

Pilar-JLSineriz

Active Member
Licensed User
Longtime User
Thanks to all!!!!!!!!!! If I have the Klaus confirmation that my layouts will be visualized in Samsung S2, I think that it's better to repositioning all controls
 
Upvote 0
Top