d tag

2228 questions


1 answers
105 views
0
C# Cannot Call Static Method Through Instance

class playerstatus{ public static int coin=100;}US>class sample { cointext.text=coins:+playerstatus.coin.ToString();}This brings up cs0176 and Static member'playerstatus.coin'cannot be accessed with a...

2 years ago

1 answers
76 views
0
Using static to Access Other Static Classes [Closed]

Do you want to improve this question?Edit your post to clarify the issue you are trying to resolve by adding details.Closed 6 years ago.6 years agoFor example, To sampleclass public static int sample ...

2 years ago

1 answers
89 views
0
I want to get Bookmark through the Android app.

I am studying the Android application by referring to the following documents.http://tutorial.jp/prog/android/andman.pdfI wrote the code referring to p.112 Examples of Applications Obtaining 6.6.5 Boo...

2 years ago

1 answers
102 views
0
Is there a good way to improve the animation movement of each device (iOS, Android) with a hybrid application?

I'm a beginner in programming.I am currently developing an app using Monaca.I'm working on an animation that turns the card upside down.I checked with the debugger and found that on iOS and Android de...


1 answers
64 views
0
How to communicate with the service on Android

If the service started with startService assumes that it runs in the same process as Activity, Data interaction between services and Activity is done without complicated methods such as binding.Can I ...

2 years ago

1 answers
81 views
0
Object Generation Hierarchy

I use unity.I generated an object with instantiate.If you are not in canvas, you cannot use the ugui button, so you must generate it in canvas.Therefore, to create a hierarchy within canvas by specify...

2 years ago

1 answers
96 views
0
I want to release AlertDialog, but I get a build error.

Problems you are havingI want to issue an AlertDialog, but I get a build error.I looked it up, but I don't know, so please let me know.valdialogBuilder=AlertDialog.Builder(this)Here's an error message...

2 years ago

1 answers
135 views
0
There's a class group that's having trouble classifying packages.

Based on MVC, we are currently classifying as described below. I'm worried about what to do with the class in the last Other Fragment related.I have designed mainly 1 screen 1 Fragment 1 custom ViewGr...

2 years ago

1 answers
65 views
0
The emulator now freezes.

I usually use the SDK emulator that comes with Android Studio.The main Nexus 5 emulator now freezes.Specifications are as follows: Model: Nexus 5OS:Android 5.1.1 x86Emulated Preformance:Use Host GPURA...

2 years ago

1 answers
111 views
0
Obtaining Tilt with Olympus Camera Kit

Attempting to get tilt (roll, pitch) via Olympus Camera Kit.If you look at the Android version of OAModeDial, the level display follows subtle changes in angle.In an application using CAMERA KIT, onUp...

« - 20 - »

© 2024 OneMinuteCode. All rights reserved.