Join Slack
Powered by
<How can I resolve the crash when opening my recip...
# stackoverflow
r
rss
09/24/2024, 8:21 AM
How can I resolve the crash when opening my recipe app after implementing Retrofit?
I have Created an App Using an API (
https://www.themealdb.com/api/json/v1/1/categories.php
) it Keep Crashing i checked the log ask chat gpt it says it show method not found error I cant Solve Help me to solve it package com.example.therecipeapp import retrofit2.Retrofit import retrofit2.create import retrofit2.converter.gson.GsonConverterFactory import retrofit2.http.GET private val retrofit =...
2
Views
Open in Slack
Previous
Next