id tag

1618 questions


1 answers
22 views
0
How to keep your device's screen on android

I don't want the device to turn off, but is it possible with the code?

2 years ago

1 answers
143 views
0
Can I change the color of TextView's text with the code?

When you change the color of TextView in XML, you change the textColor property like android:textColor=#FF0000

2 years ago

1 answers
110 views
0
What is the difference between match_parent and fill_parent?

If you look at XML properties, there are match_parent and fill_parent What's the difference between the two?It looks similar to me, so I'm confused


1 answers
29 views
0
It's an Android studio error I'm in a hurry. Help me

Error message---------E/AndroidRuntime: FATAL EXCEPTION: main Process: com.example.project, PID: 29100 java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.project/com.exampl...

2 years ago

1 answers
116 views
0
void factor of C

Which is the better way?I don't like it because the chords look messy when I use VOIDThe professor tells me to write a void. Why is that?

2 years ago

3 answers
116 views
0
Can you make it like this?

To be honest, I think it's easy to make this shape.The problem is that I want to put a button in that window and move on to another fragment or activity when I press the button.Currently, the way to m...


1 answers
48 views
0
How do I run Android Fragment on Attach()?

After looking at the life cycle of the fragment, we override all on~~() functions and output them to Log.d., but onattach () is not seen as log.OnAttach() callback method is called after the fragment ...

2 years ago

1 answers
80 views
0
I just want to see the Logcat message from my app on Android, is there any way?

I'm developing an Android app with Eclipse. If you run the app on the device, too many messages are printed on Logcat. Is there any way to filter out the messages from my app?

2 years ago

2 answers
137 views
0
I'm trying to send an image file from Android retrofit2 to a spring server, but I couldn't work on it, so I'm posting a questioncrying

public static insertPromoteMsg insertPromoteMsgAPI() { return (insertPromoteMsg) retrofit(insertPromoteMsg.class); } public interface insertPromoteMsg { @Multipart @POST(/insertPromoteMsgApp3.do) ...

2 years ago

1 answers
76 views
0
I have a question about the Android action bar.

We are working on the Android action bar. The final feature I'm trying to do now is to automatically show the action bar below when I touch it anywhere in the activity after about 10 seconds of loadin...

2 years ago
« - 121 - »

© 2024 OneMinuteCode. All rights reserved.