Voora Tarun
Voora Tarun

Reputation: 1216

android ui design for an app help needed

One activity in my app looks like below picture. In the below picture ,can any one suggest that best way to implement view,

view in my app and when i click one of the options(filters in app) available on activity, the view will be extended like below view after one of the option selected

For this, i want to use a horizontal linear layout for below options bar, when one of the options clicked, i wanna use slide up functionality and views show and hide functionalities.

can any one suggest better design for this . thanks.

Upvotes: 0

Views: 43

Answers (1)

kbrohkahn
kbrohkahn

Reputation: 41

I think for most apps, all toolbars should stay in the same place throughout the execution of the app. When the toolbar item ("Veg & Non Veg") is clicked, the filter should appear above the toolbar instead of below it. You can still use the slide up function, just have the toolbar layout displayed above (higher z-index) the filter linear layout.

You should also standardize the sizes for the distances/times to each location, personally I think the first one looks better.

Other than that, I think your UI looks pretty good!

Upvotes: 1

Related Questions