Posts by Pedro Vinicius • 43 points
6 posts
-
1
votes0
answers31
viewsQ: Problem passing parameters to a Java controller
I am having a problem trying to pass parameters to any controller, using as example two of my controllers: The controller1 has the following function to navigate to controller2: public void…
-
-1
votes1
answer39
viewsQ: Problem trying to open a Drawer Navigator nestled inside another Drawer Navigator - React Native
I have a main screen that contains two Navigators Drawers (one to navigate between the screens and the other to apply a filter to the main screen). Well, each screen has a header that contains the…
-
-1
votes1
answer374
viewsQ: Textinput formatting problem in React Native
I have the following React Native component which is a screen to fill in data from an activity: import React, { useState } from 'react'; import { View, Text, TextInput, TouchableOpacity, Switch,…
-
1
votes1
answer1076
viewsQ: Problem adding SVG to React Native
I am unable to add an SVG to a component (SplashScreen), follows the code: import {LinearGradient} from 'expo-linear-gradient' import React from 'react'; import {Text, View, Image} from…
-
0
votes1
answer83
viewsQ: Invert string in C - String problem with even number of characters
Well, I have the code below that should reverse a string and show if it is a palindrome. However, when the word has an even number of characters the result is wrong. I think the error is in the…
-
1
votes1
answer98
viewsQ: How to improve this code? Simple Question in C
I have a question asking to calculate a due value of each car by parking and print on a tabular exit, ex: Carro Horas Valor 1 2.0 2.0 2 3.0 2.0 3 4.0 2.5 TOTAL 9.0 6.5 I was basically having trouble…
casked Pedro Vinicius 43