d tag

2228 questions


1 answers
115 views
0
I want to activate the camera with an application developed on a cross platform and change the frame rate and shutter speed of the preview screen.

We have created an app that allows you to preview camera images on iOS app and change the frame rate of the screen, the shutter speed of the camera, and the iso value in real time.import UIKitimport A...


1 answers
45 views
0
I want to move the object slowly to the specified position.

I want to move the object slowly to the specified position, but not slowly, but in an instant, I get to the last specified point.Does Vector3.Lerp not work well with while?Please let me know if there ...

2 years ago

2 answers
90 views
0
I want SQLite to insert the structural list as it is

We are developing at Unity.create table hoge_view(hoge_id1 integer, hoge_id2 integer, hoge_id3 integer, hoge_id4 integer, hoge_id5 integer);and so on.I would like to insert the values of the structura...

2 years ago

1 answers
52 views
0
Pull and skip Unity object

I'd like to write a process in which pulling any game object on the screen in Unity 2D flies in the opposite direction of pulling, but I'm having a hard time because I can't see anything at all.If you...

2 years ago

2 answers
42 views
0
I want to blur the boundaries and overlap them when I synthesize images on Android.

I am writing the process of overlapping two images on Android as follows.Bitmap imageA=loadImage();Bitmap imageB=loadImage();Bitmap output = Bitmap.createBitmap (width, height, Config.ARGB_8888);Canva...

2 years ago

1 answers
70 views
0
warning —already initialized constant APP_PATH

The rails suddenly stopped working...This is the log displayed.>bin/rails:6:warning:already initialized constant APP_PATH>/Users/Sean/Desktop/Renascence/bin/rails:6:warning:previous>definitio...


1 answers
66 views
0
Library Split Offerings

These days, I think aar and jar are often published on jcenter and maven central, but I'm looking for a way to partially publish libraries like Google play services.If you only want to publish it sepa...

2 years ago

1 answers
114 views
0
To call getSupportFragmentManager in Activity

I would like to call getSupportFragmentManager for a class that does not inherit FragmentActivity (inheriting Activity). Because you still need to see dialogs in previous operating systemsYou cannot u...

2 years ago

1 answers
114 views
0
Function and Button Behavior Questions

I have a question about developing an application on Android Studio.I want to create a function that calculates the distance when I get the location information from GPS and press the button, but I'm ...

2 years ago

3 answers
47 views
0
I want to restrict IP in NanoHTTPD.java

minSdkVersion:19targetSdkVersion:19http://komamitsu.hatenablog.com/entry/20120223/1330013934Using the above information, I am running NanoHTTPD on Android.Due to the restriction of the source of acces...

2 years ago
« - 57 - »

© 2024 OneMinuteCode. All rights reserved.