akexorcist / Localization

[Android] In-app language changing library
Apache License 2.0
983 stars 154 forks source link

Dagger Support for BaseActivity #71

Closed arif2k17 closed 3 years ago

arif2k17 commented 4 years ago

Hi, Thanks or this great library. However i am trying to use this library but can't decide how to add support with Dagger. Currently my BaseActivity extends DaggerAppCompatActivity. Now how can i use your LocalizationActivity for the BaseActivity?

Thanks.

akexorcist commented 4 years ago

Using LocalizationActivityDelegate instead of LocalizationActivity will help you to extends your BaseActivity from DaggerAppCompatActivity with localization support from the library

For more information about this, see LocalizationActivityDelegate

akexorcist commented 3 years ago

There's no update after my last comment. So I gonna close this issue.

If you still have a problem about this, feel free to re-open