d tag

2228 questions


1 answers
96 views
0
About icons that can be used for UIBarButtonItem

Developed with xcode 6.2.I am using storyboard, but if there is a way to use swift, please let me know.To UIBarButtonItemhttps://developer.apple.com/library/ios/documentation/UserExperience/Conceptual...

2 years ago

1 answers
84 views
0
IJCAD .NET Plotter Output Results

AutoCAD's VBA receives the following results when outputting files and plotters:boolir;GcadDocument AOBJ;if()// For file output{ ir=AOBJ.Plot.PlotToFile(@C:\Temp\test.PLT);}For else//PLOTER output:{ i...

2 years ago

1 answers
116 views
0
I can't google authentication with Android app

I am creating an Android app using Firebase.If you want to use Firebase, you should do Google authentication and then Firebase authentication.GoogleSignInResult.isSuccess() from the source below retur...


1 answers
39 views
0
button click determination

If there is an object (imageUI) above the button (background), is there a way to ensure that the overlapping objects have the same effect?There is a button all over the bagground.Press button to start...

2 years ago

1 answers
39 views
0
About retrieving components that do not retain child objects

I wanted to get the Render component of the child object by placing the following script on the parent object:However, not all child objects have Render components, so the MissingComponentException ca...

2 years ago

1 answers
29 views
0
File Locking on Android Does Not Work Properly

In order to achieve exclusive locking between Android apps, we use FileLock and FileChannel classes, but the following events have occurred in which multiple apps can acquire locks at the same time.Co...

2 years ago

2 answers
131 views
0
There's only one app I'm touching on Android and iPhone, but what do you call switching it to a specific app?

I don't really understand the expression, so I have a question.On iPhone and Android, there are several apps running, and I think only one of them is the target.For example, on the iPhone, if you swip...


1 answers
36 views
0
Unable to create keystore for Android app in monaca

When I tried to create a keystore for the Android app in monaca, I got an error saying Fail to create keystore and I couldn't create it at all.I don't use two-byte characters, but does anyone know wha...

2 years ago

1 answers
73 views
0
Build Fails in Android Studio

We are developing a hybrid app with ionic.When I build an ionic environment and build with Android studio, I get the following error:Task 'assembly' not found in root project 'app'. at the terminalion...


1 answers
84 views
0
After detecting the UIImageView tap with Swift, I want to transition to the detail screen.

I set up two UI ImageViews on the storyboard, each with the same image.I set the tag to 1 and 2 respectively.@IBOutlet weak variv2:UIImageView!@IBOutlet weak variv:UIImageView!override func viewDidLoa...

2 years ago
« - 81 - »

© 2024 OneMinuteCode. All rights reserved.