studio tag

324 questions


1 answers
118 views
0
Click on Android Studio Google Map Marker

I want to get the num value of the marker when I click on the marker in for and put it in putxtra, so please help me how to get the num value.


2 answers
104 views
0
It works on avd, but if you connect to the air meter and press the Radio button, the app is forced to end

2022-03-13 18:18:27.081 22531-22531/com.example.plausibleapp E/Zygote: v22022-03-13 18:18:27.086 22531-22531/com.example.plausibleapp E/Zygote: accessInfo : 02022-03-13 18:19:38.291 22531-22531/com.ex...


1 answers
41 views
0
Access Violation Exception in Visual Studio

#include <stdio.h>#include <string.h>int string_length(char* str) { char* ptr = str; int length = 0; while (*(ptr++) != '\0') length++; return length;}char comma(char* str) { static char ...

2 years ago

1 answers
49 views
0
I don't know since I started coding for the first time, so I'm asking you a question.

I did the same thing as the book, but what part is wrong?For your information, we're looking at the far area

2 years ago
« - 33 -

© 2024 OneMinuteCode. All rights reserved.