d tag

2228 questions


1 answers
135 views
0
Where and what should I put in the discord program to make the person who sent the message comment?

I use Python 3.7import discordclient=discord.Client()@client.eventasync def on_ready(): print('We have logged in as {0.user}'.format(client))@client.eventasync def on_message(message): if message.auth...

2 years ago

1 answers
112 views
0
TextColorPrimary does not work on ActionBar on Android

I am trying to change the background and text color of ActionBar on Android on Android Studio.I was able to change it in ActionBar background colorPrimary, but I cannot change it even if I use textCol...

2 years ago

1 answers
77 views
0
How do I use elements of a record as wildcards when searching find_by?

Is there a way to make an element of a record that is rails recognized as a wildcard or to implement something similar?There is a post model that shows the article you posted.The post contains the aut...


1 answers
108 views
0
Regarding the libpng version used in cordova plugin crosswalk

We have received an announcement that the app currently registered with Google Play is using version ligpng, which contains the vulnerability.While I was looking into where it was used, $grep-r libpng...

2 years ago

1 answers
79 views
0
If you press the back button and exit the app, it will continue in the background.

It became cordova 4.1 in monaca, but if you choose this one, It seems that the application is running in the background when the Android back button is pulled out.BGM, regular sound effects will be he...

2 years ago

1 answers
85 views
0
How do Windows Store apps built from Unity support changing the window size?

iThis is a problem that you encounter when porting Unity titles developed for iOS and Android as Windows Store apps.Windows 8.1 allows you to change the window size of the Windows Store app, but when ...


1 answers
39 views
0
Is there an API to determine if mobile data limits have been reached?

Is it possible to determine whether mobile data usage is over and restricted by Android API?

2 years ago

1 answers
88 views
0
How to set the version code for submitting an application to Google Play.

I built the app in ARM version using cordova 5.2.0.The app version code generated at this time is not larger than the version code you created before, so you cannot submit it to Google Play.How can I ...

2 years ago

1 answers
104 views
0
Is it possible to edit the intent in dialogflow after releasing the Google home app?

I am creating my own application using Google home.After creating the app, I am thinking about applying to Google and releasing it (which can be called from a regular Google home).I am working with di...


1 answers
102 views
0
Error when using deprecated API for plug-in called TTS when debugging with cordova

I am re-creating the app that is working properly with cordova in an environment where I build it directly.The reason is that I wanted to be able to use the advertising plug-in I wanted to use.However...

2 years ago
« - 45 - »

© 2024 OneMinuteCode. All rights reserved.