Posts by Edimilson • 7 points
6 posts
-
0
votes1
answer211
viewsQ: Move an image of an Activity to the main screen
How can I pass an image of an Activity to another actiivity? I have an image on my settings screen, I want to send it to my main screen. I saved it in my sharedPreferences and would like to use the…
-
0
votes3
answers113
viewsA: problems in passing data to new Activity
I found the solution.. I forgot to reference the Navigationview layout. Problems trying to change a nav_header_main.xml text view…
-
0
votes3
answers113
viewsQ: problems in passing data to new Activity
I’m having difficulty when I pass a dice using the put. Extras. My app is crashing and I can’t identify the reason. He is unable to pass the data from one Activity to another. Activity that sends…
-
0
votes1
answer481
viewsQ: How to keep the App always logged in with Firebase
How to get my App to log in after waxing? Ex: I logged in once and every time I start the application again it already starts logged in.
-
0
votes1
answer41
viewsQ: How to make only one user have access to Activity?
I need some help from you because I’m having a hard time getting only one user to access a particular Activity. Ex: I am developing an App where the settings screen only I will have access with my…
-
0
votes1
answer803
viewsQ: Problems with getDownloadUrl firebase
Hi, I’m having a hard time getDownloadUrl firebase. After the last firebase update my app stopped working. Is showing error in Uri downloadUrl = taskSnapshot.getDownloadUrl();…