id tag

1618 questions


1 answers
51 views
0
Android fragment, why does an error occur if you don't close the tag?

Questions about Android Fragment, or whining. That's amazing. Activity code to statically insert both fragments.<?xml version=1.0 encoding=utf-8?><LinearLayout xmlns:android=http://schemas.an...

2 years ago

2 answers
149 views
0
What is the difference between px, dp, dip, and sp?

What is the difference between px dip dsp on Android?


1 answers
109 views
0
What's the role of BroadCast Receiver on Android?

I'm studying Android and developing apps. While studying, I was told that I was a broadcast receiver.What role does this play?


1 answers
22 views
0
Why RecyclerView uses ViewHolder as an InnerClass for Adapters?

That's why it's called. Is that English or Korean?)I made a separate holder package and always worked separately with the adapter and holder Recently, I saw a comment that it is better to make the hol...

2 years ago

1 answers
22 views
0
Related to music apps such as Android Melon

On Android There are applications that play music such as melons and basic music apps. Can I know when the music ends and starts again while playing music on the music app?I want to print out any soun...

2 years ago

1 answers
23 views
0
How do I set the icon for the Android app?

How do I set the icon for the Android app?

2 years ago

1 answers
22 views
0
What should I do to make it 'build apk' only if the test is passed at Android Studio?

What should I do to make it 'build apk' only if the test is passed at Android Studio?

2 years ago

1 answers
123 views
0
How to add permission to manifest file in Android application

I use HttpURLConnection to access http link to download files from Android. Logcat displays this error WARN/System.err(223): java.net.SocketException: Permission denied (maybe missing INTERNET permiss...


1 answers
22 views
0
How to make your device vibrate on Android

How do I make my Android device vibrate?


1 answers
93 views
0
I have a question for Android Intent.

This is the main activity.ImageView likeButton;TextView likeCountView;ImageView hateButton;TextView hateCountView;CommentAdapter adapter;Button allView;ArrayList<CommentItems> items;@Overridepro...

« - 132 - »

© 2024 OneMinuteCode. All rights reserved.