d tag

2228 questions


1 answers
97 views
0
I want to use LISP in IJCAD to display the slide file in the dialog box, but I cannot display it in white.

According to the IJCAD LISP help, the (fill_image) and (slid_image) functions seem to be supported, but the slide file remains white and the slide file is not displayed.(By the way, if the color of CA...

2 years ago

1 answers
41 views
0
Is there a way to detect LongClick with Spinner on Android?

It has been confirmed that onItemLongClick cannot be used with spinner.Like this code, I would like to use Handler to write onTouch(), and if the button is pressed after 1000 msec, press and accept. A...

2 years ago

1 answers
37 views
0
Keyboard Development with Android Custom xml

I am thinking of creating a custom IME using Android Studio.Instead of occupying the bottom of the screen like the numeric keypad/qwerty layout since AssistiveTouch on iOS or Hero Keyboard, JavaScript...

2 years ago

1 answers
36 views
0
Error in Location Information Positioning

We are developing an application using Location Manager, but when we get location information from WiFi and the network, we may get a location that is completely different from our current location.Is...

2 years ago

1 answers
50 views
0
What should I do to make it a resident application with monaca?

I created an app, but I want to call commands regularly, but I can't do it when I turn off the app.How can I make regular calls?

2 years ago

1 answers
38 views
0
Testing Techniques for Slow Line Timeouts in Mobile Development

When developing mobile systems such as iOS and Android, the wifi environment is comfortable in development environments, which often overlooks abnormal system tests that can occur in real-world enviro...

2 years ago

1 answers
37 views
0
Learn how to start the service only while the app is closed.

I would like to start the service only when I return from the currently open screen (MainActivity) or press the Home button to do something else, and give notifications every certain time.When I go ba...

2 years ago

2 answers
125 views
0
Import Facebook SDK in Android Studio

Error: (10) Plugin with id'com.android.library'not found.When I imported the Facebook SDK from the Import Module on Android Studio, I got the above error when I synchronized with Gradle.The cause is u...


1 answers
60 views
0
I want to draw a smooth 3D parabola.

We are developing at Unity.I draw 3D parabola with columns arranged side by side like LineRenderer. [SerializeField] Vector3[]_positions;SerializeField int_sides=3;SerializeField float_radius=2;privat...

2 years ago

1 answers
112 views
0
Error in OpenGL

I tried to run OpenGL using the Google sample MediaEffect, so when I ran on Android Studio, the following error occurred and it stopped running.I think it was working when I first ran.Please tell me w...

« - 58 - »

© 2024 OneMinuteCode. All rights reserved.