This application have login with Secure SharedPreference with MasterKey. It will save username & password with Encryption in cache file.
Import Library in Gradle files
implementation 'com.github.bumptech.glide:glide:3.7.0' implementation 'androidx.security:security-crypto:1.0.0-rc01'
Manifest.xml
Add this line in inside application tag