Posts by Diomar Rodrigues • 15 points
4 posts
-
0
votes1
answer162
viewsQ: Drag and drop Unity
I’m trying to develop a simple Android game in Unity, with drag and drop function. I used the following method to catch the object: public void drag(){ transform.position = Input.mousePosition; }…
-
0
votes1
answer290
viewsQ: Implementation of recyclerView within tabLayout
I would like help to solve the following problem, I know it may be simple for many but for me it is still a little complicated, so. I have a simple Android project with 3 tabs, being them 1,2,3. I…
androidasked Diomar Rodrigues 15 -
0
votes1
answer114
viewsQ: Ideal image size
Someone would know me what is the ideal size for this type of image, where I make the configuration to leave in this same format of the image below.…
-
1
votes1
answer226
viewsQ: implementing onClick
My problem is this: I have a string array with the name phrases, where I have several sentences. And I’d like to show them all in one TextView one by one each time you press the button "next". Any…
androidasked Diomar Rodrigues 15