id tag

1618 questions


1 answers
127 views
0
Can I get the apk file from the Android device?

Can I get the apk file from the Android device? Or how do I send an apk from the device to the system?

2 years ago

1 answers
68 views
0
I want to start the service when the device boots, what should I do?

I made the code to start the service when the Android device was booted. It doesn't move properly. Did I make a mistake?<receiver android:name=.StartServiceAtBootReceiver android:enabled=true andro...


1 answers
34 views
0
What is the difference between missed and canceled in the Android dialog?

What is the difference between missed and canceled in the Android dialog?

2 years ago

1 answers
113 views
0
How do I set the drawableLeft on the Android button with the code?

I make buttons dynamically. First, I set the style to xml like below, but I want to transfer it to the code.<Button android:id=@+id/buttonIdDoesntMatter android:layout_height=wrap_content android:l...


1 answers
99 views
0
Can I put several view types in RecyclerView?

https://developer.android.com/intl/ko/training/material/lists-cards.htmlIf you look here


1 answers
87 views
0
How to float Toast on Android.

How do I float Toast on Android?


1 answers
47 views
0
Why does Eclipse automatically add the appcompat v7 library whenever it creates a project?

Why does Eclipse automatically add the appcompat v7 library whenever it creates a new project? I just want to create MainActivity, which simply inherits Activity. Eclipse automatically creates a proje...

2 years ago

1 answers
120 views
0
The onAttach() method has been deprecated in Android Fragment, so what is the alternative?

I have just confirmed that onAttach() has been deprecated in the Fragment class since Android API 23.in the pastonAttach (Activity activity)That's the partonAttach (Context context)It changed like thi...


1 answers
29 views
0
Sound Notification on Android

I used the new NotificationCompat builder. It vibrates and displays LED notifications, but I can't make the notification sound. If you look at the Android document, you can style it however you want. ...


1 answers
136 views
0
I tried to update the app, but I get an error called Failure [INSTALL_FAILED_ALREADY_EXISTS].

I tried to update the app, but I get an error called Failure [INSTALL_FAILED_ALREADY_EXISTS].How shall I do it?

2 years ago
« - 56 - »

© 2024 OneMinuteCode. All rights reserved.