Android Question How to make sliding layouts after building layouts by Designer?

IslamQabel

Active Member
Licensed User
Longtime User
Dear All:

I Know that there are some examples for making sliding panels......but the problem is that i made layout "1" in main activity by Designer and then make another layout "2" in activity2 also by designer.....I put some images in Layout 1 and then transfer them to layout 2...because layout 1 can not include all images so i want to make layout 1 sliding to put more images as ImageView object.....

The available examples, the panel are build codes.....
1) How to make sliding layouts?
2) Is there a possibility to build many layouts in main and make sliding between them?

Thanks
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Upvote 0

IslamQabel

Active Member
Licensed User
Longtime User
Thanks a lot but i have questionnaires ...

  • My mobile is Gingerbread Android V 2.3.5.....so this Example can not be applied right??? so in the future when i am designing a program......should i design it for high API level to be applied for lower API levels? or viseversa?

  • I checked the "http://www.b4x.com/android/forum/threads/8233" for simple sliding layout........but i could not apply it for my program....because i am using Designer to build the layout......something strange has happened when i build another layout on the main activity.....i build layout "1" adding some imageview objects then build layout "2" also in in main activity....in Designer...i added Imageview object in layout "2" and After compiling i saw the ImageView object of layout"2" appears over the objects of the Layout"1" objects....Why?
 
Upvote 0

IslamQabel

Active Member
Licensed User
Longtime User
Also..before i forget....If you make many layouts on the same activity, how to access each layout? By sliding or by what? Please explain that issue

Thanks
 
Upvote 0

IslamQabel

Active Member
Licensed User
Longtime User
Thanks.....
Could u please answer to these issues?
My mobile is Gingerbread Android V 2.3.5.....so this Example can not be applied right??? so in the future when i am designing a program......should i design it for high API level to be applied for lower API levels? or viseversa?
 
Upvote 0
Top