Deep

Results 8 issues of Deep

Hello, In the domain gradle file why do you have double dependencies block ? dependencies { compile "org.jetbrains.kotlin:kotlin-stdlib-jre8:$kotlin_version" implementation libs.rxJava implementation libs.rxAndroid implementation libs.junit } and dependencies { // RxJava...

Hi, This is not an issue but a question. There is no other way to ask a question. Why you did not use an MediatorLiveData instead of observing 3 differents...

Hello everyone, Why we are transform the User class to UserModel, we could pass just the User instance afterall to the view. Why add this complexity ? Thank you

question
discussion

hello, Where is the migrations please ?

Hello all, I am trying to get a new acces token by adding the refresh token on the body request: { "grant_type":"refresh_token", "client_id":"", "client_secret":"", "refresh_token": "e1f28c7f460dfa076d675937a574c0c856f56298" } But I got...

Hello all, I am using robospice with retrofit module to make http request and for some reasons I have to use Asynchrone method with retrofit. I'am wondering how to use...

Hello I added this line 'cache' => new Tonic\MetadataCacheFile( **DIR**.'/../tmp/tonic.cache'), and created a file "tonic.cache" but this file is empty. how can i start using the cache file?

type error on line 68 CircularProgressBar.java you should fix and type 2.0f instead.