d tag

2228 questions


2 answers
122 views
0
When you want to run more than one of the same methods with task processing

Thank you for your help.If you want to run multiple tasks for a class of methods, use the new instance of the class and Should I run multiple tasks?Or should I use the new class and method for each ta...

2 years ago

1 answers
58 views
0
I'm suffering from a phenomenon where Rigidbody.AddForce stops working when Unity builds for Android.

There are no errors on the Unity editor before the build, but it works fine When you build it, it's both on the actual machine and on the editor.I am troubled that only the AddForce function does not ...

2 years ago

1 answers
40 views
0
I want to dim the status bar from the service.

I would like to always use setStatusBarColor() to darken the status bar in the background.If you do so in the class that inherited the service, you will get an error in getWindow().Please tell me how ...

2 years ago

1 answers
93 views
0
Hierarchical Model Form Does Not Appear

We are currently creating forms for models in hierarchical relationships.Below is the model file.post.rb has_many:itemsaccepts_nested_attributes_for —itemsitem.rb has_one:heading, dependent::destroyha...


1 answers
123 views
0
How do I change the value in EventHandler before onCreate?

I would like to change the value of uri according to the conditions before displaying WebView on Android. override fun onCreate (savedInstanceState: Bundle?) { super<DefaultActivity>.onCreate(s...

2 years ago

1 answers
82 views
0
Android Studio complements drawable and dimens, no longer available for viewing

It's just as the title says.Usually, if you define layout_background, etc. in XML, the value will be supplemented, but it will not be sudden, and even if you type it on your own, you will get an error...


1 answers
131 views
0
Information About Using the Translator Text API with Unity

Unity is creating an application for hololens.I want to use Azure's Translator Text API, but it doesn't work well.I will put the error and code on it, so please let me know when you know.The reference...


1 answers
79 views
0
Google Maps API v2 fails to display 3D

I am creating an application using Google Maps API v2 on Android.The map display and marker settings are normal, but when you zoom in, the 3D building is I'm in trouble because I can't see it. The dev...

2 years ago

1 answers
59 views
0
Search for NCMB: What is the function that searches by ID and returns whether it exists or not?

Nifty Cloud Mobile Background and Unity.Record the score using a unique ID.If you have already scored, there is no problem.Initial processing If I didn't have that ID doesn't workExample Taro 10 point...

2 years ago

1 answers
37 views
0
Learn how to launch the Android app from Google Assistant.

If you say Start Facebook app or Start Twitter app on Google Assistant app, the app will start.If the app is not installed, you will see a lead to the Play store.I have a question, how can I start my ...

2 years ago
« - 48 - »

© 2024 OneMinuteCode. All rights reserved.