0

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

dlemstra
  • 7,813
  • 2
  • 27
  • 43
  • try http://www.tidev.io/2013/12/10/slide-menus-ios-android/ and https://developer.appcelerator.com/question/154460/facebook-like-slider-menu---both-android-and-ios – Swanand May 14 '15 at 05:08

2 Answers2

1

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

csg
  • 2,047
  • 2
  • 22
  • 35
0

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
Ajeet Pratap Maurya
  • 4,244
  • 3
  • 28
  • 46