Amit Sharma presented on using WordPress as a backend for a mobile app. Some key points:
- WordPress can be used as a Model-View-Controller framework through its custom post types, templates, and hooks.
- The REST API and AJAX can be used to build iOS/Android apps that create, read, update and delete content without page refreshes.
- Templates like Handlebars can help render dynamic content on the mobile apps from WordPress data.
Related topics: