Trying to get post from JsonPlaceHolder by retrofit, but response isn't showing methods
问题 I'm new in retrofit, I'm trying to get single post from jsonplaceholder website, the problem is that I can't find getTitle, getBody, getId, and getUserId in onresponse method in callback. I typed (response.body.) , but getter methods doesn't appear. MainActivity public class MainActivity extends AppCompatActivity { TextView tvText; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); tvText=findViewById(R.id