Posts by Rodrigo • 55 points
4 posts
-
3
votes1
answer585
viewsQ: Join two arrays in one with PHP
I have the following PHP: <?php $itens1= array("fruta1"=>"laranja", "fruta2"=>"morango"); $itens2= array("fruta3"=>"goiaba", "fruta4"=>"uva"); array_push($itens1, $itens2); echo…
-
0
votes0
answers91
viewsQ: Error calling android studio java method
I’m having the error of: java.lang.NullPointerException: Attempt to invoke virtual method 'android.content.res.Resources android.content.Context.getResources()' on a null object reference when…
-
1
votes0
answers56
viewsQ: Sending and Returning variables from a separate asyncTask in a separate java class
I am developing a program that consists of inserting variables, processing them through an Asynctask in a separate java class called backgroundWorker and returning values, according to the drawing…
-
1
votes2
answers68
viewsQ: Foreign Key (foreign key) referencing utility in the database
I have a question in jobs with databases. Exemplifying, as the image below: Well, I know I should include in the table agendar_consulta the user who needs a consultation and the doctor who will…