Posts by André Silva • 21 points
5 posts
-
0
votes0
answers35
viewsQ: Firebase Cloud Messaging - Failed to send notification via server
I have an application that sends messages from Server to Android through Firebase and is working. However, I am developing a new project with "andoirdx" and after the new changes in Firebase I am no…
-
0
votes1
answer171
viewsA: Android Resource linking failed - while using the Stripe and play-services-Wallet library
I was able to find the problem, I changed the compileSdkVersion version to 28 and deleted the library implementation 'com.android.support:appcompat-v7:27.1.1'…
-
0
votes1
answer171
viewsQ: Android Resource linking failed - while using the Stripe and play-services-Wallet library
I am integrating Android with Strepe and Google-pay. The problem is that there is a link failure with the xml layouts. The following figure shows the link failure. I’ve researched several similar…
-
1
votes3
answers278
viewsA: How to find Uri from Gallery on Android 7 nougat
I was able to solve the problem as follows: In the code I used as a base, I added the permission: Permissions.add(READ_EXTERNAL_STORAGE); thus remaining : permissions.add(CAMERA);…
androidanswered André Silva 21 -
1
votes3
answers278
viewsQ: How to find Uri from Gallery on Android 7 nougat
I’m making an application where I search an image in the Android Nougat gallery and send it to a server. However I am not able to recover Uri with the image address to send.…
androidasked André Silva 21