Page tree

Versions Compared

Key

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

Phpfox Native Mobile apps provide a flexible and extendable solution to integrate phpFox apps. You can support your phpFox apps on phpFox mobile apps by implementing normal "APIsAPI" app only. This "API" app can be installed to phpFox sites within AdminCP from phpFox Store, totally same to the installation process of phpFox apps. You don't need to write any extra native code for Android app and iOS app.

...

This tutorial will guide you on how to integrate phpFox apps into Mobile Native App.

Note
titlePrerequisite
In this tutorial, we
  1. We assume that you
are already very familiar with phpFox app development on the platform
  1. have good knowledge of the following areas:
    • How to implement a phpFox app
    • RESTful API - Design concepts & convention
    • Default APIs supported in RESTful API app

2. Following phpFox apps are installed on phpFox site:

    • RESTful API (version 4.2.2 or later)
    • Mobile API (version 4.2.0 or later)

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

Page Tree
rootMobile App Integration - Quick Start