id tag

1618 questions


1 answers
42 views
0
Meaning of static libraries and shared libraries in Android NDK.

Hello, I have a question because of the part I write in the Android.mk file when I port the library using NDK.There are times when I write include $(BUILD_SHARED_LIBRARY)Sometimes I write include $(BU...

2 years ago

1 answers
26 views
0
This is a question about starting the service when installing/updating the Android app.

I'm asking you this question because there's a blockage during Android development.<uses-permission android:name=android.permission.RECEIVE_BOOT_COMPLETED /><uses-permission android:name=andr...

2 years ago

2 answers
44 views
0
This issue occurred after the Android Studio 2.2 upgrade.

I upgraded to Android Studio 2.2, and then upgraded to gradele.After the upgrade, the package name changed, but was it because the setting changed or did Google make it look like this? I don't know. e...

2 years ago

1 answers
135 views
0
Applications that use Android earphones

We are currently producing an application using earphones in Android Studio.By the way, I found related materials that use earphones and coded themRecognize the HEADSETHOOK button and float it on toas...


1 answers
30 views
0
I'm studying Android service and I have a question.

public class MainActivity extends AppCompatActivity { Intent intent; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activi...

2 years ago

2 answers
26 views
0
I'm going to bring up the music on my Android phone in a list format. How can I retrieve the music title, album, and singer information on the device and present it in a list format?

I'm going to bring up the music on my Android phone in a list format. How can I retrieve the music title, album, and singer information on the device and present it in a list format?

2 years ago

1 answers
27 views
0
The process is forced to terminate when the Android toolbar is applied.

If you apply the toolbar after transferring from one activity to another through start activity, the application will be forcibly terminated due to an unexpected error in the part where the applicatio...

2 years ago

1 answers
29 views
0
I'm asking for advice on how to learn Android.

While studying Java, I am learning by reading Doit Android programming books.It's so boring to just look at the first page, so I'm thinking about a simple project and trying to find and study whenever...

2 years ago

1 answers
84 views
0
Question about ad-mob location.

After developing the Android app, I attached an ad-mob.During the test, I have a question because the ad-mob position is different on the Galaxy Note 5.First of all, this is the question screen.This i...

2 years ago

1 answers
27 views
0
I have a question about Android viewPager

I put the viewPager in the tutorial activity and made up of three fragmentsSlide from right to left in the third fragment after passing the first second fragment I want to move to a specific activity ...

2 years ago
« - 76 - »

© 2024 OneMinuteCode. All rights reserved.