A dedicated plugin for the Code on the Go mobile app designed to streamline the creation, implementation, and testing of Pebble Custom Functions (PCF). by allowing developers to quickly create Pebble Custom Function and test the new function by providing two (2) new templates in Code On The Go.
- One-Tap Installation: Installs standard PCF templates directly into your Code On The Go project directory.
- Dependency Management: Automatically ensures that required libraries for Pebble Custom Functions are correctly referenced.
- Mobile Optimized: Built specifically for the "Code on the Go" interface for a smooth developer experience on Android.
- Code on the Go IDE installed on your Android device.
- Open the Code on the Go app.
- Navigate to the Plugin Manager in Preferences from the main menu.
- Select Install from URL using the download icon in the upper right corner of the screen
or search for
PCFTemplateInstallerPluginusing the '+' icon in the lower right corner of the screen. - Restart the IDE to activate the plugin.
After Code On The Go has restarted two new templates will appear on the New Project Screen. They are:
- PCFBuilder This template will create a project to create the jar file (extensions.jar) which contain the executable code for one or more Pebble Custom Functions. Each function must be in a sperate file with a class name that will be used to invoke the code from Pebble. If the Include ExampleCode is selected then four (4) examples of Pebble Custom Functions will be included in the project. There is a tutorial for Creating Pebble Custom Functions which goes into further detail on how to create a Pebble Custom Function.
- PCFExample This template will create a project which uses the example Pebble Customs created in the PCFBuilder project.
We welcome contributions to expand the available PCF templates!
- Do we wanto include this????
We are dedicated to making mobile development accessible to everyone. Check out our other tools and resources at appdevforall.org.