Posts by Leonardo Figueiredo • 517 points
57 posts
-
2
votes2
answers3490
viewsA: Error uploading new version of an apk to google play console
Hello, all right!? review the package in app/build.Gradle defaultConfig { applicationId "br.com.exemplo.projeto" minSdkVersion 15 targetSdkVersion 21 versionCode 1 versionName "R15.0c" } A tip, log…
-
-1
votes2
answers387
viewsA: Problem with audio stream on android
Whoa, that’s all right!? Ever heard of Exoplayer? if not, take a look. A fantastic and very simple tool to implement. Playing videos and music is a popular activity on Android devices. The Android…
-
0
votes2
answers89
viewsA: Access child node in Firebase
Whoa, that’s all right!? Every time you create a user, does it not generate an id (these below project nodes)? save that id or recover it: to recover this id you can do the following: Declare the…
-
0
votes1
answer93
viewsA: Android App closes when adding Firebase and cardview
Whoa, that’s all right!? specify the full version, here I am using and working: // CardView implementation 'com.android.support:cardview-v7:27.1.0' //firebase implementation…
-
0
votes3
answers11268
viewsA: How to Install . ipa without using the Appstore
Testflight is a free solution provided by Apple to test an iOS app before it launches on the App Store. It’s an alternative you can consider to test your app if the Adhoc version or My Goodbarber…
-
0
votes1
answer577
viewsA: Firebase does not save data
Whoa, that’s all right!? My logic was the following, I create user with firebase function: createUserWithEmailAndPassword Soon after I call a function to record the data in the database (so I saw…
-
0
votes1
answer107
viewsA: I can’t notify Push by firebase
First do the Firebase Imports in build.Gradle (Module: app), assuming that you are already using firebase in your project, because there are other basic steps needed to work (those that firebase…