studio tag

324 questions


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
53 views
0
How to solve the Android Studio Activity global variable Unfortunatelly error?

Hello, I am currently making a web page viewer using Android Studio.Depending on the value of the action mode int global variable in WebActivityI want to display a web page, but I keep getting errors ...


1 answers
118 views
0
Android Studio EditText

Press the + button to go up 3000 - press the button to go downIt's a program where the total amount is calculated according to the button pressedIt's a hassle to press the button, so I want to make it...

2 years ago

1 answers
96 views
0
mipmap and drawable folders

I'm using Android Studio version 1.1. I saw it while making a new projectIn this way, only the mipmap folder contains a different DPI, but there are no files in the drawable folder.Should I put the re...


1 answers
98 views
0
Can I send the text of the result from the application using Naver or Google voice recognition app through Bluetooth?

To develop a voice recognition remote control application, send the text that you received the voice to atmega128Can I use Bluetooth to send text to hardware to send out infrared signals that function...


1 answers
137 views
0
How do I write C99 stdint.h in Visual Studio?

I looked it up and I heard that the visual version I use doesn't have stdint.hThen I can't write anything in this header? TT?

2 years ago

1 answers
41 views
0
Related to Android Kakao API linkage

I'd like to log in to Kakao api Is it possible to try this if the application is registered in the first place?They want us to add more platforms, but there's traffic here

2 years ago

1 answers
36 views
0
[Novice Wang] How do I call up the view id corresponding to a variable?

I'm making a simple game out of Cotlin at Android Studio.There are several image buttons, and you want to turn a random number so that the button image corresponding to the number that corresponds to ...

2 years ago
« - 26 - »

© 2024 OneMinuteCode. All rights reserved.