d tag

2228 questions


2 answers
92 views
0
Package android.support.v7.internal.widget Does Not Exist After Installing Xamarin.Forms.Maps

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...


1 answers
87 views
0
How to Obtain a Reference to an Off-Screen Item in Android Listview

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...

2 years ago

1 answers
130 views
0
Securing the android TabLayout Indicator to the Center

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 ...

2 years ago

2 answers
140 views
0
I would like to know how to verify the server certificate with only the server certificate of my project as positive.

■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...

2 years ago

1 answers
86 views
0
Cannot create folder on Android device external storage

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...

2 years ago

1 answers
114 views
0
Understanding Unity OnColliderEnter() Object Management

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...

2 years ago

1 answers
81 views
0
Regarding the handling of registrationId when changing Android devices

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.

2 years ago

1 answers
94 views
0
How do I treat an image as an object?

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...

2 years ago

1 answers
94 views
0
Unable to capture sound source [Closed]

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...

2 years ago

2 answers
96 views
0
To manage character information in unity

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...

2 years ago
« - 17 - »

© 2024 OneMinuteCode. All rights reserved.