id tag

1618 questions


1 answers
101 views
0
SDK Manager won't open.

Windows. I installed Android sdk on http://developer.android.com/sdk/index.html (the installation link).I also set the PATH of JDK's java.exe in the environment variable. But the cmd window turns on a...

2 years ago

1 answers
22 views
0
Error question.

What kind of error is this? ㅜ <

2 years ago

1 answers
24 views
0
[Android] I'd like to ask you how to use a click event for a view in a custom navigation view.

<RelativeLayout android:layout_width=match_parent android:layout_height=wrap_content > <ImageView android:id=@+id/drawer_login_img android:layout_width=70dp android:layout_height=70dp and...

2 years ago

1 answers
24 views
0
AdapterView Flipper is not working.

I'd like to have 4 images converted automatically. (with auto-conversion for 2 seconds to android:flipInterval=2000 in xml)Put four drawable images in the main_flyer_items. I'm using it right out of t...


1 answers
87 views
0
I have a question for Android listview.

ListView listView = findViewById(R.id.listview); SingerAdapter adapter = new SingerAdapter(); adapter.addItem(new SingerItem(1,2)); adapter.addItem(new SingerItem(1,2)); adapter.addItem(new SingerItem...

2 years ago

2 answers
21 views
0
I wonder what Android MultiDex Application is like.

As the title says, I am curious about Android MultiDex.As far as I know, the limit on the number of methods is lifted, but I would like to know the exact method of use and what kind of situation it is...

2 years ago

1 answers
20 views
0
How do you view Android sqlite?

I want to see it like mysql during sqlite practice, what should I do?I saw on the internet that I can use ddms or adb, but I can'tddms says it's in file exporter-data, but there's nothing in my data f...

2 years ago

1 answers
94 views
0
An error occurs that the defined function is not defined during the Android ndk build.

Please help me to get an error in the process(input, output) of the code below during the ndk-build operation.[audacity_process.cpp]#include <jni.h>#include <string.h>#include noisereducti...

2 years ago

1 answers
30 views
0
Questions about the RxAndroidViewObserver version

https://github.com/GDG-Korea/HelloRx/tree/master/05_EditTextI'm studying here looking at the example of RxAndroid.The rxandroid in the example is using the version below. compile 'io.reactivex:rxandro...

2 years ago

1 answers
108 views
0
Multipart Application Method Using Android Retrofit2

I am working on replacing the communication API with retrofit2Only Communicating plain text parameters works well Blocked in placing and uploading image.The result keeps failing, but I don't know wher...

« - 144 - »

© 2024 OneMinuteCode. All rights reserved.