mochadwi / android-clean-architecture-mvi-boilerplate

A fork of our clean architecture boilerplate using the Model-View-Intent pattern
MIT License
2 stars 0 forks source link

Hide API keys using NDK (native c++, instead of gradle file) #6

Closed mochadwi closed 4 years ago

mochadwi commented 4 years ago

reference:

  1. https://blog.mindorks.com/securing-api-keys-using-android-ndk (recommended: overview, 3 ways to achieve it)
  2. https://medium.com/programming-lite/securing-api-keys-in-android-app-using-ndk-native-development-kit-7aaa6c0176be
  3. https://medium.com/@abhi007tyagi/storing-api-keys-using-android-ndk-6abb0adcadad
mochadwi commented 4 years ago

Using BuildConfig and DI instead, solved here https://github.com/sampingantech/android-clean-architecture-mvi-boilerplate/pull/11/files#diff-6c3557ed6cd4f2ea7c55972c7eb2e8ceR34-R35