2228 questions
Windows 10Visual Studio 2015Xamarin version 4.1.1.3 installed in Visual StudioXamarin.Forms/Xamarin.Forms.Maps version 2.3.0.107 installed in the projectSamsung Galaxy Note Edge (Android 5.0) (I haven...
Suppose there are 10 listView items on the screen and the 11th item is off the screen.I want to get all 11 pieces of data, but I don't know how to refer to the 11th piece of data.If you execute the fo...
How do I fix the indicator of TabLayout to the center of the screen like Google's news app?By default, the indicator moves to match the tab, but I want the indicator to be fixed in the middle so that ...
■What you want to do The server certificate you purchased will be sent from the server of your project when you communicating with the server. I would like to check that it was sent. I don't know what...
1 String folder=Environment.getExternalStorageDirectory().toString()+/data;2 File dir = new File (folder);3 // Create without folder4 if(!dir.exists()){5 boolean result=dir.mkdirs();6 if(!result){7 re...
I've used OnColliderEnter() for behavior when object with script attached comes into contact with something else. For example, do you attach OnColliderEnter() to the controller to determine that other...
I have created an Android app using GCM, and I have obtained the registrationId using the code below to send the push notification, and I have saved it in SharedPreferences.
This is my first time to use it.I'm a beginner at unity.I wanted to display the image in Scene view.<How>Drag and drop images into the project view→In the inspector view, the texture type was sp...
Do you want to improve this question?Edit your post to clarify the issue you are trying to resolve by adding details.Closed 6 years ago.6 years agoWhen I tried to capture the sound source, FSBTool.exe...
I'm trying to make a game with Unity for the first time.I am currently struggling with how to manage the character's information.Character name (string type)Catch copy (string type)Introduction (strin...
« | - 17 - | » |
© 2024 OneMinuteCode. All rights reserved.