io tag

409 questions


1 answers
84 views
0
How to create temporary folders in Java

Is there a standard or a good way to create a temporary directory within a Java application?


1 answers
101 views
0
What is the easy way to write to OutputStream from Java to InputStream?

Is there an easy way to write OutputStream with InputStream? It's not hard to write to the byte buffer code, but I think I'm missing an easier way...If InputStream has in and OutputStream has out byte...

2 years ago

1 answers
75 views
0
Is there a way to add or change the theme of the Android studio?

Android Studio, Windows 7 64-bit If you turn on the Android studio, you can code on the white screen. I want this background to be black or something else I don't know how to change it.


1 answers
140 views
0
How to search for strings in a project in an Android studio

It might be a stupid question, but is there a way to search for the string I'm looking for throughout the project other than Ctrl+F? For example, I want to find the string .getUuid(), but Edit->Fin...


1 answers
104 views
0
How do I delete modules from Android Studio?

How do I delete modules from Android Studio? I can't see the delete button even if I right-click on the module.

2 years ago

2 answers
151 views
0
C fopen vs open

I learned both in Linux class, but open is only on the test and I've never actually used it.You can open both files, but even if you look at other codes, they only use fopen files. Why is that?

2 years ago

1 answers
86 views
0
How to deliver Android Facebook login information to Main Activity...

package flug.com.afeel;import android.app.Activity;import android.content.Intent;import android.os.Bundle;import android.util.Log;import android.view.View;import android.widget.Button;import com.faceb...


1 answers
75 views
0
How do you output sound in Java?

I want to make a sound on my program, what can I do?

2 years ago

1 answers
84 views
0
Question! I'm going to write a list element in the file

You are about to write a list element to a file. For example, #PythonFilemylist = [hello, 3]file = open(myfile.txt, w)file.writelines([%s\n % item for item in mylist])When you run myfile.txthello3Let'...


1 answers
48 views
0
How to make aar in an Android studio

I want to use my project as a library on Android, so I want to make it aar... How can we do that?

2 years ago
« - 24 - »

© 2024 OneMinuteCode. All rights reserved.