Posts by Rodrigo Costa • 1 point
4 posts
-
0
votes1
answer47
viewsA: trying to delete firestore document, crash error, restart app and not even debuger error message
I found out that it is just remove the Snapshotlistener by registering them as follows: I create the variable to keep them ListenerRegistration registration; registration =…
-
0
votes1
answer47
viewsQ: trying to delete firestore document, crash error, restart app and not even debuger error message
I’m trying to delete a document, however the app simply closes itself. I’ve tried everything I know, but the error persists. I don’t understand why. The code itself is correct. The general way is…
-
0
votes1
answer39
viewsA: cropIntent does not work on Motorola - editing not compatible with image type
well people I even figured out how to circumvent the problem, is not the best solution, because there is no cutout screen for the user, but finally the code was like this: mMarcaCell =…
androidanswered Rodrigo Costa 1 -
0
votes1
answer39
viewsQ: cropIntent does not work on Motorola - editing not compatible with image type
In the onCreate mBotFoto.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); try { mFileTemp = new…
androidasked Rodrigo Costa 1