io tag

409 questions


1 answers
43 views
0
How to Change the SDK Path in Android Studio

When you open the Android SDK Manager in the Android studio, the SDK's path is \android-studio\sdk appears.How do I change this route?

2 years ago

1 answers
55 views
0
What exactly is Gradle in the Android studio?

I'm a beginner developer who's starting Android for the first time. I have no idea what Gradle is. Please explain to me what this is doing and what this is for in the Android studio


1 answers
47 views
0
Related to the Mole Game App Source

Press the current button (touch event) to make the start and end I couldn't make a pause. I can't use all the functions...Also, I want to know the restart function. Even if I search here and there, be...

2 years ago

1 answers
62 views
0
How to make Intel J see what line the code is now

How to make Intel J see what line the code is now


1 answers
59 views
0
Applying Java Password Regular Expression

I'm writing a password regular expression at Android Studio.We received numbers, English characters, and special characters through the check box, and set the font color to be different depending on w...


1 answers
136 views
0
Please tell me how to read plain text files in Java

Java seems to have a variety of ways to read and write data in a file.I want to read ASCII data from the file. Please explain what are the methods and what are the differences between them.

2 years ago

1 answers
42 views
0
Android Studio Gradle sync Error

I'm going to develop an app using augmented reality vuforia APII'm going to use the vuforia api.I tried to download the sample and open it in Android studio and run it once. I see this error.Could you...

2 years ago

1 answers
98 views
0
I want to send data to Android Studio Bluetooth and temporarily disable the button

mBtnSendData.setOnClickListener(new Button.OnClickListener() { Timer buttonTimer = new Timer(); @Override public void onClick(View view) { if (mThreadConnectedBluetooth != null) { String SendDat...


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
111 views
0
Fastest way to write binary files

You need to write about 80GB of data on an SSD.My code is about 20MB/s when I turned it on Windows 7 and Visual 2010As far as I know, file transfer between SSDs is possible from 150 to 200 MB, so I th...

2 years ago
« - 30 - »

© 2024 OneMinuteCode. All rights reserved.