Posts by Rafael Scherer • 1 point
2 posts
-
0
votes2
answers7398
viewsA: startActivityForResult() and onActivityResult() in Fragments
I know the topic is old but I went through the same problem and I’m using Kotlin. In my case I had to add super. in front of the startActivityForResult In my case it is a bluetooth request, but can…
-
0
votes0
answers250
viewsQ: auto_increment command for Id does not work after erasing data and rewriting it
When I create a table with the column "Id int not null auto_increment" and enter values in the table, after deleting the values and reinserting them, the Id does not part of 1, and sometimes with a…