Posts by Omeuestilo • 69 points
5 posts
-
0
votes1
answer59
viewsQ: React: Appbar material-ui is not shown
Hello, I installed the material-ui in React to do tests, but Appbar does not show on screen. I created an Appbar component that uses the Appbar material-ui, then used it in the App class, and it…
-
0
votes1
answer86
viewsQ: Always the same output in C
I wonder why the last printf of my program is always the same? I made it in C and I am beginner. The purpose of the program is to check if a number is palindromic or not. But when it comes time to…
casked Omeuestilo 69 -
0
votes1
answer581
viewsQ: Segmentation failure in C language
Hi, I have a problem... The code only runs until a part after this appears: Falha de segmentação (imagem do núcleo gravada) Follow my program below: #include<stdio.h> #include<stdlib.h>…
-
4
votes2
answers402
viewsQ: Unity: character walks side by side instead of front
Hi, I have a question on Unity3d 5! My character, instead of moving forward, with WASD, he moves sideways. My script: using UnityEngine; public class PlayerController : MonoBehaviour { void Update()…
-
0
votes2
answers302
viewsQ: How to create new Textviews inside a Java scrollview in android studio?
Hi, I have a question to make an app: I need to create a new Textview within a Scrollview at each click of a button. I still need to put attributes to the textview, such as its placement on the…