id tag

1618 questions


1 answers
123 views
0
Can I display ListView horizontally on Android?

Is it possible to display the list view horizontally? I did it using Gallery view, but when I use it, it automatically comes to the center of the screen when I select each item. How do we solve this p...


2 answers
77 views
0
Where to get free icon images

I'm going to make an Android app by myself.Is there a site where I can get Material Design for free?

2 years ago

1 answers
41 views
0
How to grow font size in Android studio

The IDE font looks too small in the Android studio Can I increase the size of this IDE font?


1 answers
31 views
0
Hello! I have a question about the thread

Suspended (exception unsatisfiedLinkError) What's wrong with these errors appearing in the main thread?

2 years ago

1 answers
70 views
0
About Android WebView

We are currently producing an application through WebViewBindingManager: Cannot call determinedVisibility() - never saw a connection for the pid: 23057I'm asking because I keep seeing the log.Does any...

2 years ago

1 answers
76 views
0
Android android.os.NetworkOnMainThreadException Error

I keep getting the following error. I've already added the internet to the manifest.<uses-permission android:name=android.permission.INTERNET />If you look up the data, you cannot perform networ...


1 answers
83 views
0
Difference between foo(void) and foo() in C/C++

How are these two different?If the two are the same, why is there a void factor?

2 years ago

1 answers
145 views
0
How do I send an email using JavaMail API without the library built into the app on Android?

I'm going to make an app to send emails.Intent emailIntent = new Intent(android.content.Intent.ACTION_SEND);If you do this, you will send an email with the one that is embedded in the Android app What...


1 answers
119 views
0
Transmission of music file data from Raspberry to Android via tcp communication

I am looking for a way to listen to sound on Android by transmitting mp3 or wav files stored in Raspberry's folder to Android, such as the frequency of music files, via tcp communication. If you don't...

2 years ago

4 answers
65 views
0
I have a question for the regular show!

In the part where you enter the date, in EditText, Which regular expression allows you to enter only numbers from 1-31?ㅠ

2 years ago
« - 106 - »

© 2024 OneMinuteCode. All rights reserved.