id tag

1618 questions


1 answers
118 views
0
Android Studio. Error after update when using external project

Hello.In the process of trying to use an external project, I updated it because my Android (latest version) is lower than the sdk that can be supported.But like the image below, Configuration 'compile...

2 years ago

1 answers
24 views
0
Can I write the name of the app registered in the Android Play Store and the Android TV Store differently?

Currently, we have created the app in one package for Android phones and Android TVs. The name should be different when registering for the store. If the Android phone app registered in the store is a...

2 years ago

1 answers
80 views
0
For HardKey, when pressed in duplicate, should I use a timer to give time?

HardKeyKeyCode: Assume that you have VoulmeUp, and if you press this VoulmeUp, a popup will float.When you press the same Voulme Up Hard Key within seconds of pressing Voulme Up,To prevent events from...

2 years ago

1 answers
99 views
0
Can I change the color of half of Android textview?

If it's 10:15 as implemented in Everytime, I'd like to change it to only 1/4 color, which is 15 minutes, so how can I implement it?It is being implemented through textview.

2 years ago

1 answers
104 views
0
IndexOfcontains, etc. make the operation strange.

//hm.get(name): 1_01.wav//sound_list: [1_00.wav,1_01.wav]//Value is as above.Log.d(asdf, String.valueOf(sound_list.contains(hm.get(name)))); //-1Log.d(asdf, String.valueOf(sound_list.contains(1_01.wav...

2 years ago

1 answers
25 views
0
Saving Image Files Inside the Android App

I'm making a simple app. I take pictures from the gallery and include them in my app.I need to save this picture, where should I save it?The db file is automatically saved in the app, but I don't know...

2 years ago

1 answers
27 views
0
Android Life Cycle Question!

I am studying APP.Let me ask you a question about the life cycle.I understand that when you run the application, onCreate() runs only once.But if you turn on the application, press the home button, an...

2 years ago

1 answers
56 views
0
Fragment Slow on First Run

Hi, how are you?The menu during UI production is implemented using Fragment.The problem is that there is a phenomenon that is too slow on the first run of the fragment.Except for the first time, it co...

2 years ago

1 answers
61 views
0
Is there a way to access objects in Dialog in MainActivity?

For example, in MainActivity, use Button to float a single Dialog.case R.id.txtCalibMain: SubMenu_Calib mCalibDialog = new SubMenu_Calib(instance); mCalibDialog.show(); break;Like this, but before the...

2 years ago

1 answers
28 views
0
webView white screen

public class MainActivity extends AppCompatActivity { private WebView webView; private TextView txt_address; private Handler handler; @Override protected void onCreate(Bundle savedInstanceState) { su...

2 years ago
« - 92 - »

© 2024 OneMinuteCode. All rights reserved.