Posts by MateusFMello • 166 points
12 posts
-
1
votes2
answers436
viewsA: Recyclerview is behind/hidden from Toolbar/Actionbar
Before the valuable helping of our colleague Natan Felipe I arrived at the following solution, sought a replacement for the layout_below in the CoordinatorLayout that through ignorance I was already…
-
-1
votes2
answers436
viewsQ: Recyclerview is behind/hidden from Toolbar/Actionbar
Solution: link Good evening, guys, how are you? I have a problem and to be clear I took a print to show you: As you can see the list (Recyclerview) is getting behind while it should be below the…
-
0
votes1
answer214
viewsQ: What is the best and safest way to identify a device in the webservice?
I am developing an APP (currently only Android - pure Java), it consumed a webservice made in PHP (using the mini Framework Silex). As we know today we have to protect everything to the fullest, so…
-
0
votes2
answers1241
viewsA: Store multiple select in a single column with PHP/javascript + Mysql
The same thing @Magichat said, using name of inputs in this way name="name-input[]" so you can add as many inputs as you want in the form and PHP will receive as if it were an array, but as was…
-
0
votes1
answer627
viewsA: Variable inside an array does not work
Friend first on $files["remote"] = \Cloudinary\Uploader::upload($sample_paths["couple"], array_merge($default_upload_options, array( "public_id" => "$idbusca", )) Remove the double quotes (")…
-
1
votes2
answers461
viewsA: Timezone does not work PHP
When syntax errors happen they are reported on screen, if it does not appear on the screen they are stored in logs, this data is very useful to solve problems or to ask questions to third parties…
-
1
votes1
answer648
viewsQ: Extract data from JSON within JSON that they see from a Web Service serving an Android APP
Good night, guys, how are you? I am developing an Android APP and it consumes data from a webservice, but I’m having trouble bringing some information to the APP. This is the JSON I return to my…
-
1
votes3
answers63
viewsQ: Id of Dice changes before JS time
Hello guys I’m having a huge problem, next I need to create an element and send via ajax wait for the return (done/fail) and perform an action on this element, but sending and creating elements can…
-
5
votes1
answer2115
viewsQ: Switch between branchs in GIT and changes remain in the current branch
Well personal I was with a doubt and when asking the question here on this same topic I am opening I answered myself but decided to continue to help someone who might have the same doubt. My…
-
0
votes3
answers240
viewsA: Working with X-layer array in JS
I just found what I wanted, $.extend(true, param1, param2);, but it depends on jQuery. It works as follows, the true informs that we want to add data from param2 in the param1 recursively, as we can…
-
0
votes3
answers240
viewsA: Working with X-layer array in JS
In certain structures of the objects the function entered in infinite loop, therefore I made a small change and I come to share with you In else aC = completarObjetos(obj, aC); i added the following…
-
4
votes3
answers240
viewsQ: Working with X-layer array in JS
I have a big problem, I have researched several places and I have not found the solution I hope you can help me... My goal is to create a JS function that will take an array as a base, which here I…