-1

I would like to create menu where I can select how to sort posts. On iOS exists something like this: my app

It's something similiar on Android? Or can give me advice which component I should use to solve my task? My app:enter image description here

Boken
  • 4,825
  • 10
  • 32
  • 42
Sk1X1
  • 1,305
  • 5
  • 22
  • 50

2 Answers2

1

Today the best way is create a dialog fragment where you can inflate it with differents layouts, in your case different menus. In this post I talk a little about Dialog Fragment and I show a simple example.

Tell me if I helped you and good programming!!

Community
  • 1
  • 1
1

Its action sheet in iOS. Follow this https://movivations.wordpress.com/2012/05/07/implementing-ios-actionsheet-in-android/ to make action sheet in android.

Praveen Sharma
  • 4,326
  • 5
  • 25
  • 45