Posts by Victor Augusto • 61 points
4 posts
-
0
votes1
answer100
viewsA: Redeem Firebase information on a Textview on Android
I got it as follows, populating a list and assigning the values of this list to XML textviews: public class TelaApresentacoes extends AppCompatActivity { TextView edtNome, edtRaca, edtSexo; ListView…
-
2
votes1
answer100
viewsQ: Redeem Firebase information on a Textview on Android
All right people? I would like to rescue the information from Firebase in a Textview on Android. I can already enter the information in the Database, as shown in the following image: I would like to…
-
2
votes3
answers74
viewsQ: Problem when creating project
Every time I try to create a project in Eclipse Luna for Android on the Console gives various error messages. I have already installed the normal ADT and SDK. Now I can’t do anything anymore because…
androidasked Victor Augusto 61 -
2
votes1
answer80
viewsQ: Installation error: INSTALL_FAILED_CONTAINER_ERROR app Eclipse
Hi, I’m having some problems with an app.. I’m trying to run on AVD, but it gives in comfort Installation error: INSTALL_FAILED_CONTAINER_ERROR.. I went on Android Manifest and changed the…