Posts by Matheus Muriel • 164 points
8 posts
-
3
votes1
answer599
viewsA: Printing via cmd
Have you tried to map it to a server port? (Example LPT) 1 - Control Panel > Devices and Printers 2 - Right click on the device and go to printer properties (not only properties) 3 - Go to the…
cmdanswered Matheus Muriel 164 -
0
votes2
answers1012
viewsA: Drive with 2D Touchscrren
using UnityEngine; using System.Collections; public class Player : MonoBehaviour { private float speed = 1.5f; //Controle de Zoon private Vector2…
-
2
votes2
answers1012
viewsQ: Drive with 2D Touchscrren
I need to make a C#Script code for moving a 2d character in Unity. I developed a code that runs well on the pc using arrows, but I have no idea how to make it move using the touchScren of an Android…
-
1
votes1
answer625
viewsQ: Limit of Android Layout
Good morning, I made a Layout for my last project, and agr want to expand the fields, soq for this I want the layout not to end up in the corner of the screen, I want me to slide my finger and lower…
-
2
votes1
answer467
viewsQ: Media Player, stop sound before playing another
Good morning, I’m with a project so that when a button is pressed it will perform a predetermined sound however if I press a dps button on the other, it gets both sounds ringing, I tried to if in…
-
2
votes2
answers5551
viewsQ: How to play sound on android
Good morning, I would like to know how I can make a code so that by clicking a button it plays a sound
-
1
votes3
answers467
viewsA: What is the best method for exceptions?
Good morning friend :D Tbm am new in programming and am focusing on Android in the project I’m doing agr I used "if" which works as excel "SE" function. You give one condition and he does something…
-
3
votes3
answers797
viewsQ: How to consider an empty Edittext as "0"
I’m developing an Android app that calculates 3x3 matrices so I’m 18 EditText, however if I want to multiply a matrix 2x3, 2x2, 1x2, etc. I would have to fill the fields of the matrix size and leave…