Posts by Uriel Kindermann • 303 points
5 posts
-
0
votes2
answers888
viewsQ: Recover Firebase Storage Image without Downloading
I made use of Firebase Storage to save images, now I want to grab them for users to see, there’s some way to do this without downloading the image?
-
0
votes5
answers12363
viewsA: One component on top of the other
I’m sorry, I solved the case by changing the order, putting the textView and Button at the end of Relativelayout, I had posted the code this way, but in my project I don’t know why I had undone it…
-
4
votes5
answers12363
viewsQ: One component on top of the other
I’m in trouble that I do not think how to solve, I have an Activity as in the photo below, the problem is, that when I emulate the application, the Button and the textView go down the two colored…
-
7
votes3
answers330
viewsA: Doubt game two players, half screen upside down
I got it guys, I found very little content about it, but it’s pretty basic, I just divided the screen into two Relativelayouts and I used a simple xml attribute, android:rotation="180" Follow below…
-
8
votes3
answers330
viewsQ: Doubt game two players, half screen upside down
I am creating a program to practice what I have learned so far and learn more, but I have reached a halt. The doubt is as follows: I’m creating a question and answer game for two players, each one…