I’m taking too long adding a dynamic menu to my App. At this point I’m willing to pay anybody who can help me with Web_API to POST to my API Server a call that will return JSON, xml or csv containing the menu structure to create. The menu and submenus are buttons (i’m using clone an a list) with images and text. The result of the API Post will return these values.
So, I need:
- web_api to POST to my server.
- response will be json, xml or comma delimeted.
- On response, create a list.
- Use the list to create dynamic buttons for Menu and sub Menus.
Thanks,
Carlos