I would like to create menu where I can select how to sort posts. On iOS exists something like this:
It's something similiar on Android? Or can give me advice which component I should use to solve my task?
My app:
I would like to create menu where I can select how to sort posts. On iOS exists something like this:
It's something similiar on Android? Or can give me advice which component I should use to solve my task?
My app:
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!!
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.