dev.b3nedikt.app_locale 0.0.1 API
See: Description
-
Object Summary Object Description AppLocale AppLocale is a android library to update the app language dynamically. -
Interface Summary Interface Description AppLocaleRepository Repository for AppLocale LocaleChangedListener Listener for changes to the AppLocale.currentLocale LocaleMatchingStrategy Defines how AppLocale finds the new AppLocale.currentLocale from a set of AppLocale.supportedLocales given a new AppLocale.desiredLocale. -
Class Summary Class Description SharedPrefsAppLocaleRepository Implementation of AppLocaleRepository which saves the AppLocale.desiredLocale to the shared preferences.