FJS Frame

What's the FJS Frame?

As we said in the previous section, all codes are written in HTML, CSS and JavaScript in the core of FrameworkJS, and by using the frame that we have prepared, these codes can be used for build Android and iOS output.
There are two different separate frame for Android and iOS.

How to export the app in general?

We use the similar methods for Android and iOS. We are going to get output from both. For this purpose we will use the frame. Our frames are ready for Android and iOS platform and you can get their pure files. Click here to get the frames.

  • Android output: You should open the Android frame in the Android Studio. Then place FrameworkJS core of your project in the frame in app/src/main/assets path, here developer should add a zip file contains FrameworkJS project.
    then edit some things according to your application requirements, such as logo, application name and etc. Then you can build your APK in Android Studio. Now, the APK is ready!
  • iOS output: The process of building output for iOS is also similar to Android. But there is difference in the platform, and you must open the iOS frame in Xcode.
  • web: We use a different method to make the codes work on the web. For this purpose, we consider a path in CloadIO account and upload the files to that path. Finally user can use the application by open a path in the browser.

How to export the app for Android?

TO DO.

How to export the app for iOS?

TO DO.

How to export the app for Web?

TO DO.