Posts by Yuri Calistrato • 101 points
7 posts
-
0
votes1
answer136
viewsA: Access React Native Scrollable Tab View state
A resolution would work with functions linked to the Instantiated Object( The App.js Status Holder: Bind or Arrow Functions ). You implement Appjs functions that change the state of the parent node…
react-nativeanswered Yuri Calistrato 101 -
0
votes1
answer1102
viewsA: How to close one screen (navigation) in React Native, from another
Oops, all right? If case you are using the library React-Navigation, for you to achieve this, you can manage the "Back" of Android using a Backhandler. Example: import React from 'react'; import…
-
0
votes1
answer137
viewsA: Error when building a project in React-Native
I took a crack at her doubt and there is a similar question from her in Stackoverflow in English. This is the link. Summarizing and sort of translating, your project’s PATH when it comes to…
react-nativeanswered Yuri Calistrato 101 -
0
votes1
answer195
viewsA: Question React-Native
If you use the technology for showing off (Frontend), it is possible yes. Not that it is not possible to execute events, program data processing and etc. But by "Facility", it gives yes. With…
react-nativeanswered Yuri Calistrato 101 -
4
votes2
answers678
viewsA: I cannot bring the database data from more than one table
I don’t know if you understood that little detail: $sql = mysql_query("SELECT * FROM tb_projetos ORDER BY nome"); In the second part, you are creating a Query ( Request ) to the * ( All ) table…
-
4
votes2
answers2528
viewsA: Search for tree depth
The navigation found on the Wikipedia uses recursiveness. public void emOrdem(ArvoreNo no) { if(no != null) { emOrdem(no.getNoE()); System.out.print(no.getInfo()+" "); emOrdem(no.getNoD()); } }…
-
2
votes1
answer1194
viewsA: Prevent a second click on the same button
A viable solution would be to create a Listener(Listener) for when your Muffin is clicked or undergo any change, he alter his status even when you want. Another would be for you to add one Handler…