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 app that lets you try out both extensions.
- Genexus 15 (Upgrade 3 or later)
- JDK
- Android SDK
For more details see Android Requirements for Genexus 15.
- Set the following environment variables:
GENEXUS_HOMEto your Genexus installation directory.ANDROID_HOMEto your Android SDK directory.
- Run the command
gradlew uploadArchivesfrom theSampleModuledirectory.
- Copy the
BasicUserControldirectory to%GENEXUS_HOME%\UserControls. - Run
genexus.exe /install.
- Copy the
SampleLibrarydirectory to%GENEXUS_HOME%\Libraries.
- Open Genexus.
- Import the BasicExternalObject definition from
BasicExternalObject\BasicExternalObject.xpz.
To try out the BasicUserControl and BasicExternalObject samples you may wish to import the sample app from SampleApp\BasicSample.xpz.
This project is licensed under the MIT License. See the LICENSE file for more details.