Interface SportsLibraryApplication


  • public interface SportsLibraryApplication
    Copyright 2021 by Michael Schmidt, Hirola Consulting This software us licensed under the AGPL-3.0 or later. On Android you must bei implements this interface to load templates. The resources can't be imported from jar. It's create an Exception with "java.nio.file.FileSystemNotFoundException: Provider "jar" not installed".
    Since:
    1.1.1
    Author:
    Michael Schmidt (Hirola)
    • Method Detail

      • getMovementTypeTemplates

        InputStream getMovementTypeTemplates()
      • getTrainingTypeTemplates

        InputStream getTrainingTypeTemplates()
      • getRunningPlanTemplates

        InputStream[] getRunningPlanTemplates()