Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

You might receive custom files of type .any and .ale from Anyline which are tailored to your specific requirements. Our custom format .ale and .any files are encrypted resource files containing the instructions for processing your custom use.

There are basically 2 ways to implement custom .any- and -ale-files. The first one is using methods in an Android activity, the second one is extending the View Configuration.

This knowledge base article gives step-by-step instructions showing the implementation in an Android activity.

Please follow these steps:

  1. Copy the the .ale file to the folder app/src/main/assets of your app.

  2. Check if there is a folder app/src/main/trained_models. If it does not exist, create this folder.

  3. Copy the .any file to the newly created folder app/src/main/trained_models.

  4. Add the following statements to your Android activity:

  • No labels