studio tag

324 questions


1 answers
37 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...

2 years ago

1 answers
40 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...

2 years ago

1 answers
43 views
0
(Visual Studio) Appears only on my computer while using Visual Studio.

char *a[] = { Hong Gil-dong, Kim Gil-dong, Lee Gil-dong, Park Gil-dong, Choi Gil-dong};All the other computers up there are working fine, but strangely, I...Hong Gil-dong, Kim Gil-dong, Lee Gil-dong, ...

2 years ago

1 answers
132 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
147 views
0
Using Tab Widgets How can I view the second tab design when implementing tabs?

Hi, how are you?I'm implementing tabs using Android Studio. I'm using a tab widget. (TabWidget) I would like to ask you how you can view the second tab2 in the design of the Android studio for the xml...

2 years ago

1 answers
45 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....

2 years ago

1 answers
36 views
0

1 answers
39 views
0
Save Android Studio java Array

public void handleMessage(android.os.Message msg){ Timer buttonTimer = new Timer(); if(msg.what == BT_MESSAGE_READ){ String readMessage = null; try { readMessage = new String((byte[]) msg...

2 years ago

1 answers
77 views
0
[Newbie] [Android studio] I put too many image buttons. Is there any other way?

I'm a total beginner.My level is that I've been following a simple example from the Android studio to the Cotlin for a semester in liberal arts (I don't know the structure of which sentence is why, bu...


1 answers
44 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...

2 years ago
« - 27 - »

© 2024 OneMinuteCode. All rights reserved.