Package ch.hevs.kart.utils


package ch.hevs.kart.utils

Summer school : Kart

HES-SO Valais // Wallis summer school project.

The utils package offers some useful helper classes that can ease the development for the kart project or Android in general.

  • Classes
    Class
    Description
    Support for simple animations that run in the background (without blocking the Android App's main thread).
    Builder in order to construct animations comfortable.
    The ExclusiveRunner class ensures that only exactly one animation is running at the same time in its context.
    Allows to convert a byte buffer or byte array into a Hex string.
    Offers static methods in order to limit values to a given range.
    Schedules one-shot or recurring tasks for execution.