Posts by Lucas • 63 points
7 posts
-
-1
votes1
answer123
viewsQ: Text search in the database (Firebase)
Good evening I need to customize a search to recover data from the Restaltime database. I currently use the following code to query an item in my database: query =…
-
1
votes1
answer158
viewsQ: Bottom Navigation with Navigation Drawer Activity
Hello, I’m having trouble setting up a Bottom Navigation in a Navigation Drawer layout. If you can give any idea, follow the code. Mainactivity.java public class MainActivity extends…
-
1
votes1
answer65
viewsA: JSON data return without spacing
I was able to solve it, just change the answer.append(scanner.next()); by reply.append(scanner.nextLine());
-
0
votes1
answer65
viewsQ: JSON data return without spacing
I have a class that has a single method to make a request for data that are in JSON format and return a single "fantasy" field that in my case is stored in the Company name variable. This class…
-
2
votes1
answer75
viewsQ: What does #Document mean?
Good evening guys, I am analyzing a source code to parse and I came across an excerpt of the code in which appears a #Document but never seen it in my life, I gave a Google here but I found nothing…
-
0
votes1
answer1006
viewsA: Admob - Banner does not appear in my app
Problem solved! The app was shutting down due to a simple error that I hadn’t noticed in my Manifesto file. The form that was giving problem and the way it worked can be viewed below: Wrong Way:…
-
1
votes1
answer1006
viewsQ: Admob - Banner does not appear in my app
Good morning, I am trying to include a banner in an app via Admob following what: https://developers.google.com/admob/android/quick-start?hl=pt-BR#import_the_mobile_ads_sdk The problem starts when I…