Posts by Rodrigo Salvador • 1 point
4 posts
-
0
votes1
answer65
viewsQ: SQL in propagated data
I need to hit the SQL below for the database Oracle. The idea is to retrieve the code from the table Produto associated with the table code Matriz. In this structure, the Matriz is related to at…
-
0
votes2
answers166
viewsA: Misaligned floatingactionbutton
I solved the problem by changing the Layoutparams from Coordinatorlayout to Tablelayout. But I still don’t understand why the first one didn’t work. I’d appreciate it if someone could explain. The…
-
0
votes2
answers166
viewsQ: Misaligned floatingactionbutton
Hello I have a Tablelayout created dynamically, and I want to insert a FAB on the screen. The problem is I can’t get the normal alignment in the lower right corner. Am I missing a parameter? Follow…
-
0
votes1
answer167
viewsQ: FAB + Nullpointerexception button
I suppose it’s a simple problem, but I can’t visualize the solution. I created a floating button (FAB) in a Fragment on Android, and when trying to configure Clicklistener, I get a Nullpointer…