id tag

1618 questions


1 answers
302 views
0
Is there a way to detect the uninstallation of my app on my iPhone?

I saw that Android is possible by receiving a package deletion Intent notified by Broadcast.Please let me know if there is a way to detect the uninstallation of your own application on the iPhone.[Wha...

2 years ago

1 answers
132 views
0
Android Foreground Service

As for the foreground service, I think I have to call startForeground within 5 seconds to notify the user. On the other hand, can I use the foreground service without user notification for 5 seconds?

2 years ago

1 answers
140 views
0
I want to unfocus editText in scrollView

If you don't use ScrollView, even if you're focused on EditText, tap anything other than the EditText portion of the screen to remove the focus of EditText.However, if you put ScrollView in LinearLayo...

2 years ago

1 answers
139 views
0
Uploaded APK signature is invalid

When I tried to upload the app to Google Play, I got the following error, and when I looked it up, I found that there was a problem with the minSdkVersion and targetSdkVersion numbers.But I'm troubled...

2 years ago

1 answers
91 views
0
Use Non-Standard Font on Android

I'm thinking of making a simple game using OpenGL for Android devices, and I want to use my own font.I am using the following application.AppCompatActivityGLSurfaceViewRenderAlso, I use the following ...

2 years ago

1 answers
63 views
0
I want to use GoogleMap for car navigation.

We are investigating whether the Android app can enable the navigation function using GoogleMap.The route from the current location to the destination was obtained through Google's route search API.Be...

2 years ago

1 answers
130 views
0
be processed after the loop of the for statement ends

I am programming on Android Studio.From the list containing random numbers, take the value with a for statement and pass the action with a switch statement.There is a part called button.setBackgroundC...

2 years ago

1 answers
131 views
0
I want to put the Android app name in Japanese.

I tried the following two methods, but I couldn't put the app name in Japanese on Android.Method 1Do what is written on the site below and add the platforms folder when you build it.https://designsupp...

2 years ago

1 answers
131 views
0
Refused to get unsafe header "Content-Length" when communicating with the server

I am creating an Android app in the development environment of monaca.I'm trying to get information from an external server using the following logic.Refused to get unsafe header Content-Length The er...

2 years ago

1 answers
85 views
0
I want to scroll through listview to hide titlebar

Here's what I want to do https://github.com/rkowase/android-bottom-navigation-custom-behavior-sampleThe one in the middle is listview.After much research, I could easily use CoordinatorLayout and nest...

2 years ago
« - 3 - »

© 2024 OneMinuteCode. All rights reserved.