id tag

1618 questions


1 answers
70 views
0
DYNAMICALLY CREATED BUTTON TEXT ACQUISITION METHOD

I would like to implement the process of retrieving the text of the button created in the for statement.I would like to identify the button I clicked when selecting the button without using id, is the...

2 years ago

1 answers
61 views
0
I want to add a button at the bottom of the list of apps.

I am creating a list of apps on Android, and I am trying to place a button at the bottom that is different from the list of apps.However, when the buttons are placed, all the buttons on the list are o...

2 years ago

1 answers
55 views
0
Understanding RAID 0 Reliability in Azure

When I was looking for a document to improve I/O performance in MySQL on Azure VM, I found the following URL:http://azure.microsoft.com/ja-jp/documentation/articles/virtual-machines-linux-optimize-mys...

2 years ago

1 answers
59 views
0
About OAuth Authentication

I'm a beginner in Android development.I have a question about OAuth authentication.Currently, we are developing to the point where when you press the authentication button on the screen, it goes to th...

2 years ago

1 answers
40 views
0
How to Configure Android Screen Orientation in Monaca

I am currently developing an Android app on Monaca.I don't know how to set the orientation of the screen.I looked it up on the Internet and found out that android:screenOrientation=landscape can be ad...

2 years ago

1 answers
111 views
0
The Android app does not reflect the settings.

I created the settings screen using the PreferenceLibrary and kotlin, but once I close the application and reopen it, it will be reflected, but if I use it as it is, the settings will not be reflected...

2 years ago

1 answers
51 views
0
How do I enable Firebase Notification to receive push notifications even if the application is forced to stop?

I created and sent a message from the Notification tab of the Firebase Console to verify that I can receive the message.The message to be sent specifies a message statement and label, and targets the ...

2 years ago

1 answers
77 views
0
Unity crashes when I build it on Android and boot it on a real machine.

Unity releases apps to AppleStore and GooglePlay.After building it on Android suddenly, it crashes when I start it on the actual machine, and it falls off right away.Below is the crash log filtered by...

2 years ago

2 answers
94 views
0
I want to use local squid for SSL decoding in multistage proxy configuration

Currently, there is a requirement to SSL decode on a locally booted squid, starting with the following configuration: | ----- Local PC --------- || || Browser-->squid-|-->proxy-->Internet ...

2 years ago

1 answers
91 views
0
Choose music within Google Music on Android.

In the Android application that I created around Android 2.1,Intent=newIntent();int.setAction(Intent.ACTION_PICK);int.setType(MediaStore.Audio.Media.CONTENT_TYPE);int.setData(MediaStore.Audio.Media.EX...

2 years ago
« - 36 - »

© 2024 OneMinuteCode. All rights reserved.