d tag

2228 questions


1 answers
75 views
0
I want to use the same image (ImageView) in Android studio java language.

I am creating a board game application in Android studio java language.I want to display the same image every time I tap it, but I don't know how to do it.The image displays the image in a position th...


1 answers
94 views
0
I want to get bit information for the Office installed by the command.

I'd like to use the Windows command prompt to get information about whether the installed Office is 32-bit or 64-bit.You can obtain the name and version of Office software installed with the following...

2 years ago

1 answers
96 views
0
Error when adding new table when using SClite on Android

I am trying to build a database using SQlite while referring to various sites.Once I created a table and entered the data into the database, I was able to read it from the database, but when I added a...

2 years ago

1 answers
111 views
0
I would like to use Realm, but I cannot change the column name or type.

I started developing an Android app using Realm, but if I change the column name and type, the app will drop.Even if you change one of them, the app will drop.Configuring ProgramsMainActivity.kt·Creat...

2 years ago

3 answers
46 views
0
GameObject[] is not instantiated when using the C# hash table in Unity

GameObject[]go1;GameObject[]go2;GameObject[]go3;string [ ] tag = {A, B, C };Dictionary <int, GameObject[]>Dict=new Dictionary<int, GameObject[]>();Pict.Add(0,go1);Pict.Add (1, go2);Pict.Ad...

2 years ago

1 answers
40 views
0
I loaded the model I made with Maya into Unity, but sorting layer doesn't work.

I loaded the model I made with Maya into Unity, but sorting layer doesn't work.Can I set the sorting layer except for sprites?I look forward to your kind cooperation.

2 years ago

1 answers
46 views
0
How to remove the permission for `com.android.vending.BILLING' in the Android app created in Monaca

In the Android app created in Monaca, There is no item charge, but [In-app purchases available] is written under the installation button.Below is the application.https://play.google.com/store/apps/det...

2 years ago

1 answers
45 views
0
I want to hide CheckBoxPreference items dynamically on Android

I would like to hide the Android Preference item dynamically.<PreferenceScreen>・・・ <CheckBoxPreference android:key=test_key android:defaultValue=true android: title=@string/test_title/>...

2 years ago

1 answers
63 views
0
GAE/Poauth Invalid token signature occurs on a few percent of smartphones

Use Google Cloud Endpoint for Google App Engine/python servers I am communicating with the Android app.We are using OAuth authentication to identify users, and it will work well for the end of June th...


1 answers
37 views
0
I would like to ask you a question about wall-slip implementation at Unity.

I would like to reproduce wall slippage without using RigidBody in Unity.There are two things I don't understand, so I'm in trouble.When I looked into the wall slippage Using the Direction of Progress...

2 years ago
« - 73 - »

© 2024 OneMinuteCode. All rights reserved.