Android Programmer’s Checklist

When developing eFTL applications for Android platforms, remember these steps.

Environment

  • Use the most recent release of Android Studio.

Code

Add the following library to your project:
  • TIBCO_HOME/eftl/version/sdks/java/lib/tibeftl.jar

Compile

None.

Run

  • Ensure that the TIBCO FTL realm server is running, and that each TIBCO eFTL server process can connect to it.
  • If your application communicates over EMS channels, ensure that the TIBCO EMS server is running, and that each TIBCO eFTL server process can connect to it.
  • If your application uses FTL durables, ensure that persistence stores are configured, running, and reachable.
  • Ensure that the TIBCO eFTL server is running, and that each client process can connect to it.