Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note
titlePrerequisite

In this tutorial, we assume that you are already very familiar with phpFox app development on the platformhave good knowledge of the following areas:

  • How to implement a phpFox app
  • RESTful API
  • Default APIs supported in RESTful API app

In this tutorial, we will integrate a sample Posts app to Mobile app with the following information

  • App's ID: "Posts"
  • App's Alias: "post"
  • App's Directory: "PF.Site/Apps/Posts"

Following tutorials, we We will implement Restful API RESTful APIs to integrate this this Posts app into the Native Mobile App

Info
titleTroubleshooting Tips

Follow this guide to debug your integration

Now, Let's start 

  • Tutorial 1: Add new Post menu item
  • Tutorial 2: Show list of Posts on App's home screen
  • Tutorial 3: Create  Add new Button and Create Post Form
  • Tutorial 4: Add Search & Filter Form
  • Tutorial 5: Show Post on App's Detail Screen
  • Tutorial 6: Control Post's Action Menu

...