Posts by Filipe Araujo Gomes • 33 points
4 posts
-
1
votes1
answer58
viewsQ: How do you run the getCidade() method with asynctask, and return the value of the city string to use in another method?
public class CadAnuncio extends AppCompatActivity { LocationManager locationManager; private Button btnSalvar; private DatabaseReference databaseAnuncio,…
-
0
votes1
answer305
viewsQ: Firebase authentication
I developed an Android + Firebase app (authentication + Storage + database). While this in the tests on Android Studio + authentic smartphone and works perfectly. I posted last Tuesday and after I…
-
0
votes1
answer248
viewsQ: How to move to the function which imageView was selected and save to Firebase
I have a User Registration Activity where he must fill in some fields( name, gender, age, etc) and two Imageview where the user can place photos of him by clicking on Imageview and selecting them in…
-
1
votes0
answers174
viewsQ: How to request user data and save to firebase?
I’m starting in the development of android apps, and I’m having a doubt, I’m creating (le-se trying) an app like Tinder, where I have two types of users, the customer and the advertiser, both will…