Daniel Belini
Daniel Belini

Reputation: 13

How to create a side menu in titanium?

I'm starting to program the Titanium Studio and I'm having trouble creating a laterial menu. I wonder how I create this menu and also how I can call every menu option in my app.js

Upvotes: 0

Views: 1076

Answers (2)

Ajeet Pratap Maurya
Ajeet Pratap Maurya

Reputation: 4254

As csg already mentioned about the NappDrawer module for side drawer navigation. If you are working with Alloy framework(which you should be working now), You can use these widgets

  1. http://github.com/mdpauley/com.mdpauley.frostedsidebar
  2. https://github.com/FokkeZB/nl.fokkezb.drawer
  3. https://github.com/MadRocket/com.madrocket.ti.slidemenu

Upvotes: 0

csg
csg

Reputation: 2107

the most known way is to use the side drawer navigation component from https://github.com/viezel/NappDrawer

Upvotes: 1

Related Questions