retrofit
Вопросы и ответы
Вопрос или проблема Вызов API из dazzer API для профиля художника, но данные не загружаются в RecyclerView ArtistProfle `artistProfileRecyclerView=findViewById(R.id.recyclerViewArtist) artistProfileRecyclerView.layoutManager=LinearLayoutManager(this@DashBoardActivity)
Вопросы и ответы
Вопрос или проблема var retrofitResponse: RetrofitResponse<APIResponse<User>>? = null withContext(Dispatchers.IO) { retrofitResponse = try { val response = BindRetrofitWithService.getServiceInstance( needCustomTimeOut = Config.