Hi I am new to group and Kotlin as well, Now I am ...
# android
k
Hi I am new to group and Kotlin as well, Now I am facing a issue I am making a request to server using retrofit and rxjava, So OkHttp printing correct response but in model classes it parsing some values only subscription = getAPIMethods().getLogin(accessToken). subscribeOn(Schedulers.io()). observeOn(AndroidSchedulers.mainThread()). subscribe({ result -> Log.d("Result", result.toString()) mvpView.success_login(result) }, { error -> mvpView.failed_login("failed") }) I hope you will help me ASAP, Thanks in Advance
stackoverflow 6