Class LibraryLoader

java.lang.Object
pl.droidsonroids.gif.LibraryLoader

public class LibraryLoader
extends Object
Helper used to work around native libraries loading on some systems. See ReLinker for more details.
  • Method Details

    • initialize

      public static void initialize​(@NonNull Context context)
      Initializes loader with given `Context`. Subsequent calls should have no effect since application Context is retrieved. Libraries will not be loaded immediately but only when needed.
      Parameters:
      context - any Context except null