Home page navigation menu - 2 approaches

Hello everyone I have a small question because I am new to Glide I do not get on with some precautions. I want to set that when I go on my Home Tabs on the different Tabs Drauf come? How can I do that can me please be helpful thank you now already.

@nathanaelb Hello unfortunately no one could help me in this Tehma until now can you help me maybe again? If you do not understand the question position I want to set that one e.g. If I click on the Home page on Team Drauf that opens the tab Team the same for the others. If I set GO to Tab it does it unfortunately for all.

Hej @Furkan_Ozsimitci.

Sprichst Du zufällig Deutsch? Ich verstehe Deine Frage nicht. Wenn es für Dich einfacher wäre, könntest Du nochmal auf Deutsch Dein Problem erklären oder Deine Frage stellen?

1 Like

Not sure I have understood your question how you wanted me to understand it, so I’m making a few assumptions here:

  1. Go from home tab to team tab at the click of a button. Set button action on home tab to “Go to Tab” and select Team Tab. In order to do this you need to two tabs. Your screenshot shows a Home tab set to list view which when clicked opens a team or team member information. That’s why when you click go to tab it takes you only step back. It’s the same tab.

  2. To go from Team tab to Home tab repeat as in 1 above but replace Team Tab with Home Tab. But you need 2 tabs as explained in 1 above.

  3. I want users when they press on an item on my inline list to return them after viewing the item to return to Home tab. On the team member information screen add button and set it up as in 2 above. But you need 2 tabs.

  4. I have a team list in list style on my Home tab. I want to add a button on this tab which when clicked takes me to Team tab. Can I do it? No, you cannot add any buttons directly on a list style tab. Your Home tab is set to List Style. In order to achieve scenario in 1 or 2 above you need to set both tab style to “details view”. You will on both tabs add an Inline list and then follow steps mentioned in 1 and 2 above. However, you can achieve scenario in 3 above in list view by placing button on the information screen (but still need 2 tabs).

  5. Go back only takes you back a step (without going into the workarounds).

Thank you

1 Like

@nathanaelb Ja klar spreche ich Deutsch so ist es fĂĽr mich auch einfacher Danke. Meine Frage bezieht sich darauf wie ich es schaffe das, wenn ich auf die verschiedenen Bilder draufklicke auf meiner Home Seite das ich, auf die unten gesehen Tabs komme. Ich habe schon versucht, dass ich auf ACTION darauf klicke, danach bei CONFIGURE GO TO TAB klicke. Wenn ich dann ein TAB aussuche, macht er es automatisch fĂĽr alle gleich. Wie schaffe ich auf jedes einzelne Bild verschieden TABS darauf zu bekommen? Ich hoffe man konnte diesmal die Frage Stellung verstehen. Ich Danke dir im Vorhinein fĂĽr deine Zeit und deine MĂĽhe.

There are 2 easy ways you could do it.

  1. Change your Home tab to a details style layout.
    Then add an inline list for each item, but filter each inline list so only one item is show. Then you can set a different action for each inline list

  2. Keep your single inline list, but create a custom action. In your custom action, create an IF condition that will look for a value in your list table that will determine which tab you want to go to. Create an Else for each condition. Then you can create a Go to Tab action under each IF statement.

4 Likes

I would do exactly as @Jeff_Hager recommended. What you want to do is make an app with a menu on a tab.

Here I built an app showcasing this. I included the x2 methods from Jeff, the tabs are called Home 1 and Home 2. I hope this helps.


Ich wĂĽrde genau es machen, wie @Jeff_Hager es empfohlen hat. Was Du machen willst, ist ein App mit einem MenĂĽ auf einem Tab.

Hier habe ich eine App fĂĽr Dich schnell gebaut. Ich habe die x2 Methoden von Jeff eingebaut, die Tabs heiĂźen Home 1 und Home 2. Ich hoffe das hilft.

2 Likes

Ich danke euch das hat mir sehr weiter geholfen :slight_smile: :relaxed:

2 Likes