Could you recommend me an open source project writ...
# android
j
Could you recommend me an open source project written in
Kotlin
that shows the best practices and implements authentication using
OkHttp Authenticator
,
Retrofit
, keeps
RefreshToken
in
KeyStore
and in general has well organised structure for the whole network layer?
y
b
Thanks @Yuri Laguta...
j
Thanks @Yuri Laguta. App looks great itself, but I’m not sure if they focused there on network layer and have a time to refactor the old code. Authentications is solved the old way with Interceptor (written in Java) instead of
Authenticator
and token is also kept in
SharedPreferences
.
i
There is another OSS project that deserves a mention here -- Tivi - https://github.com/chrisbanes/tivi