If the order page is organized by three sub-pages, then use FragmentTabHost
If it’s just a page and it’s just a filtering effect, then you can use RadioGroup, and the processing logic can be implemented using ArrayAdapter & Filterable, or Adapter + Loader
I have two ideas for now:
1. Use three buttons
2. Use three radios
If the order page is organized by three sub-pages, then use FragmentTabHost
If it’s just a page and it’s just a filtering effect, then you can use RadioGroup, and the processing logic can be implemented using ArrayAdapter & Filterable, or Adapter + Loader