324 questions
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.
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...
#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 ...
I did the same thing as the book, but what part is wrong?For your information, we're looking at the far area
« | - 33 - |
© 2024 OneMinuteCode. All rights reserved.