Posts by MatheusFC • 13 points
4 posts
-
0
votes1
answer21
viewsQ: Error with Nav Controller
I am facing problems running my app because it does not open the main, the problem is in my Nav controler but do not know how to solve it. Log: E/AndroidRuntime: FATAL EXCEPTION: main Process:…
-
0
votes1
answer24
viewsQ: Response from the API
I am implementing a Search function in a list, I want to get the answer from my API to see if it is correct for my Search. How do I get the response of a fun @GET from my API? I’m using Retrofit…
-
0
votes1
answer27
viewsA: Caused by: java.lang.Classcastexception: android.widget.Framelayout cannot be cast to androidx.drawerlayout.widget.Drawerlayout
Error discovered, was with Framelayout declared still in main_activity v21 (I don’t know why I created this class)
-
-1
votes1
answer27
viewsQ: Caused by: java.lang.Classcastexception: android.widget.Framelayout cannot be cast to androidx.drawerlayout.widget.Drawerlayout
I’m trying to create a Drawer navigation menu, but when I run my app it crashes, already searched and the changes that were to be made at first I already did. Someone can help me? Error log:…