id tag

1618 questions


1 answers
33 views
0
Screen transition when Wi-Fi connection is disconnected

When connecting to Wi-Fi on Android Studio, the screen is transitioning, but the loading speed is slow, so I'm having trouble.OnResume is time with Activity at the front, so I'm wondering if the loadi...

2 years ago

1 answers
115 views
0
File is not generated when I write to FileOutputStream on Android

I am writing the file output on Kotlin.If you check the operation, there is no error and no file is generated even though it is written.file.createNewFile()If you first generate and write the file in ...

2 years ago

1 answers
117 views
0
If you install the admob at the bottom of the screen in Unity, only the Andrdoid app will have a margin at the bottom.

This is my first time making a game with Unity, but when I put the admob at the bottom of the screen (AdPosition.Bottom), it doesn't fit exactly at the bottom of the screen, creating a space equivalen...

2 years ago

1 answers
127 views
0
I want to get the original image right after shooting.

I have a question using the OLYMPUS SDK (CameraKit) for Android.I would like to obtain the JPEG file of the photo taken immediately after the photo is taken.The API currently provided allows you to ob...


1 answers
66 views
0
ListView to Fragment or ListView to new Activity?

Now I'm creating an app for music scores, and first, the list of songs is ListView and appears as TextView.I am still a beginner in programming and Android Studio, but I would like to see the score of...


1 answers
40 views
0
In the alert dialog, simple_list_item_2 displays the information obtained in realm.

I'd like to see a list view with simple_list_item_2 in the alert dialog like the title, but I get an error message when I set the list view in the builder instance and run it.Why?java.lang.IllegalStat...

2 years ago

1 answers
115 views
0
I can't google authentication with Android app

I am creating an Android app using Firebase.If you want to use Firebase, you should do Google authentication and then Firebase authentication.GoogleSignInResult.isSuccess() from the source below retur...


1 answers
28 views
0
File Locking on Android Does Not Work Properly

In order to achieve exclusive locking between Android apps, we use FileLock and FileChannel classes, but the following events have occurred in which multiple apps can acquire locks at the same time.Co...

2 years ago

2 answers
130 views
0
There's only one app I'm touching on Android and iPhone, but what do you call switching it to a specific app?

I don't really understand the expression, so I have a question.On iPhone and Android, there are several apps running, and I think only one of them is the target.For example, on the iPhone, if you swip...


1 answers
36 views
0
Unable to create keystore for Android app in monaca

When I tried to create a keystore for the Android app in monaca, I got an error saying Fail to create keystore and I couldn't create it at all.I don't use two-byte characters, but does anyone know wha...

2 years ago
« - 45 - »

© 2024 OneMinuteCode. All rights reserved.