d tag

2228 questions


1 answers
30 views
0
Why is it light when the API is old?

I am a beginner in Android application development.I've been working on Android Studio 2.0, and I've been testing the actual machine on Android.4.1.2 (API16).There was no particular problem and it wor...

2 years ago

1 answers
111 views
0
I want to log in in interactive mode instead of looping at discord.py

import discordclient=discord.Client()client.run (TOKEN)With this, it becomes a loop and cannot be put into interactive mode.How do I log in in interactive mode?

2 years ago

1 answers
29 views
0
Implementation of UserStream using Twitter 4J

Create a Twitter clientUsing this site as a reference, I was studying Twitter client creation using Twitter 4J.I would like to get a timeline on UserStream because I am easily caught in API restrictio...

2 years ago

1 answers
59 views
0
The import statement is not recognized by Android Studio.

We are currently developing an Android app.Even though it is imported on the library class, the import statement is not reflected and it is in the red as follows:As a result, the gradle syncs, but whe...


1 answers
139 views
0
I am looking for a solution to the error during the fluidd operation.

Looking for a solution to the fluidd operation error.If you rewrite, run, and log the fluidd configuration file /etc/td-agent/td-agent.conf, the fluidd stops and checks the systemctl status td-agent.s...

2 years ago

1 answers
122 views
0
forever command

I stumbled while creating a discord bot.I created it with node.js and run it with the forever command, but there is a bug(?) that sends a lot of replies.This increases every time you issue the forever...

2 years ago

4 answers
89 views
0
Understanding How to Uninstall the .Net Application in IJCAD 2018

Developed using .Net at IJCAD 2018.I'm going to load the module with NETLOAD, but is there a way to unload it?Every time I modify the program, I need to restart CAD, so I would like to be able to unlo...

2 years ago

1 answers
101 views
0
I can't send emails from my Android device in Monaca.

with the following code:function sendMail(){ window.plugins.webintent.startActivity( { action: window.plugins.webintent.ACTION_VIEW, url: 'mailto:mail address' }, function() {}, function() {al...

2 years ago

2 answers
158 views
0
Tips for finding the cause of the boot drop

There is an app that has been created on Android Studio, converted into Apk, and uploaded to the Google Play Store for about a month.If you look at the recent review section, you can see a lot of user...

2 years ago

1 answers
39 views
0
Is there a way to check the operating system display language?

Is there a way to check the language mode of the operating system?I looked for the document but couldn't find it.I would like to display the message (Japanese or English) according to the OS settings.

2 years ago
« - 83 - »

© 2024 OneMinuteCode. All rights reserved.