background tag

7 questions


1 answers
127 views
0
Android Specific Value Import Service Runs Every 1 Minute

One of the application functions I'm working on is to activate and maintain the service from the first launch of the app. The function of this service is to get the db value by doing web communication...

1 years ago

1 answers
66 views
0
I want to measure the Android battery capacity and do something specific when there is only a certain amount left.

I want to measure the Android battery capacity and do something specific when there is only a certain amount left.If you run the application to reduce battery capacity and activate it in the backgroun...

1 years ago

1 answers
72 views
0
If you specify the color of the background with a spinner, is there any law that applies right away?

Spinner's event is changed to Background Assuming that the item is divided into four categories: Black, Blue, DKGray, and WhiteIs there any way to get it applied right away?The current state is applie...

1 years ago

1 answers
65 views
0

1 answers
144 views
0
Android view border question.

This is shape_list.xml.<?xml version=1.0 encoding=utf-8?> <!--Output shape square--><solid android:color=#ffffff /><!--Output color to shape --><stroke android:width=10dp an...

1 years ago

1 answers
119 views
0
How do I know that the app goes to the background on Android and then comes to the foreground?

I want to do something whenever the app comes back to foreground. Is there a way to detect an app going to the background and coming to the foreground?


1 answers
124 views
0
[Android] How to prevent the background from turning on again

I'm making a simple application with Android.With an application that returns to the backgroundIt is an application that repeats raising the number 1 after 10 seconds, changes the textview to that val...

1 years ago

© 2024 OneMinuteCode. All rights reserved.