Posts by Caíque Araújo • 3 points
3 posts
-
0
votes1
answer112
viewsQ: Firebase: App rebooting alone
I’m developing an android app, and I’m using Firebase’s Realtime Database to store the data. There I have a user node, with all the users I have registered through my App. When I make a change to…
-
0
votes0
answers140
viewsQ: Is it possible to create an Options Menu without an Action Bar on Android?
I am creating a Profile screen, and would like to put a Options Menu with the options 'Edit Profile' and 'Quit'. The problem is that I don’t have an Action Bar on this screen, and I don’t want to…
-
0
votes1
answer264
viewsQ: Firebase ID count - Android
In my application, I have an entity called Game which has, among other attributes, a ID. I need that each time this entity is instantiated the ID is incremented + 1. This works until the application…