io tag

409 questions


1 answers
41 views
0
Set Android Studio Background Color

The default background color for Android Studio is white, so is there any way to change it to a different color at once?There are more than 20 xml files, so it's hard to insert the code one by one.If ...

2 years ago

1 answers
39 views
0
Problems with applying Android Studio Resolution

I am using the Galaxy Tab a 2016 with Spen product. It's 10.1 inches tall, so when I make an app in Android Studio, I made it based on 10.1 inches, but when I install it on the tab, the layout is all ...

2 years ago

1 answers
52 views
0
Android Studio ONE UI-style design?

I want to design one ui style in Android studioIt's hard to attach a picture, so it's hard to explain it exactly, but when you enter the message app on the device where Won Yoo-ai is applied, the app ...


2 answers
43 views
0
It will be forced to end immediately when the Android app is launched.

If you press Android RUN APP, it will be forced to end as soon as the app startsㅠ

2 years ago

1 answers
122 views
0
Java is trying to add text to a file that already exists

Java is trying to add text to a file that already exists What should I do?

2 years ago

1 answers
114 views
0
How to change API level in Android studio

I'd like to change the minimum SDK version from API12 to API14 in Android Studio. I changed it in the manifest file as shown below<uses-sdk android:minSdkVersion=14 android:targetSdkVersion=18 />...


1 answers
46 views
0
I want to read all the files in the folder.

I want to read all the files in the folder in Java, what should I do?

2 years ago

1 answers
74 views
0
How to maintain servers in SIGPIPE

We created a server that receives commands through TCP or local UNIX sockets and sends the results.Occasionally, the client leaves before receiving the result and SIGPIPE occurs, each time the server ...

2 years ago

1 answers
143 views
0
How do I view dynamic assigned arrays in Visual Studio debugging mode?

The visual studio debugger shows the static arrangement well,Do I have to press + to show the dynamic array or double pointer?Also, sometimes I have to press + every time, so it's annoying.


1 answers
55 views
0
File IO from Ruby

You want to read the file from the DB and save it in the .txt file.Please tell me how to type in the file in Ruby

2 years ago
« - 29 - »

© 2024 OneMinuteCode. All rights reserved.