https://kotlinlang.org logo
#android
Title
# android
j

Jakub

10/31/2018, 9:15 PM
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

Yuri Laguta

10/31/2018, 10:16 PM
b

blazingKazama

11/01/2018, 9:33 AM
Thanks @Yuri Laguta...
j

Jakub

11/01/2018, 10:42 AM
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

indyfromoz

11/01/2018, 6:54 PM
There is another OSS project that deserves a mention here -- Tivi - https://github.com/chrisbanes/tivi