Posts by Vinicius Sergio • 11 points
2 posts
-
0
votes1
answer46
viewsA: Android Studio Error: Unable to start Activity
I managed to fix it. At the beginning of the project I put "setContentView(R.layout.activity_main);" Which makes no sense, since the activity of this project refers to xml "detail_activity", and not…
-
-1
votes1
answer46
viewsQ: Android Studio Error: Unable to start Activity
I’m doing a basic CRUD with Realmdb. I made a list, and when some item of this list is selected, it is to open an Update Activity, where you can change the selected data. The problem is that the…