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 server is running, and provides a TIBCO eFTL service.
- If your application uses FTL durables, ensure that persistence stores are configured, running, and reachable.
- Ensure that each eFTL client can connect to a TIBCO eFTL service.
- If your application communicates over EMS channels, ensure that the TIBCO EMS server is running, and that each TIBCO eFTL service can connect to it.