id tag

1618 questions


2 answers
157 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

2 answers
88 views
0
I want to create a background with an outer frame.

I set the length and width to matchparent in LinearLayout on the outermost frame of fragment.xml, but it doesn't spread to the whole screen of the device, but it only spreads to the content of the con...

2 years ago

1 answers
122 views
0
Regarding udp communication on Android devices

I am creating an application that communicates udp packets using global ip on andoid terminals.Currently, packets can be communicated between terminals in a local environment using local ip.However, i...

2 years ago

1 answers
71 views
0
Is there a way to get tweets randomly from Twitter by specifying a user ID and hashtag?

Looking for a way to get only one random tweet with a specific hashtag from the specified user tweets.I looked at the REST API documentation on Twitter, and it seemed that there was no API that could ...

2 years ago

1 answers
32 views
0
About the number of xml transparent images on Android and the processing speed.

Thank you for your continued support on this site.It seems that the cause of the animation, which I didn't know the cause more than before, and the reason why the frame seemed to fall off when the ima...

2 years ago

1 answers
38 views
0
I created an application that starts the timer at a specific time, but the countdown does not work at the specified time.

We are developing Android apps using Java.I set the conditional branch using localtime and isafter so that the timer starts at a specific time, but the countdown does not work at the specified time.Wh...

2 years ago

2 answers
80 views
0
How to request if you have multiple channels in a single Google account on YouTube data api

I am using Youtube data apiv3 with a client for Java.YouTube.Channels.List channelRequest=youTube.channels().list(id, snippet, contentDetails);channelRequest.setMine(true);channelRequest.setMaxResults...


1 answers
117 views
0
How to Set the Particle Generation Location

Thank you for your help. I'm randomly generating particles, but I'd like to expand the position where these particles are generated to the left and right, so what should I do? As for the image, partic...

2 years ago

1 answers
64 views
0
NDK fails to resolve std,cv names in cpp in JNI

I am trying to import and compile OpenCV tutorial (OpenCV Tutorial 2-Mixed Processing) in Eclipse.Symbol'std'could not be resolved, Symbol'cv'could not be resolved in jni_part.cppIt will be APP_STL sp...

2 years ago
« - 47 - »

© 2024 OneMinuteCode. All rights reserved.