id tag

1618 questions


1 answers
52 views
0
Android Studio ONE UI-style design?

I want to design one ui style in Android studioIt's hard to attach a picture, so it's hard to explain it exactly, but when you enter the message app on the device where Won Yoo-ai is applied, the app ...


1 answers
81 views
0
Inquiry about applying Android notification channel

Hi, how are you?I am inquiring by applying the notification channel.When the app is not running, you cannot receive a pop-up message from the server, and there is no sound or vibration. Therefore, you...

2 years ago

1 answers
119 views
0
Using Android Studio String Comparative Syntax

Source in use String[] array_word; array_word = readMessage.split(); for(int i=1;i<65;i++){ if(array_word[i] == '0'){ array_word[i] = null; } }I'm putting what I received as a rea...

2 years ago

1 answers
27 views
0
I'm curious about the JAVA memory address!

Class Test{FavoritesAdapter favoritesAdapter = new FavoritesAdapter(); --- 1 FavoritesAdapter favoritesAdapter = new FavoritesAdapter(); --- 2}Like this, the Favorites Adapter type name is the sameAss...

2 years ago

1 answers
99 views
0
I want to display the list with the value I received from the server, but I want to move on without adding the list with my name.

for (int i = 0; i < tName.size(); i++) { adapter.addItem(tName.get(i), tPhone_number.get(i), tAddress.get(i)); if (tName.get(i).equals(pref.getString(nickname,))) { }I will add information such ...

2 years ago

1 answers
83 views
0
[Android] How to handle exceptions when the socket connection fails in the app

Hello, I'm developing a client app.It is developed so that data transmission can be made through a socket connection from an app to a specific server.However, even though the data signal strength and ...


1 answers
106 views
0
How do I print Yes and No in the dialog box on Android?

AlertDialog when making a dialog.I know you're using Builder, but I think it's better to use a dialog on AndroidIt's too hard.if (MessageBox.Show(Sure?, , MessageBoxButtons.YesNo) == DialogResult.Yes)...

2 years ago

1 answers
52 views
0
I have a question about how to communicate between Activity and Fragment.

Until recently, I had been implementing Fragment without much thought, but recently I have a sudden interest in it, so I have some questions.In general, I understand that Fragments avoid accessing the...

2 years ago

1 answers
75 views
0
Can't you make EditText only accept certain characters?

I even put up EditText, but I want to make sure that only Korean is entered when I receive it. How shall I do it?

2 years ago

2 answers
115 views
0
Android Gradle sync Problem

This is the gradle of my app module.There was an error like above, so I asked God Google for an hour, but I don't know what it is...Anyone know the solution?They want me to write tools:replace=android...

2 years ago
« - 94 - »

© 2024 OneMinuteCode. All rights reserved.