Package pl.droidsonroids.gif
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 Summary
Modifier and Type Method Description static voidinitialize(Context context)Initializes loader with given `Context`.
-
Method Details
-
initialize
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
-