This sample contains:
- A
User Controldefinition. - An
External Objectdefinition. - An
Android Libraryproject of aGenexus Modulethat implements the two previously defined extensions. - An
Genexus Librarydefinition which declares theAndroid Librarywhich implements theUser ControlandExternal Objectin Android and its correspondingGenexus Modulename. - An implementation for iOS for the User Control and External Object.
- An app that lets you try out both extensions.
- Genexus 15 (Upgrade 9 or later)
- JDK and Android SDK for Android generator
- MAC machine for iOS generator
For more details see:
- Set the following environment variable:
GENEXUS_HOMEto your Genexus installation directory.
- Copy the
BasicUserControldirectory to%GENEXUS_HOME%\UserControls. - Run
genexus.exe /install.
- Open Genexus.
- Import the BasicExternalObject definition from
BasicExternalObject\BasicExternalObject.xpz.
- Copy the
SampleLibrarydirectory to%GENEXUS_HOME%\Libraries.
To try out the BasicUserControl and BasicExternalObject samples you may wish to import the sample app from SampleApp\BasicSample.xpz.
- Set the following environment variable:
ANDROID_HOMEto your Android SDK directory.
- Run the command
gradlew uploadArchivesfrom theSampleModuledirectory.
- User Control definition file syntax
- User Control properties file syntax
- External Objects for Smart Devices
This project is licensed under the MIT License. See the LICENSE file for more details.