id tag

1618 questions


1 answers
161 views
0
I am curious about converting the object type data into a list on Android

I get the value from Google Firebase database to getvalue.When I saved it as a set value, the data that was listed was saved as an object typeI'm calling it getValue, but I have to change the object d...


1 answers
94 views
0
I'm getting an Android web image, but the image is not loaded from a specific url.

Loading photos via communication with other urls is handled normallyten thousandFor example, url with Hangul (for example, http://site/directory/httpg)In the same case, the image is not loaded. I conn...

2 years ago

1 answers
34 views
0
How can I distinguish certain images on Android and iOS?

Hi, how are you?There are two identical images, but only one image has a specific key valueIs there a way to distinguish a specific image from a computer (mobile, app) perspective using this key value...

2 years ago

1 answers
27 views
0
Do you know why this part is red?ㅠㅜ

I don't understand the chords, but I copied and used them ㅠ

2 years ago

1 answers
103 views
0
It's a question for Android handler.post

handler.post(new Runnable() { @Override public void run() { tv.setText (per test); } });I can't do the TV.setText part in this part, but why can't I do it?

2 years ago

1 answers
24 views
0
Android sharedpence question.

TextView NavId = findViewById(R.id.nav_id); SharedPreferences sp = getSharedPreferences(sp, MODE_PRIVATE); String User_Id2 = sp.getString(User_Id, ); NavId.setText(User_Id2); Log.d(123123, NavId + 123...

2 years ago

1 answers
108 views
0
I'm posting questions about Android firebase Please

Hello, I am applying the alarm push through firebase. It's nothing but I'm raising it like this because I'm having a problem getting the Token price. I've been getting the alarm But I'm trying to get ...

2 years ago

1 answers
24 views
0
How can I print out the information I entered in the list view?

JSONObject mDataJO = new JSONObject();String adress = etmapname.getText().toString();String adress_descript = etadress.getText().toString();String roomInfo = etroomInfo.getText().toString();String des...

2 years ago

1 answers
86 views
0
I have a question about using Android asynctask.

I am making an example of importing mysqldb contents in a list format through Android and php communication.During the execution of the activity, the following Async Tasks are rotated to obtain data t...

2 years ago

1 answers
27 views
0
Is there a solution to this?

The application I uploaded on the Play Store kept getting stuck on some models, so I sent an error...java.lang.OutOfMemoryErrorIs there a solution to this?Someone told me to check the Minimum SDK. Whe...

2 years ago
« - 83 - »

© 2024 OneMinuteCode. All rights reserved.