问题
The menu slider that the menu is popping out from the left side of the screen is awesome. "I was just trying to see how it can be emulated in my application.
Any one has a clue how it can be achieved?"
I want it to look exactly like on the picture, with menu items on the left.
There is a similar Android Question
回答1:
You can use TabbedPane for that purpose, having left menu populated with set of Actions. However, usage of TabbedPane
means you have to use Tabs.
In your case, you'll most likely have to use Actions
menu which pops out from the right side as this complies with Blackberry Design Guidelines and fits your goals as I can see it from the screenshot provided better.
来源:https://stackoverflow.com/questions/15274503/blackberry-10-left-slider