d tag

2228 questions


1 answers
83 views
0
How do I get Google colab to automatically load learning data sets?

For example, when reading data locally, def dataLoadBatch(self, num_samples): X = [ ] Y = [ ] for h in range (0, num_samples): I=io.imread(data/images/salMap_{:05d}.jpg.format(h)) X.append(I) label...


1 answers
102 views
0
No sound from apk debug built package

Thank you for your help.I am creating an Android app with monaca.The actual debugger played sound, but when you create and run a debug build of the package, the apk package does not play sound.Other a...

2 years ago

2 answers
66 views
0
Want to Destroy Prefabricated Game Objects

I have a question at Unity.Currently, I've tried to create multiple game objects in an instance and try to destroy them, but I'm having a hard time.In addition, the following error has occurred, so th...

2 years ago

1 answers
85 views
0
Understanding Unity 2D Circular Movement

I would like to do circular motion while tapping Unity 2D, and when I release it, I would like to do a circular motion to fly the object in the direction where the force was working, but I didn't know...

2 years ago

1 answers
104 views
0
How do I close the PreferenceScreen?

I created an application with user settings using Kotlin and the Preference Library, but I don't know how to close the settings screen.I want the title bar to go back when I press that button on top.(...


1 answers
38 views
0
I want TimePickerDialog to be in spinner mode

If you call TimePickerDialog from java, you will be in clock mode, so I would like to know how to call it in spinner mode.Calendar calendar=Calendar.getInstance(); int hour = calendar.get(Calendar.HOU...

2 years ago

1 answers
79 views
0
What's the name of this?

What is the name of this that manipulates objects in unity?

2 years ago

1 answers
36 views
0
To make the icon that you tap on Android appear larger in front of you

On Android TV, the icon you are selecting is bigger and it is on the front.I would like to show the same effect on Android apps on my smartphone.·Tap to display the icon in front of you and increase i...

2 years ago

1 answers
103 views
0
Attempting to link values in Adapter with TextView in ListView fails.

Adapter and activity_main.xml are described as follows:If you enable commenting out, the execution fails.There are many methods in MainActivity.java, but Failed when setting Adapter to ListView, or On...

2 years ago

1 answers
58 views
0
What other programs were developed by unity other than games?The impression of the game comes first. [Closed]

This question appears to be outside the scope defined in Help Center for stack overflow.Closed 6 years ago.6 years agoRecently, I am developing unity as a hobby. Unity itself is fun and makes simple g...

2 years ago
« - 50 - »

© 2024 OneMinuteCode. All rights reserved.