android-studio tag

159 questions


1 answers
93 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
96 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
34 views
0
Android Studio gradle sync error occurs.

If you create a new project, hello world appears in previewIf you install a new one on your laptop and go into the layout file, you'll get a message like attribute android: is not allowedIf you say sy...

1 years ago

1 answers
37 views
0
How to use fragments in Android bottom navigation view

I want to make an app using bottom navigation view in Android studio. The main activity is as follows, and depending on the tab, I want to make a button or do various things on Fragmen, but I keep get...

1 years ago

1 answers
128 views
0
How do I auto-import at Android Studio?

In Eclipse, when you do automatic import, you do shift + ctrl + OWhat do I do at the Android studio? The way I know it is... Alt + Entertainment Is there a faster way to control+alt+O?


1 answers
43 views
0
Android studio direction sensor question

import android.content.DialogInterface; import android.content.Intent; import android.hardware.Sensor; import android.hardware.SensorEvent; import android.hardware.SensorEventListener; import android....

1 years ago

1 answers
40 views
0
The service does not end on Android and ANR occurs.

I made a service called Watcher run through startService when the main activity of the application ends through onDestroy. This service has a Bluetooth connection code and an infinite loop, such as th...

1 years ago

1 answers
97 views
0
I'd like to synchronize the Android studio with the github project

I want to synchronize the project in my Android studio folder with the project in Github's repertoire I don't know what to do Someone said I can touch something on the option menu, so how do I do it?


1 answers
37 views
0
I have a question about how to set up the Android Studio ddmsui.

I was closing my eyes and clicking and dragging, and one of the tabs disappearedAs I was touching this and that, the basic ui disappeared.I don't know how to set this up.It doesn't come out even if I ...

1 years ago

1 answers
38 views
0
I want to put English words in the game made by Android studio.

I want to make an English word game based on the game of catching a mole. First of all, catching a mole has been solved, but I have to put English words into this game, but it's blocked from here; Eng...

1 years ago
« - 13 - »

© 2024 OneMinuteCode. All rights reserved.