Posts by Aliton Oliveira • 161 points
4 posts
-
0
votes1
answer158
viewsA: Bottom Navigation with Navigation Drawer Activity
I’m using Navigation Component in the version below: def nav_version = "2.0.0" // Java language implementation implementation "androidx.navigation:navigation-fragment:$nav_version" implementation…
androidanswered Aliton Oliveira 161 -
0
votes2
answers50
viewsA: How to publish image files using Firebase Storage in offline mode?
Here’s a practical example of what you asked: In this example, let’s upload an image to the FirebaseStorage. For this, I suppose that the steps for image acquisition via camera or gallery is known…
-
1
votes1
answer542
viewsA: I’m doing an integration with Cielo’s api but I get an error message:
I’m implementing this same code in Android Studio. I replaced sale for: UpdateSaleResponse response = new CieloEcommerce(merchant, Environment.SANDBOX).captureSale(paymentId, 15700, 0); I think both…
-
2
votes0
answers598
viewsQ: Android Studio: Transparent Checkout Paid Market
I’m trying to integrate for the first time the transparent checkout for Android Mercadopago. I already downloaded and put to work in Emulator the latest version of the application…
android-studioasked Aliton Oliveira 161